Install N1ED plugin for TinyMCE

Use Wizard

Easy install N1ED as plugin into your WYSIWYG editor, CMS or framework now and start creating perfect content.

Install now Run Wizard

TinymCE with Bootstrap plugin installation 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.

1

Download Plugin

Get the N1ED plugin for your TinyMCE 8 (7, 6, 5 and 4 are also supported):

Download plugin
OR

Get 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.

2

Unpack

Unpack the archive with the plugin into the TinyMCE plugins/ folder:

tinymce/
    plugins/
        n1ed/
            plugin.js
            plugin.min.js
3

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.

4

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.

Ready to use