All Projects → PanJiaChen → tinymce-all-in-one

PanJiaChen / tinymce-all-in-one

Licence: other
Build all tinymce plugins into one js

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

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

support langs

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
});
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].