Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bamzi/6bcc5f23c43a88aa08a6bef6d704f72c to your computer and use it in GitHub Desktop.
Save bamzi/6bcc5f23c43a88aa08a6bef6d704f72c to your computer and use it in GitHub Desktop.

Revisions

  1. @manigandham manigandham revised this gist Jun 22, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion rich-text-html-editors.md
    Original file line number Diff line number Diff line change
    @@ -19,7 +19,7 @@ _These use separate document structures instead of HTML, some are more modular l
    - Draft - [draftjs.org](https://draftjs.org/) - rich text editor framework for React
    - Slate - [slatejs.org](https://www.slatejs.org/) - customizable framework for building rich text editors inspired by Draft, ProseMirror, Quill
    - Plate - [plate.udecode.io](https://plate.udecode.io/) - plugin framework for building rich text editors with slate.
    - Verbum - (github.com/ozanyurtsever/verbum)[https://github.com/ozanyurtsever/verbum] - flexible text editor based on Lexical framework
    - Verbum - [github.com/ozanyurtsever/verbum](https://github.com/ozanyurtsever/verbum) - flexible text editor based on Lexical framework

    ## Dom-Based Editors

  2. @manigandham manigandham revised this gist Jun 22, 2022. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions rich-text-html-editors.md
    Original file line number Diff line number Diff line change
    @@ -19,6 +19,7 @@ _These use separate document structures instead of HTML, some are more modular l
    - Draft - [draftjs.org](https://draftjs.org/) - rich text editor framework for React
    - Slate - [slatejs.org](https://www.slatejs.org/) - customizable framework for building rich text editors inspired by Draft, ProseMirror, Quill
    - Plate - [plate.udecode.io](https://plate.udecode.io/) - plugin framework for building rich text editors with slate.
    - Verbum - (github.com/ozanyurtsever/verbum)[https://github.com/ozanyurtsever/verbum] - flexible text editor based on Lexical framework

    ## Dom-Based Editors

  3. @manigandham manigandham revised this gist Jun 22, 2022. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions rich-text-html-editors.md
    Original file line number Diff line number Diff line change
    @@ -18,6 +18,7 @@ _These use separate document structures instead of HTML, some are more modular l
    - Etherpad - [etherpad.org](https://etherpad.org/) - collaborative realtime editing framework, backend, and editor
    - Draft - [draftjs.org](https://draftjs.org/) - rich text editor framework for React
    - Slate - [slatejs.org](https://www.slatejs.org/) - customizable framework for building rich text editors inspired by Draft, ProseMirror, Quill
    - Plate - [plate.udecode.io](https://plate.udecode.io/) - plugin framework for building rich text editors with slate.

    ## Dom-Based Editors

  4. @manigandham manigandham revised this gist Apr 14, 2022. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions rich-text-html-editors.md
    Original file line number Diff line number Diff line change
    @@ -9,6 +9,7 @@
    _These use separate document structures instead of HTML, some are more modular libraries than full editors_

    - ProseMirror - [prosemirror.net](https://prosemirror.net/) - supports collaborative editing, offers similar options to Mobiledoc for data structure
    - Lexical - [lexical.dev](https://lexical.dev/) - extensible editor library from Facebook replacing Draft
    - Quill - [quilljs.com](https://quilljs.com/) - modern editor built for compatibility and extensibility
    - Trix - [trix-editor.org](https://trix-editor.org/) - by Basecamp team used in v3
    - CKEditor 5 - [ckeditor.com](https://ckeditor.com/) - long history, very customizable, new architecture with built-in collaboration
  5. @manigandham manigandham renamed this gist Mar 16, 2022. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  6. @manigandham manigandham revised this gist Mar 3, 2022. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions html-editors.md
    Original file line number Diff line number Diff line change
    @@ -22,8 +22,8 @@ _These use separate document structures instead of HTML, some are more modular l

    - Froala - [froala.com](https://froala.com/wysiwyg-editor/) - best editor (IMO) for traditional HTML structure
    - TinyMCE - [tiny.cloud/tinymce](https://www.tiny.cloud/tinymce/) - long history, big community, completely redesigned new version 5
    - Squire - https://github.com/neilj/Squire - used in FastMail webmail, better for text than images
    - medium-editor - https://github.com/yabwe/medium-editor - clone of Medium.com's editor
    - Redactor X - [imperavi.com/redactorx](https://imperavi.com/redactorx/) - new modern editor with powerful API capabilities
    - Summernote - [summernote.org](https://summernote.org/) - super simple editor on bootstrap
    - Trumbowyg - https://alex-d.github.io/Trumbowyg - html5 editor as jquery plugin
    - Squire - [github.com/neilj/Squire](https://github.com/neilj/Squire) - used in FastMail webmail, better for text than images
    - Trumbowyg - [alex-d.github.io/Trumbowyg](https://alex-d.github.io/Trumbowyg/) - html5 editor as jquery plugin
    - medium-editor - [github.com/yabwe/medium-editor](https://github.com/yabwe/medium-editor) - clone of Medium.com's editor
  7. @manigandham manigandham revised this gist Mar 3, 2022. 1 changed file with 7 additions and 11 deletions.
    18 changes: 7 additions & 11 deletions html-editors.md
    Original file line number Diff line number Diff line change
    @@ -1,9 +1,8 @@
    ## Strictly Frameworks

    - Mobiledoc - https://github.com/bustle/mobiledoc-kit - framework to build editors with a standardized JSON structure
    - Substance - http://substance.io - library for building editors and publishing systems
    - ShareDB - https://github.com/share/sharedb - framework to sync any JSON document using operational transforms, add real-time collaborative editing to anything else
    - Bangle.dev - https://github.com/bangle-io/bangle.dev - toolkit built for building editors, based on prosemirror
    - Mobiledoc - [github.com/bustle/mobiledoc-kit](https://github.com/bustle/mobiledoc-kit) - framework to build editors with a standardized JSON structure
    - ShareDB - [github.com/share/sharedb](https://github.com/share/sharedb) - framework to sync any JSON document using operational transforms, add real-time collaborative editing to anything else
    - Bangle.dev - [github.com/bangle-io/bangle.dev](https://github.com/bangle-io/bangle.dev) - toolkit built for building editors, based on prosemirror

    ## Abstracted Editors

    @@ -21,13 +20,10 @@ _These use separate document structures instead of HTML, some are more modular l

    ## Dom-Based Editors

    - Froala - https://www.froala.com/wysiwyg-editor - best editor (IMO) for traditional HTML structure
    - TinyMCE - http://www.tinymce.com - long history, big community, completely redesigned new version 5
    - Froala - [froala.com](https://froala.com/wysiwyg-editor/) - best editor (IMO) for traditional HTML structure
    - TinyMCE - [tiny.cloud/tinymce](https://www.tiny.cloud/tinymce/) - long history, big community, completely redesigned new version 5
    - Squire - https://github.com/neilj/Squire - used in FastMail webmail, better for text than images
    - medium-editor - https://github.com/yabwe/medium-editor - clone of Medium.com's editor
    - Medium.js - http://jakiestfu.github.io/Medium.js - clone of Medium.com's editor
    - wysihtml - http://wysihtml.com/
    - Redactor - http://imperavi.com/redactor
    - Summernote - http://summernote.org
    - ZenPen - http://www.zenpen.io
    - Redactor X - [imperavi.com/redactorx](https://imperavi.com/redactorx/) - new modern editor with powerful API capabilities
    - Summernote - [summernote.org](https://summernote.org/) - super simple editor on bootstrap
    - Trumbowyg - https://alex-d.github.io/Trumbowyg - html5 editor as jquery plugin
  8. @manigandham manigandham revised this gist Mar 3, 2022. No changes.
  9. @manigandham manigandham revised this gist Mar 3, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion html-editors.md
    Original file line number Diff line number Diff line change
    @@ -15,7 +15,7 @@ _These use separate document structures instead of HTML, some are more modular l
    - CKEditor 5 - [ckeditor.com](https://ckeditor.com/) - long history, very customizable, new architecture with built-in collaboration
    - Editor.js - [editorjs.io](https://editorjs.io/) - block-based editor
    - TipTap - [tiptap.dev](https://tiptap.dev/) - headless, framework-agnostic, extendable editor based on ProseMirror
    - Etherpad - http://etherpad.org - collaborative realtime editing framework, backend, and editor
    - Etherpad - [etherpad.org](https://etherpad.org/) - collaborative realtime editing framework, backend, and editor
    - Draft - [draftjs.org](https://draftjs.org/) - rich text editor framework for React
    - Slate - [slatejs.org](https://www.slatejs.org/) - customizable framework for building rich text editors inspired by Draft, ProseMirror, Quill

  10. @manigandham manigandham revised this gist Mar 3, 2022. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions html-editors.md
    Original file line number Diff line number Diff line change
    @@ -11,7 +11,7 @@ _These use separate document structures instead of HTML, some are more modular l

    - ProseMirror - [prosemirror.net](https://prosemirror.net/) - supports collaborative editing, offers similar options to Mobiledoc for data structure
    - Quill - [quilljs.com](https://quilljs.com/) - modern editor built for compatibility and extensibility
    - Trix - https://github.com/basecamp/trix - by Basecamp team used in v3
    - Trix - [trix-editor.org](https://trix-editor.org/) - by Basecamp team used in v3
    - CKEditor 5 - [ckeditor.com](https://ckeditor.com/) - long history, very customizable, new architecture with built-in collaboration
    - Editor.js - [editorjs.io](https://editorjs.io/) - block-based editor
    - TipTap - [tiptap.dev](https://tiptap.dev/) - headless, framework-agnostic, extendable editor based on ProseMirror
    @@ -23,7 +23,6 @@ _These use separate document structures instead of HTML, some are more modular l

    - Froala - https://www.froala.com/wysiwyg-editor - best editor (IMO) for traditional HTML structure
    - TinyMCE - http://www.tinymce.com - long history, big community, completely redesigned new version 5
    - Pell - https://github.com/jaredreich/pell - designed to be the simplest and smallest
    - Squire - https://github.com/neilj/Squire - used in FastMail webmail, better for text than images
    - medium-editor - https://github.com/yabwe/medium-editor - clone of Medium.com's editor
    - Medium.js - http://jakiestfu.github.io/Medium.js - clone of Medium.com's editor
  11. @manigandham manigandham revised this gist Mar 3, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion html-editors.md
    Original file line number Diff line number Diff line change
    @@ -10,7 +10,7 @@
    _These use separate document structures instead of HTML, some are more modular libraries than full editors_

    - ProseMirror - [prosemirror.net](https://prosemirror.net/) - supports collaborative editing, offers similar options to Mobiledoc for data structure
    - Quill - http://quilljs.com
    - Quill - [quilljs.com](https://quilljs.com/) - modern editor built for compatibility and extensibility
    - Trix - https://github.com/basecamp/trix - by Basecamp team used in v3
    - CKEditor 5 - [ckeditor.com](https://ckeditor.com/) - long history, very customizable, new architecture with built-in collaboration
    - Editor.js - [editorjs.io](https://editorjs.io/) - block-based editor
  12. @manigandham manigandham revised this gist Mar 3, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion html-editors.md
    Original file line number Diff line number Diff line change
    @@ -9,7 +9,7 @@

    _These use separate document structures instead of HTML, some are more modular libraries than full editors_

    - ProseMirror - [](https://prosemirror.net/) - supports collaborative editing, offers similar options to Mobiledoc for data structure
    - ProseMirror - [prosemirror.net](https://prosemirror.net/) - supports collaborative editing, offers similar options to Mobiledoc for data structure
    - Quill - http://quilljs.com
    - Trix - https://github.com/basecamp/trix - by Basecamp team used in v3
    - CKEditor 5 - [ckeditor.com](https://ckeditor.com/) - long history, very customizable, new architecture with built-in collaboration
  13. @manigandham manigandham revised this gist Mar 3, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion html-editors.md
    Original file line number Diff line number Diff line change
    @@ -9,7 +9,7 @@

    _These use separate document structures instead of HTML, some are more modular libraries than full editors_

    - ProseMirror - http://prosemirror.net - supports collaborative editing, offers similar options to Mobiledoc for data structure
    - ProseMirror - [](https://prosemirror.net/) - supports collaborative editing, offers similar options to Mobiledoc for data structure
    - Quill - http://quilljs.com
    - Trix - https://github.com/basecamp/trix - by Basecamp team used in v3
    - CKEditor 5 - [ckeditor.com](https://ckeditor.com/) - long history, very customizable, new architecture with built-in collaboration
  14. @manigandham manigandham revised this gist Mar 3, 2022. No changes.
  15. @manigandham manigandham revised this gist Mar 3, 2022. 1 changed file with 5 additions and 5 deletions.
    10 changes: 5 additions & 5 deletions html-editors.md
    Original file line number Diff line number Diff line change
    @@ -12,12 +12,12 @@ _These use separate document structures instead of HTML, some are more modular l
    - ProseMirror - http://prosemirror.net - supports collaborative editing, offers similar options to Mobiledoc for data structure
    - Quill - http://quilljs.com
    - Trix - https://github.com/basecamp/trix - by Basecamp team used in v3
    - CKEditor (v5) - https://ckeditor.com - long history, very customizable, new architecture with built-in collaboration
    - Editor.js - https://editorjs.io - block-based editor
    - TipTap - https://github.com/ueberdosis/tiptap - headless, framework-agnostic, extendable editor based on ProseMirror
    - CKEditor 5 - [ckeditor.com](https://ckeditor.com/) - long history, very customizable, new architecture with built-in collaboration
    - Editor.js - [editorjs.io](https://editorjs.io/) - block-based editor
    - TipTap - [tiptap.dev](https://tiptap.dev/) - headless, framework-agnostic, extendable editor based on ProseMirror
    - Etherpad - http://etherpad.org - collaborative realtime editing framework, backend, and editor
    - Draft - https://draftjs.org - rich text editor framework for React
    - Slate - https://github.com/ianstormtaylor/slate - customizable framework for building rich text editors inspired by Draft, ProseMirror, Quill
    - Draft - [draftjs.org](https://draftjs.org/) - rich text editor framework for React
    - Slate - [slatejs.org](https://www.slatejs.org/) - customizable framework for building rich text editors inspired by Draft, ProseMirror, Quill

    ## Dom-Based Editors

  16. @manigandham manigandham revised this gist Mar 3, 2022. No changes.
  17. @manigandham manigandham revised this gist Mar 3, 2022. No changes.
  18. @manigandham manigandham revised this gist Mar 3, 2022. 1 changed file with 27 additions and 27 deletions.
    54 changes: 27 additions & 27 deletions html-editors.md
    Original file line number Diff line number Diff line change
    @@ -1,34 +1,34 @@
    ## Strictly Frameworks

    - Mobiledoc - https://github.com/bustle/mobiledoc-kit - framework to build editors with a standardized JSON structure
    - Substance - http://substance.io - library for building editors and publishing systems
    - ShareDB - https://github.com/share/sharedb - framework to sync any JSON document using operational transforms, add real-time collaborative editing to anything else
    - Bangle.dev - https://github.com/bangle-io/bangle.dev - toolkit built for building editors, based on prosemirror
    - Mobiledoc - https://github.com/bustle/mobiledoc-kit - framework to build editors with a standardized JSON structure
    - Substance - http://substance.io - library for building editors and publishing systems
    - ShareDB - https://github.com/share/sharedb - framework to sync any JSON document using operational transforms, add real-time collaborative editing to anything else
    - Bangle.dev - https://github.com/bangle-io/bangle.dev - toolkit built for building editors, based on prosemirror

    ## Abstracted Editors
    *These use separate document structures instead of HTML, some are more modular libraries than full editors*
    ## Abstracted Editors

    - ProseMirror - http://prosemirror.net - supports collaborative editing, offers similar options to Mobiledoc for data structure
    - Slate - https://github.com/ianstormtaylor/slate - framework to build more customized editors inspired by Draft, ProseMirror, Quill
    - Draft - https://draftjs.org - rich text editor framework for React
    - Quill - http://quilljs.com
    - Trix - https://github.com/basecamp/trix - by Basecamp team used in v3
    - Etherpad - http://etherpad.org - collaborative realtime editing framework, backend, and editor
    - CKEditor (v5) - https://ckeditor.com - long history, very customizable, new architecture with built-in collaboration
    - Editor.js - https://editorjs.io - block-based editor
    - TipTap - https://github.com/ueberdosis/tiptap - headless, framework-agnostic, extendable editor based on ProseMirror
    _These use separate document structures instead of HTML, some are more modular libraries than full editors_

    ## Dom-Based Editors
    - ProseMirror - http://prosemirror.net - supports collaborative editing, offers similar options to Mobiledoc for data structure
    - Quill - http://quilljs.com
    - Trix - https://github.com/basecamp/trix - by Basecamp team used in v3
    - CKEditor (v5) - https://ckeditor.com - long history, very customizable, new architecture with built-in collaboration
    - Editor.js - https://editorjs.io - block-based editor
    - TipTap - https://github.com/ueberdosis/tiptap - headless, framework-agnostic, extendable editor based on ProseMirror
    - Etherpad - http://etherpad.org - collaborative realtime editing framework, backend, and editor
    - Draft - https://draftjs.org - rich text editor framework for React
    - Slate - https://github.com/ianstormtaylor/slate - customizable framework for building rich text editors inspired by Draft, ProseMirror, Quill

    - Froala - https://www.froala.com/wysiwyg-editor - best editor (IMO) for traditional HTML structure
    - TinyMCE - http://www.tinymce.com - long history, big community, completely redesigned new version 5
    - Pell - https://github.com/jaredreich/pell - designed to be the simplest and smallest
    - Squire - https://github.com/neilj/Squire - used in FastMail webmail, better for text than images
    - medium-editor - https://github.com/yabwe/medium-editor - clone of Medium.com's editor
    - Medium.js - http://jakiestfu.github.io/Medium.js - clone of Medium.com's editor
    - 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 editor as jquery plugin
    ## Dom-Based Editors

    - Froala - https://www.froala.com/wysiwyg-editor - best editor (IMO) for traditional HTML structure
    - TinyMCE - http://www.tinymce.com - long history, big community, completely redesigned new version 5
    - Pell - https://github.com/jaredreich/pell - designed to be the simplest and smallest
    - Squire - https://github.com/neilj/Squire - used in FastMail webmail, better for text than images
    - medium-editor - https://github.com/yabwe/medium-editor - clone of Medium.com's editor
    - Medium.js - http://jakiestfu.github.io/Medium.js - clone of Medium.com's editor
    - 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 editor as jquery plugin
  19. @manigandham manigandham revised this gist Mar 3, 2022. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion html-editors.md
    Original file line number Diff line number Diff line change
    @@ -14,7 +14,6 @@
    - Quill - http://quilljs.com
    - Trix - https://github.com/basecamp/trix - by Basecamp team used in v3
    - Etherpad - http://etherpad.org - collaborative realtime editing framework, backend, and editor
    - Texture - http://substance.io/texture - editor built on Substance library
    - CKEditor (v5) - https://ckeditor.com - long history, very customizable, new architecture with built-in collaboration
    - Editor.js - https://editorjs.io - block-based editor
    - TipTap - https://github.com/ueberdosis/tiptap - headless, framework-agnostic, extendable editor based on ProseMirror
  20. @manigandham manigandham revised this gist Mar 3, 2022. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion html-editors.md
    Original file line number Diff line number Diff line change
    @@ -13,7 +13,6 @@
    - Draft - https://draftjs.org - rich text editor framework for React
    - Quill - http://quilljs.com
    - Trix - https://github.com/basecamp/trix - by Basecamp team used in v3
    - Scribe - https://github.com/guardian/scribe - by the Guardian team but they now use ProseMirror
    - Etherpad - http://etherpad.org - collaborative realtime editing framework, backend, and editor
    - Texture - http://substance.io/texture - editor built on Substance library
    - CKEditor (v5) - https://ckeditor.com - long history, very customizable, new architecture with built-in collaboration
  21. @manigandham manigandham revised this gist Aug 23, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion html-editors.md
    Original file line number Diff line number Diff line change
    @@ -18,7 +18,7 @@
    - Texture - http://substance.io/texture - editor built on Substance library
    - CKEditor (v5) - https://ckeditor.com - long history, very customizable, new architecture with built-in collaboration
    - Editor.js - https://editorjs.io - block-based editor
    - TipTap - https://github.com/ueberdosis/tiptap - vue.js editor built on top of ProseMirror
    - TipTap - https://github.com/ueberdosis/tiptap - headless, framework-agnostic, extendable editor based on ProseMirror

    ## Dom-Based Editors

  22. @manigandham manigandham revised this gist Mar 24, 2021. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion html-editors.md
    Original file line number Diff line number Diff line change
    @@ -3,6 +3,7 @@
    - Mobiledoc - https://github.com/bustle/mobiledoc-kit - framework to build editors with a standardized JSON structure
    - Substance - http://substance.io - library for building editors and publishing systems
    - ShareDB - https://github.com/share/sharedb - framework to sync any JSON document using operational transforms, add real-time collaborative editing to anything else
    - Bangle.dev - https://github.com/bangle-io/bangle.dev - toolkit built for building editors, based on prosemirror

    ## Abstracted Editors
    *These use separate document structures instead of HTML, some are more modular libraries than full editors*
    @@ -16,7 +17,7 @@
    - Etherpad - http://etherpad.org - collaborative realtime editing framework, backend, and editor
    - Texture - http://substance.io/texture - editor built on Substance library
    - CKEditor (v5) - https://ckeditor.com - long history, very customizable, new architecture with built-in collaboration
    - Editor.js - https://editorjs.io
    - Editor.js - https://editorjs.io - block-based editor
    - TipTap - https://github.com/ueberdosis/tiptap - vue.js editor built on top of ProseMirror

    ## Dom-Based Editors
  23. @manigandham manigandham revised this gist Sep 16, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion html-editors.md
    Original file line number Diff line number Diff line change
    @@ -17,7 +17,7 @@
    - Texture - http://substance.io/texture - editor built on Substance library
    - CKEditor (v5) - https://ckeditor.com - long history, very customizable, new architecture with built-in collaboration
    - Editor.js - https://editorjs.io
    - TipTap - https://github.com/scrumpy/tiptap - vue.js editor built on top of ProseMirror
    - TipTap - https://github.com/ueberdosis/tiptap - vue.js editor built on top of ProseMirror

    ## Dom-Based Editors

  24. @manigandham manigandham revised this gist Jun 14, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion html-editors.md
    Original file line number Diff line number Diff line change
    @@ -22,7 +22,7 @@
    ## Dom-Based Editors

    - Froala - https://www.froala.com/wysiwyg-editor - best editor (IMO) for traditional HTML structure
    - TinyMCE - http://www.tinymce.com - long history and big communit, now completely redesigned in v5
    - TinyMCE - http://www.tinymce.com - long history, big community, completely redesigned new version 5
    - Pell - https://github.com/jaredreich/pell - designed to be the simplest and smallest
    - Squire - https://github.com/neilj/Squire - used in FastMail webmail, better for text than images
    - medium-editor - https://github.com/yabwe/medium-editor - clone of Medium.com's editor
  25. @manigandham manigandham revised this gist Jun 14, 2019. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions html-editors.md
    Original file line number Diff line number Diff line change
    @@ -22,9 +22,8 @@
    ## Dom-Based Editors

    - Froala - https://www.froala.com/wysiwyg-editor - best editor (IMO) for traditional HTML structure
    - TinyMCE - http://www.tinymce.com - long history and big communit, now completely redesigned in v5
    - Pell - https://github.com/jaredreich/pell - designed to be the simplest and smallest
    - TinyMCE - http://www.tinymce.com - older editor, similar to CKEditor
    - Textbox.IO - https://textbox.io - new from the owners of TinyMCE project
    - Squire - https://github.com/neilj/Squire - used in FastMail webmail, better for text than images
    - medium-editor - https://github.com/yabwe/medium-editor - clone of Medium.com's editor
    - Medium.js - http://jakiestfu.github.io/Medium.js - clone of Medium.com's editor
  26. @manigandham manigandham revised this gist May 25, 2019. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions html-editors.md
    Original file line number Diff line number Diff line change
    @@ -17,6 +17,7 @@
    - Texture - http://substance.io/texture - editor built on Substance library
    - CKEditor (v5) - https://ckeditor.com - long history, very customizable, new architecture with built-in collaboration
    - Editor.js - https://editorjs.io
    - TipTap - https://github.com/scrumpy/tiptap - vue.js editor built on top of ProseMirror

    ## Dom-Based Editors

  27. @manigandham manigandham revised this gist Apr 2, 2019. 1 changed file with 12 additions and 12 deletions.
    24 changes: 12 additions & 12 deletions html-editors.md
    Original file line number Diff line number Diff line change
    @@ -7,29 +7,29 @@
    ## Abstracted Editors
    *These use separate document structures instead of HTML, some are more modular libraries than full editors*

    - ProseMirror - http://prosemirror.net/ - supports collaborative editing, offers similar options to Mobiledoc for data structure
    - ProseMirror - http://prosemirror.net - supports collaborative editing, offers similar options to Mobiledoc for data structure
    - Slate - https://github.com/ianstormtaylor/slate - framework to build more customized editors inspired by Draft, ProseMirror, Quill
    - Draft - https://draftjs.org - rich text editor framework for React
    - Quill - http://quilljs.com/
    - Quill - http://quilljs.com
    - Trix - https://github.com/basecamp/trix - by Basecamp team used in v3
    - Scribe - https://github.com/guardian/scribe - by the Guardian team but they now use ProseMirror
    - Etherpad - http://etherpad.org/ - collaborative realtime editing framework, backend, and editor
    - Texture - http://substance.io/texture/ - editor built on Substance library
    - CKEditor (v5) - https://ckeditor.com/ - long history, very customizable, new architecture with built-in collaboration
    - Editor.js - https://editorjs.io/
    - Etherpad - http://etherpad.org - collaborative realtime editing framework, backend, and editor
    - Texture - http://substance.io/texture - editor built on Substance library
    - CKEditor (v5) - https://ckeditor.com - long history, very customizable, new architecture with built-in collaboration
    - Editor.js - https://editorjs.io

    ## Dom-Based Editors

    - Froala - https://www.froala.com/wysiwyg-editor - best editor (IMO) for traditional HTML structure
    - Pell - https://github.com/jaredreich/pell - designed to be the simplest and smallest
    - TinyMCE - http://www.tinymce.com/ - older editor, similar to CKEditor
    - Textbox.IO - https://textbox.io/ - new from the owners of TinyMCE project
    - TinyMCE - http://www.tinymce.com - older editor, similar to CKEditor
    - Textbox.IO - https://textbox.io - new from the owners of TinyMCE project
    - Squire - https://github.com/neilj/Squire - used in FastMail webmail, better for text than images
    - medium-editor - https://github.com/yabwe/medium-editor - clone of Medium.com's editor
    - Medium.js - http://jakiestfu.github.io/Medium.js - clone of Medium.com's editor
    - 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 editor as jquery plugin
    - Redactor - http://imperavi.com/redactor
    - Summernote - http://summernote.org
    - ZenPen - http://www.zenpen.io
    - Trumbowyg - https://alex-d.github.io/Trumbowyg - html5 editor as jquery plugin

  28. @manigandham manigandham revised this gist Apr 2, 2019. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions html-editors.md
    Original file line number Diff line number Diff line change
    @@ -16,6 +16,7 @@
    - Etherpad - http://etherpad.org/ - collaborative realtime editing framework, backend, and editor
    - Texture - http://substance.io/texture/ - editor built on Substance library
    - CKEditor (v5) - https://ckeditor.com/ - long history, very customizable, new architecture with built-in collaboration
    - Editor.js - https://editorjs.io/

    ## Dom-Based Editors

  29. @manigandham manigandham revised this gist Apr 2, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion html-editors.md
    Original file line number Diff line number Diff line change
    @@ -15,12 +15,12 @@
    - Scribe - https://github.com/guardian/scribe - by the Guardian team but they now use ProseMirror
    - Etherpad - http://etherpad.org/ - collaborative realtime editing framework, backend, and editor
    - Texture - http://substance.io/texture/ - editor built on Substance library
    - CKEditor (v5) - https://ckeditor.com/ - long history, very customizable, new architecture with built-in collaboration

    ## Dom-Based Editors

    - Froala - https://www.froala.com/wysiwyg-editor - best editor (IMO) for traditional HTML structure
    - Pell - https://github.com/jaredreich/pell - designed to be the simplest and smallest
    - CKEditor (v5) - https://ckeditor.com/ - long history, very customizable, new architecture with built-in collaboration
    - TinyMCE - http://www.tinymce.com/ - older editor, similar to CKEditor
    - Textbox.IO - https://textbox.io/ - new from the owners of TinyMCE project
    - Squire - https://github.com/neilj/Squire - used in FastMail webmail, better for text than images
  30. @manigandham manigandham revised this gist Jan 26, 2019. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions html-editors.md
    Original file line number Diff line number Diff line change
    @@ -11,9 +11,9 @@
    - Slate - https://github.com/ianstormtaylor/slate - framework to build more customized editors inspired by Draft, ProseMirror, Quill
    - Draft - https://draftjs.org - rich text editor framework for React
    - Quill - http://quilljs.com/
    - Trix - https://github.com/basecamp/trix - by Basecamp team and used in v3
    - Scribe - https://github.com/guardian/scribe - by the Guardian team
    - Etherpad - http://etherpad.org/ - collaborative realtime editing framework, backend and editor
    - Trix - https://github.com/basecamp/trix - by Basecamp team used in v3
    - Scribe - https://github.com/guardian/scribe - by the Guardian team but they now use ProseMirror
    - Etherpad - http://etherpad.org/ - collaborative realtime editing framework, backend, and editor
    - Texture - http://substance.io/texture/ - editor built on Substance library

    ## Dom-Based Editors