
Templates plugin
Insert templates from predefined gallery



TinyMCE Templates is a plugin for very quick and simple inserting templates into your document. The plugins has set of predefined templates.
TinyMCE Templates can be shown as popup or as dialog.



Install Templates plugin in TinyMCE 5
Self-hosted TinyMCE 5
Cloud TinyMCE 5
Install the plugin to TinyMCE 5 hosted on your server
- Copy
Templates
directory totinymce/plugins/
. - Edit TinyMCE config and add
Templates
toplugins
parameter.
Example
Here you can see sample TinyMCE initialization code with config inside it:
TinyMCE.init({
selector: "#editor",
plugins: "Templates",
});
Refer to TinyMCE add-ons installation manual for more details
Tell a friend about Templates
Share
Tweet
Send
Reviews
Be the first who will write a feedback for this plugin.