https://github.com/laomu1988/editor-demo
几个富文本编辑器示例
https://github.com/laomu1988/editor-demo
richtexteditor
Last synced: about 1 year ago
JSON representation
几个富文本编辑器示例
- Host: GitHub
- URL: https://github.com/laomu1988/editor-demo
- Owner: laomu1988
- Created: 2018-01-15T05:35:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-15T06:37:32.000Z (over 8 years ago)
- Last Synced: 2025-01-31T12:12:34.149Z (over 1 year ago)
- Topics: richtexteditor
- Language: JavaScript
- Size: 3.65 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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过于简单,不够灵活,不能执行调整样式的操作