tinymce-all-in-one

4.9.5 • Public • Published

Why

Now tinymce's cdn, all plugins are downloaded separately, but there are dozens of plugins. So the init is very slow. Therefore, this project will build all plugins into tinymce.min.js through Offical Build, speeding up the init speed. Didn't do anything else.

And

Currently Tinymce's lang does not have cdn. So create an npm package, let lang supports cdn.

Use

Cnd in jsdelivr

If you don't mind the init speed, it is recommended to use the official cdn.

Langs

Cnd in jsdelivr

tinymce.init({
  selector: "textarea", // change this value according to your HTML
  language: "zh_CN", // select language
  language_url: "https://cdn.jsdelivr.net/npm/tinymce-lang/langs/zh_CN.js" // site absolute URL
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 4.9.5
    34
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 4.9.5
    34
  • 4.9.4
    0
  • 4.9.3
    326
  • 4.9.2
    6

Package Sidebar

Install

npm i tinymce-all-in-one

Weekly Downloads

366

Version

4.9.5

License

MIT

Unpacked Size

2.44 MB

Total Files

88

Last publish

Collaborators

  • panjiachen