🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

EasyEditor is a richtext html wysiwyg edito and completely free and open source for educational and commercial purpose.

Plugins

Documentation

EasyEditor

A jQuery richtext html / wysiwyg editor, (very lightweight, easy and simple)

Usage

http://habibhadi.com/lab/easyeditor/default-example.html

Install via Node

npm install easyeditor --save-dev

Using in Browserify

require('easyeditor');

$('.editor').easyEditor({   buttons: ['bold', 'italic', 'link', 'h2', 'h3', 'h4', 'alignleft', 'aligncenter', 'alignright', 'quote', 'code', 'list', 'x', 'source'] });

You May Also Like