各種富文字/ HTML編輯器和框架比較
嚴格的框架
- Mobiledoc - https://github.com/bustle/mobiledoc-kit - 使用標準化JSON結構構建編輯器的框架
- Substance - http://substance.io - 用於構建編輯器和釋出系統的庫
- ShareDB - https://github.com/share/sharedb - 使用操作轉換同步任何JSON文件的框架,將實時協作編輯新增到其他任何內容
抽象編輯
它們使用單獨的文件結構而不是HTML,有些是比完整編輯器更模組化的庫
- ProseMirror - http://prosemirror.net/ - 支援協作編輯,為Mobiledoc提供類似的資料結構選項
- Slate - https://github.com/ianstormtaylor/slate - 構建更多自定義編輯器的框架,靈感來自Draft,ProseMirror,Quill
- Draft - https://draftjs.org - React的富文字編輯器框架
- Quill - http://quilljs.com/
- Trix - https://github.com/basecamp/trix - 由Basecamp團隊使用並在v3中使用
- Scribe - https://github.com/guardian/scribe - 由Guardian團隊提供
- Etherpad - http://etherpad.org/ - 協作實時編輯框架,後端和編輯器
- Texture - http://substance.io/texture/ - 基於Substance 庫的編輯器
基於Dom的編輯
- Froala - https://www.froala.com/wysiwyg-editor - 傳統HTML結構的最佳編輯器(IMO)
- Pell - https://github.com/jaredreich/pell - 旨在成為最簡單和最小的
- CKEditor(v5) - https://ckeditor.com/ - 歷史悠久,可定製,內建協作的新架構
- TinyMCE - http://www.tinymce.com/ - 較舊的編輯器,類似於CKEditor
- Textbox.IO - https://textbox.io/ - 來自TinyMCE專案所有者的新功能
- Squire - https://github.com/neilj/Squire - 在FastMail webmail中使用,比影像更適合文字
- medium-editor - https://github.com/yabwe/medium-editor - Medium.com編輯器的克隆
- Medium.js - http://jakiestfu.github.io/Medium.js - Medium.com編輯器的克隆
- wysihtml - http://wysihtml.com/
- Redactor - http://imperavi.com/redactor/
- Summernote - http://summernote.org/
- ZenPen - http://www.zenpen.io/
- Trumbowyg - https://alex-d.github.io/Trumbowyg/ - html5編輯器作為jquery外掛
相關文章
- 幾種開源富文字編輯器對比
- HTML 頁面使用 wangeditor 富文字編輯器HTML
- 關於專案中使用的富文字編輯器markdown和傳統的富文字編輯器的對比和選擇
- 富文字編輯器初探
- Javascript富文字編輯器JavaScript
- 淺析富文字編輯器框架Slate.js框架JS
- Squire – 簡潔的 HTML5 富文字編輯器UIHTML
- 線上富文字編輯器初探
- ProseMirror - 模組化的富文字編輯框架ROS框架
- SpringMVC整合富文字編輯器SpringMVC
- 分享 - 富文字編輯器 Froala Editor
- [Djangorestframework]-富文字編輯器的使用DjangoRESTFramework
- SSM使用UEditor富文字編輯器SSM
- Eleditor移動端富文字編輯器
- 利用 javascript 實現富文字編輯器JavaScript
- 深入淺出contenteditable富文字編輯器
- 九、Vue+Element使用富文字編輯器Vue
- vue 富文字編輯器 vue-quill-editorVueUI
- Django後臺管理配置富文字編輯器Django
- Flask專案整合富文字編輯器CKeditorFlask
- 手把手實現富文字編輯器
- Slate.js – 革命性的富文字編輯框架JS框架
- Slate.js - 革命性的富文字編輯框架JS框架
- 五種JavaScript富文字編輯器,總有一款適合你JavaScript
- quill 富文字編輯器自定義格式化UI
- iOS使用UITableView實現的富文字編輯器iOSUIView
- 富文字編輯器之遊戲角色升級ing遊戲
- 富文字及編輯器的跨平臺方案
- 在VueJS中使用 froala 富文字編輯器VueJS
- 富文字編譯器編譯
- JS嵌入html的方式及各種方式的比較JSHTML
- Element UI 整合富文字編輯器 vue-quill-editorUIVue
- re-editor -- 開箱即用的react富文字編輯器React
- 一個百度富文字編輯器的坑
- 富文字編輯器 VUE-QUILL-EDITOR 使用教程 (最全)VueUI
- 所見即所得富文字編輯器實現原理
- BBEdit for Mac(專業HTML和文字編輯器)MacHTML
- 富文字編輯器 quill.js 開發(二): 游標和選區UIJS