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.
Download Plugin
Get the N1ED plugin for your TinyMCE 8 (7, 6, 5 and 4 are also supported):
Download pluginGet Ready-to-Use build
TinyMCE + N1ED plugin pre-installed.
Zero configuration is required. Sample included.
Skip next installation steps.
Use as an instant preview or copy it into your project.
Only link to your storage when you are ready.
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.