Download NGTextEditor

Get the latest version of the easiest WYSIWYG text editor to integrate

NGTextEditor

Archive containing all the files needed to integrate NGTextEditor into your project

Download NGTextEditor

ZIP format - Compatible with all modern browsers

Package Contents

  • NGTextEditor.min.js Main editor script
  • NGTextEditor.min.css Editor stylesheet
  • ngTextEditor-config.json Optional configuration file to lock settings
  • INSTALL.md Documentation and getting started guide

Quick Start

Integrate NGTextEditor in seconds:

<!-- Import the files -->
<link rel="stylesheet" href="NGTextEditor.min.css">
<script src="NGTextEditor.min.js"></script>

<!-- Add the class to your textarea -->
<textarea class="ngeditor"
          data-ngte-config="/config/mon-editeur.json"></textarea>
That's it! The editor is automatically initialized on all textareas with the 'ngeditor' class.

License

NGTextEditor can be used for free locally or for testing. A license is required for production use.

  • Free for local development
  • Free testing with no time limit
  • License required for production
See pricing