
Custom Templates plugin
Define, update and re-use custom templates in your content




Add custom code snippets to your collection and get quick access to it. You can catalog all predefined templates into categories. All new templates will have screenshots that are generated automatically.
Content management is pretty easy with custom templates. Insert one by clicking on it in the library and it will be added.




Install Custom Templates plugin in TinyMCE 6
Self-hosted TinyMCE 6
Cloud TinyMCE 6
Install the plugin to TinyMCE 6 hosted on your server
- Copy
CustomTemplates
directory totinymce/plugins/
. - Edit TinyMCE config and add
CustomTemplates
toplugins
parameter.
All the buttons this plugin will add to your toolbar automatically.
Example
Here you can see sample TinyMCE initialization code with config inside it:
TinyMCE.init({
selector: "#editor",
plugins: "CustomTemplates",
});
Refer to TinyMCE add-ons installation manual for more details
Tell a friend about Custom Templates
Share
Tweet
Send
Reviews
Some snippets are usually needed from time to time, and some always. Every time when I inserted one of the code pieces in the source dialog I was missing such plugin.