tinymce-line-height-plugin icon indicating copy to clipboard operation
tinymce-line-height-plugin copied to clipboard

TinyMCE 4 Line-Height Formatter

Results 7 tinymce-line-height-plugin issues
Sort by recently updated
recently updated
newest added

Recently updated to a new version of **TinyMCE 5**, after updating to the new version this plugin not working. Is anyone have a working sample for the new version?

register icon just before adding the menu button. Without this fix it wouldn't work using webpack-bundled tinymce.

Hi. Has somebody used it with NPM? Can't figure out how to import it into tinymce, or it's not ready to use it like that? Something like: ``` import lineHeight...

When we select the content, the parent element () is selected and a span element is added within this. However, if a value is selected which is smaller than the...

Hi, To notify editor that line-height has changed you'll need to add: File: plugin.min.js Line: 73 e.activeEditor.undoManager.add(); With this addition you'll notify the selection and enable both Save and undo...

It would great if this could be used as a bower dependency.