Install N1ED JavaScript snippet

Use Wizard

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

Install now Run Wizard

Include CDN version of N1ED editor based on TinyMCE into your HTML template. TinyMCE, N1ED and other add-ons will be always updated to last version and cached.

Please only replace demo API key in the URL with your own one before using.

To configure it and enable other plugins please use personal Dashboard linked to your API key. There you can manage your API keys and link the editor instance with the configuration you will specify in Dashboard.

<div id="editor"></div>
<script type="text/javascript">
    window.onEditorLoaded = function() {
        tinymce.init({selector: "#editor"});
    }
</script>
<script type="text/javascript"
        src="https://cloud.n1ed.com/cdn/N1EDMDRN/n1tinymce6.js">
</script>

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.