Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/im4aLL/easyeditor
Very lightweight and highly configurable rich text html editor
https://github.com/im4aLL/easyeditor
Last synced: 2 months ago
JSON representation
Very lightweight and highly configurable rich text html editor
- Host: GitHub
- URL: https://github.com/im4aLL/easyeditor
- Owner: im4aLL
- Created: 2015-11-22T18:18:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-25T10:59:37.000Z (over 6 years ago)
- Last Synced: 2024-04-26T04:04:45.909Z (9 months ago)
- Language: HTML
- Homepage: http://habibhadi.com/lab/easyeditor/
- Size: 99.6 KB
- Stars: 40
- Watchers: 7
- Forks: 22
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-wysiwyg - Easyeditor - Very lightweight and highly configurable rich text html editor. (JQuery Based)
- awesome-wysiwyg-editors - Easyeditor - 非常轻量级和高度可配置的富文本 HTML 编辑器。 ![github star](https://img.shields.io/github/stars/im4aLL/easyeditor.svg?style=social&label=Star) (基于 JQuery)
README
## EasyEditor
A jQuery richtext html / wysiwyg editor, (very lightweight, easy and simple)* Demo: [http://habibhadi.com/lab/easyeditor/](http://habibhadi.com/lab/easyeditor/)
* Examples: [http://habibhadi.com/lab/easyeditor/examples.html](http://habibhadi.com/lab/easyeditor/examples.html)
* Documentation: [http://habibhadi.com/lab/easyeditor/documentation.html](http://habibhadi.com/lab/easyeditor/documentation.html)### Usage
[http://habibhadi.com/lab/easyeditor/default-example.html](http://habibhadi.com/lab/easyeditor/default-example.html)
#### Install via Node
`npm install easyeditor --save-dev`
#### Using in Browserify
`require('easyeditor');`
```js
$('.editor').easyEditor({
buttons: ['bold', 'italic', 'link', 'h2', 'h3', 'h4', 'alignleft', 'aligncenter', 'alignright', 'quote', 'code', 'list', 'x', 'source']
});
```