Install N1ED plugin for TinyMCE
The quickest way to enable Bootstrap (styles, grid, blocks, and widgets) in your editor is to install the N1ED plugin for TinyMCE (also known as Tiny.cloud) of any version. The file manager, image editor, and other handy tools are also included in this add-on.
Unpack
Unpack the archive with the plugin into the TinyMCE plugins/
folder:
tinymce/
plugins/
n1ed/
plugin.js
plugin.min.js
Download TinyMCE 7 if you are starting the scratch.
Bonus: See the SAMPLES
folder to instanly run N1ED and inspect the example code.
Enable Plugin
Enable the N1ED add-on in the TinyMCE config:
tinymce.init({
plugins: "n1ed",
apiKey: "N1ED24RR1234123412341234", // Use own API key for free then
});
The N1ED plugin is fully functional after this step. Next, you will need to link your file storage by installing the file manager backend on your server.
Install backend
Now you need to install the file manager server-side script on your server to enable file manager functionalities in your editor. Follow the instructions provided in the link to complete the setup.