Skip to content

im4aLL/easyeditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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