
Edit Tag plugin
Edit classes, styles and attributes of selected element



Edit Tag add-on is used for manipulating parameters of selected tag. You can change name of the tag, tag attributes, classes and styles. You can also change existing tag parameters and remove them.



Install Edit Tag plugin in TinyMCE 5
Self-hosted TinyMCE 5
Cloud TinyMCE 5
Install the plugin to TinyMCE 5 hosted on your server
- Copy
EditTag
directory totinymce/plugins/
. - Edit TinyMCE config and add
EditTag
toplugins
parameter.
Example
Here you can see sample TinyMCE initialization code with config inside it:
TinyMCE.init({
selector: "#editor",
plugins: "EditTag",
});
Refer to TinyMCE add-ons installation manual for more details
Tell a friend about Edit Tag
Share
Tweet
Send
Reviews
I use Edit tag addon for customizing some elements. Thanks to addon I can set the class name, attributes, and style element with CSS rules without editing source code directly.
If your content needs something more specific that demands fine tuning choose the Edit tag. It really helps.