tinymce plugin
Example
Explain
Use
tinymce.init({
selector: "textarea.tinymce",
plugins:
"formatpainterfree print preview paste importcss searchreplace autolink autosave save directionality code visualblocks visualchars fullscreen image link media template codesample table charmap hr pagebreak nonbreaking anchor toc insertdatetime advlist lists wordcount imagetools textpattern noneditable help charmap quickbars emoticons ",
menu: {
myallmenus: {
title: "My all menus",
items: "mymenu | mynestedmenu | mytogglemenu"
}
},
menubar: "edit myallmenus",
toolbar:
"code | mybutton | mytogglebutton | mysplitbutton | mymenubutton | mysidebar",
min_height: 600
});
Development
- Create a plugin for TinyMCE
- How to create custom UI components
- Editor icon identifiers
- Editor events
- semantic-release-cli setup
Test
example/src/index.js => import "../../src/index";
npm run dev:example