1.2.0 • Published 6 years ago

easyeditor v1.2.0

Weekly downloads
6
License
ISC
Repository
github
Last release
6 years ago

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']
});
1.2.0

6 years ago

1.1.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago