tinyMce Bootstrap Plugin - Extend tinyMce using Bootstrap components and code snippets
It was previously sold on Codecanyon, now I decided to make it available for free.
Tinymce Bootstrap plugin for Tinymce 5 + Bootstrap 4
The new plugin is available on Codecanyon at low price & awesome features
- Store & Recall Any Element, Any Custom Code (Bootstrap or not)
- 13 plugins in 1
- 13 Visual Editors
- Easy to install
- Fully responsive
- Multilanguage
Access to visual editors to create/edit the following Bootstrap 3 elements:
- Alert
- Badge
- Breadcrumb
- Button (+ icons)
- Icon
- Image
- Label
- Pager
- Pagination
- Panel
- Table
- Template
- glyphicon
- ionicon
- fontawesome
- weathericon
- mapicon
- octicon
- typicon
- elusiveicon
- materialdesign
The Snippet tool allows to create, edit, store & recall any custom code snippet, Bootstrap or not.
You can for example easily store and reuse :
Bootstrap Modal, Carousel, Navbar, Navbar Tabs, Nav Tabs, Accordion, Popover, ... No Limit !
Create your own snippets easily - Just paste your code.
Each element is customizable with usual Bootstrap options.
Use your own Bootstrap css**, wich will be directly rendered either in tinyMce editor and plugin visual editors
- tinyMce v.4
- Bootstrap css
- jQuery
- php server
- Download and unzip tinyMce
- Copy plugin/bootstrap dir to your tinyMce plugins dir
- include jQuery to your page
- Add Bootstrap plugin to tinyMce plugins & toolbar:
<script>
tinymce.init({
selector: "textarea",
plugins: [
"bootstrap"
],
toolbar: "bootstrap"
});
</script>