Install N1ED plugin for TinyMCE
When you already have TinyMCE installed, you can easily install N1ED add-on for TinyMCE. It will work with TinyMCE 6, TinyMCE 5 and TinyMCE 4.
In short: download and unpack, then enable it in initialization script.
Get the latest release of TinyMCE 6
We've downloaded it from the official TinyMCE website, added our plugin, and included a SAMPLES/
folder with examples of integration.
You can use your existing TinyMCE installation or start from scratch with our ZIP.
1. Download the plugin
In order to install this add-on for TinyMCE, first download its plugin:
and then unpack it into plugins/
directory this way:
tinymce/
plugins/
n1ed/
plugin.js
plugin.min.js
2. Enable the plugin
Enable it in the TinyMCE initialization parameters:
tinymce.init({
plugins: "n1ed",
// Get this from the Dashboard:
apiKey: "N1ED24RR1234123412341234",
});
Add plugins
option if you do not have one. If this option already exists in your config you pass to TinyMCE, just append n1ed
to existing configuration like plugins: "links,code,n1ed"
3. Install the backend
Now you need to install the file manager server-side script somewhere on your server to enable file manager functionalities in your editor. Follow the instructions behind the link on how to do it.
What's next
That's it. Now you are ready to use N1ED.
Optionally you can get your own API key from N1ED to reconfigure N1ED visually and use some feature which require personal account (i. e. creating custom Bootstrap blocks). Configuration will be applied to your installation any time you save it, and your installation will automatically apply it on next load.