An open API service indexing awesome lists of open source software.

https://github.com/laomu1988/editor-demo

几个富文本编辑器示例
https://github.com/laomu1988/editor-demo

richtexteditor

Last synced: about 1 year ago
JSON representation

几个富文本编辑器示例

Awesome Lists containing this project

README

          

# 富文本编辑器功能对比

## 需求功能
* 基本编辑功能:字体设置,字号设置,靠左,靠右,粗体,斜体,划线,列表
* 表格
* 表格增删行列
* 图片上传
* 自定义按钮,部分插件细节不符时可重新定义

### [tinymce](https://www.tinymce.com)
[本地demo](https://laomu1988.github.io/editor-demo/tinymce.html)
缺点:
* 太重,操作反应时间长

### [summernote](https://summernote.org/)
[本地demo](https://laomu1988.github.io/editor-demo/summernote.html)

### [simditor](http://simditor.tower.im/)
[本地demo](https://laomu1988.github.io/editor-demo/simditor.html)
缺点:
* api过于简单,不够灵活,不能执行调整样式的操作