0.0.0-development • Published 3 years ago

@sleepif/tinymce-plugin-format-painter-free v0.0.0-development

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

tinymce-plugin-format-painter-free Build Statussemantic-releaseCommitizen friendly

NPM

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

Test

example/src/index.js => import "../../src/index"; npm run dev:example