Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save Reflex-Gravity/1152a0892d18dddf04b878b00b33a97f to your computer and use it in GitHub Desktop.

Select an option

Save Reflex-Gravity/1152a0892d18dddf04b878b00b33a97f to your computer and use it in GitHub Desktop.

Revisions

  1. @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
  2. @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
  3. @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

  4. @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

  5. @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

  6. @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
  7. @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
  8. @manigandham manigandham revised this gist Apr 13, 2018. 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
    @@ -19,7 +19,7 @@
    ## Dom-Based Editors

    - Froala - https://www.froala.com/wysiwyg-editor - best editor (IMO) for traditional HTML structure
    - Pell - https://jaredreich.com/pell - designed to be the simplest and smallest
    - 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
  9. @manigandham manigandham revised this gist Apr 13, 2018. 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
    @@ -19,6 +19,7 @@
    ## Dom-Based Editors

    - Froala - https://www.froala.com/wysiwyg-editor - best editor (IMO) for traditional HTML structure
    - Pell - https://jaredreich.com/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
  10. @manigandham manigandham revised this gist Apr 13, 2018. 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
    @@ -8,7 +8,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
    - Slate - https://github.com/ianstormtaylor/slate - framework to build more customized editors
    - 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
  11. @manigandham manigandham revised this gist Apr 13, 2018. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions html-editors.md
    Original file line number Diff line number Diff line change
    @@ -1,11 +1,11 @@
    ## Strictly Frameworks

    - Mobiledoc - https://github.com/bustle/mobiledoc-kit - framework and toolkit to build editors with a standardized JSON structure
    - 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

    ## Abstracted Editors
    *These use separate document structures other than HTML, some are more modular libraries than full 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
    - Slate - https://github.com/ianstormtaylor/slate - framework to build more customized editors
  12. @manigandham manigandham revised this gist Apr 13, 2018. 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
    @@ -4,7 +4,8 @@
    - 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

    ## Abstracted Editors (using separate document models, some are more modular frameworks than editors)
    ## Abstracted Editors
    *These use separate document structures other than HTML, some are more modular libraries than full 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
  13. @manigandham manigandham revised this gist Apr 13, 2018. 1 changed file with 25 additions and 16 deletions.
    41 changes: 25 additions & 16 deletions html-editors.md
    Original file line number Diff line number Diff line change
    @@ -1,23 +1,32 @@
    ## Strictly Frameworks

    - Mobiledoc - https://github.com/bustle/mobiledoc-kit - framework and toolkit to build editors with a standardized JSON structure
    - Froala - https://www.froala.com/wysiwyg-editor - best editor (IMO) for traditional HTML structure
    - CKEditor (v5) - https://ckeditor.com/ - long history, very customizable, new architecture with built-in collaboration
    - Trix - https://github.com/basecamp/trix - by Basecamp team and used in v3
    - Scribe - https://github.com/guardian/scribe - by the Guardian team
    - Draft - https://jpuri.github.io/react-draft-wysiwyg - built on ReactJS
    - Slate - https://github.com/ianstormtaylor/slate - framework to build more customized editors
    - 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

    ## Abstracted Editors (using separate document models, some are more modular frameworks than editors)

    - ProseMirror - http://prosemirror.net/ - supports collaborative editing, offers similar options to Mobiledoc for data structure
    - Squire - https://github.com/neilj/Squire - used in FastMail webmail, better for text than images
    - Slate - https://github.com/ianstormtaylor/slate - framework to build more customized editors
    - Draft - https://draftjs.org - rich text editor framework for React
    - Quill - http://quilljs.com/
    - Summernote - http://summernote.org/
    - wysihtml - http://wysihtml.com/
    - Etherpad - http://etherpad.org/ - collaborative realtime editing
    - 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
    - Texture - http://substance.io/texture/ - editor built on Substance library

    ## Dom-Based Editors

    - Froala - https://www.froala.com/wysiwyg-editor - best editor (IMO) for traditional HTML structure
    - 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
    - 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/
    - ZenPen - http://www.zenpen.io/ - very minimalist, best for text
    - Medium.js - http://jakiestfu.github.io/Medium.js
    - medium-editor - https://github.com/yabwe/medium-editor
    - Trumbowyg - https://alex-d.github.io/Trumbowyg/

    https://github.com/share/sharedb has some great development on real-time collaborative editing that can be used to power additional features using these editors.
    - Summernote - http://summernote.org/
    - ZenPen - http://www.zenpen.io/
    - Trumbowyg - https://alex-d.github.io/Trumbowyg/ - html5 editor as jquery plugin

  14. @manigandham manigandham revised this gist Apr 13, 2018. No changes.
  15. @manigandham manigandham revised this gist Apr 12, 2018. 1 changed file with 5 additions and 6 deletions.
    11 changes: 5 additions & 6 deletions html-editors.md
    Original file line number Diff line number Diff line change
    @@ -1,24 +1,23 @@
    - Mobiledoc - https://github.com/bustle/mobiledoc-kit - framework and toolkit to build editors with a standardized JSON structure
    - Froala - https://www.froala.com/wysiwyg-editor - solid editor, very flexible, options to build pages with content blocks
    - CKEditor (v5) - https://ckeditor.com/ - long history, very customizable, lots of plugins, new architecture with built-in collaboration
    - Froala - https://www.froala.com/wysiwyg-editor - best editor (IMO) for traditional HTML structure
    - CKEditor (v5) - https://ckeditor.com/ - long history, very customizable, new architecture with built-in collaboration
    - Trix - https://github.com/basecamp/trix - by Basecamp team and used in v3
    - Scribe - https://github.com/guardian/scribe - by the Guardian team
    - Draft - https://jpuri.github.io/react-draft-wysiwyg - built on ReactJS
    - Slate - https://github.com/ianstormtaylor/slate - framework to build more customized editors
    - ProseMirror - http://prosemirror.net/ - supports collaborative editing, offers similar options to Mobiledoc for data structure
    - Squire - https://github.com/neilj/Squire - used in FastMail webmail, better for text than images
    - ProseMirror - http://prosemirror.net/ - real-time collaboration features, not great with images
    - Quill - http://quilljs.com/
    - Summernote - http://summernote.org/
    - wysihtml - http://wysihtml.com/
    - Etherpad - http://etherpad.org/ - collaborative realtime editing
    - TinyMCE - http://www.tinymce.com/ - older editor but still good
    - 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
    - Redactor - http://imperavi.com/redactor/
    - ZenPen - http://www.zenpen.io/ - very minimalist, best for text
    - Medium.js - http://jakiestfu.github.io/Medium.js
    - medium-editor - https://github.com/yabwe/medium-editor
    - Trumbowyg - https://alex-d.github.io/Trumbowyg/


    https://github.com/share/sharedb has some great development on real-time collaborative editing that can be used to power additional features using these editors.

  16. @manigandham manigandham revised this gist Oct 19, 2017. 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
    @@ -1,3 +1,4 @@
    - Mobiledoc - https://github.com/bustle/mobiledoc-kit - framework and toolkit to build editors with a standardized JSON structure
    - Froala - https://www.froala.com/wysiwyg-editor - solid editor, very flexible, options to build pages with content blocks
    - CKEditor (v5) - https://ckeditor.com/ - long history, very customizable, lots of plugins, new architecture with built-in collaboration
    - Trix - https://github.com/basecamp/trix - by Basecamp team and used in v3
  17. @manigandham manigandham revised this gist Oct 19, 2017. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions html-editors.md
    Original file line number Diff line number Diff line change
    @@ -1,10 +1,10 @@
    - Froala - https://www.froala.com/wysiwyg-editor - solid editor, most flexible and feature filled
    - Froala - https://www.froala.com/wysiwyg-editor - solid editor, very flexible, options to build pages with content blocks
    - CKEditor (v5) - https://ckeditor.com/ - long history, very customizable, lots of plugins, new architecture with built-in collaboration
    - Trix - https://github.com/basecamp/trix - by Basecamp team and used in v3
    - Scribe - https://github.com/guardian/scribe - by the Guardian team
    - Draft - https://jpuri.github.io/react-draft-wysiwyg - built on ReactJS
    - Slate - https://github.com/ianstormtaylor/slate - framework to build more customized editors
    - Squire - https://github.com/neilj/Squire - used in FastMail webmail, better for text than images
    - CKEditor - http://ckeditor.com/ - solid and very customizable, lots of plugins, now dated in look/feel
    - ProseMirror - http://prosemirror.net/ - real-time collaboration features, not great with images
    - Quill - http://quilljs.com/
    - Summernote - http://summernote.org/
  18. @manigandham manigandham revised this gist Mar 22, 2017. 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
    @@ -19,5 +19,5 @@
    - Trumbowyg - https://alex-d.github.io/Trumbowyg/


    I also want to point out https://github.com/share/sharedb which has some great development on real-time collaboration and editing of data that can be used to power additional collaboration features using these editors.
    https://github.com/share/sharedb has some great development on real-time collaborative editing that can be used to power additional features using these editors.

  19. Mani Gandham revised this gist Nov 23, 2016. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions html-editors.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,8 @@
    - Froala - https://www.froala.com/wysiwyg-editor - solid editor, most flexible and feature filled
    - Trix - https://github.com/basecamp/trix - by Basecamp team and used in v3
    - Scribe - https://github.com/guardian/scribe - by the Guardian team
    - Draft - https://jpuri.github.io/react-draft-wysiwyg - built on ReactJS
    - Slate - https://github.com/ianstormtaylor/slate - framework to build more customized editors
    - Squire - https://github.com/neilj/Squire - used in FastMail webmail, better for text than images
    - CKEditor - http://ckeditor.com/ - solid and very customizable, lots of plugins, now dated in look/feel
    - ProseMirror - http://prosemirror.net/ - real-time collaboration features, not great with images
  20. Mani Gandham revised this gist Oct 16, 2016. 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
    @@ -14,6 +14,7 @@
    - ZenPen - http://www.zenpen.io/ - very minimalist, best for text
    - Medium.js - http://jakiestfu.github.io/Medium.js
    - medium-editor - https://github.com/yabwe/medium-editor
    - Trumbowyg - https://alex-d.github.io/Trumbowyg/


    I also want to point out https://github.com/share/sharedb which has some great development on real-time collaboration and editing of data that can be used to power additional collaboration features using these editors.
  21. Mani Gandham revised this gist Aug 23, 2016. 1 changed file with 5 additions and 1 deletion.
    6 changes: 5 additions & 1 deletion html-editors.md
    Original file line number Diff line number Diff line change
    @@ -13,4 +13,8 @@
    - Redactor - http://imperavi.com/redactor/
    - ZenPen - http://www.zenpen.io/ - very minimalist, best for text
    - Medium.js - http://jakiestfu.github.io/Medium.js
    - medium-editor - https://github.com/yabwe/medium-editor
    - medium-editor - https://github.com/yabwe/medium-editor


    I also want to point out https://github.com/share/sharedb which has some great development on real-time collaboration and editing of data that can be used to power additional collaboration features using these editors.

  22. Mani Gandham revised this gist Aug 23, 2016. 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
    @@ -1,9 +1,9 @@
    - Froala - https://www.froala.com/wysiwyg-editor - solid editor, most flexible and feature filled
    - Trix - https://github.com/basecamp/trix - by basecamp team and used in v3
    - Trix - https://github.com/basecamp/trix - by Basecamp team and used in v3
    - Scribe - https://github.com/guardian/scribe - by the Guardian team
    - Squire - https://github.com/neilj/Squire - used in FastMail webmail, better for text than images
    - CKEditor - http://ckeditor.com/ - solid and very customizable, lots of plugins, a little dated in look/feel
    - ProseMirror - http://prosemirror.net/ - not great with images
    - CKEditor - http://ckeditor.com/ - solid and very customizable, lots of plugins, now dated in look/feel
    - ProseMirror - http://prosemirror.net/ - real-time collaboration features, not great with images
    - Quill - http://quilljs.com/
    - Summernote - http://summernote.org/
    - wysihtml - http://wysihtml.com/
  23. Mani Gandham revised this gist Jun 19, 2016. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions html-editors.md
    Original file line number Diff line number Diff line change
    @@ -1,9 +1,9 @@
    - Froala - https://www.froala.com/wysiwyg-editor - solid editor, most flexible and feature filled
    - Trix - https://github.com/basecamp/trix - by basecamp team and used in v3
    - Squire - https://github.com/neilj/Squire - used in FastMail webmail, better for text than images
    - ProseMirror - http://prosemirror.net/ - not great with images
    - Scribe - https://github.com/guardian/scribe - by the Guardian team
    - Squire - https://github.com/neilj/Squire - used in FastMail webmail, better for text than images
    - CKEditor - http://ckeditor.com/ - solid and very customizable, lots of plugins, a little dated in look/feel
    - ProseMirror - http://prosemirror.net/ - not great with images
    - Quill - http://quilljs.com/
    - Summernote - http://summernote.org/
    - wysihtml - http://wysihtml.com/
  24. Mani Gandham revised this gist Jun 19, 2016. 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
    @@ -1,3 +1,4 @@
    - Froala - https://www.froala.com/wysiwyg-editor - solid editor, most flexible and feature filled
    - Trix - https://github.com/basecamp/trix - by basecamp team and used in v3
    - Squire - https://github.com/neilj/Squire - used in FastMail webmail, better for text than images
    - ProseMirror - http://prosemirror.net/ - not great with images
    @@ -9,7 +10,6 @@
    - Etherpad - http://etherpad.org/ - collaborative realtime editing
    - TinyMCE - http://www.tinymce.com/ - older editor but still good
    - Textbox.IO - https://textbox.io/ - new from the owners of tinymce project
    - Froala - https://www.froala.com/wysiwyg-editor - solid editor, newer features like drag/drop images, v2 RC3 just released
    - Redactor - http://imperavi.com/redactor/
    - ZenPen - http://www.zenpen.io/ - very minimalist, best for text
    - Medium.js - http://jakiestfu.github.io/Medium.js
  25. Mani Gandham revised this gist Jun 19, 2016. 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
    @@ -1,4 +1,4 @@
    - Trix - https://github.com/basecamp/trix - by basecamp and used in v3, handles files/images well
    - Trix - https://github.com/basecamp/trix - by basecamp team and used in v3
    - Squire - https://github.com/neilj/Squire - used in FastMail webmail, better for text than images
    - ProseMirror - http://prosemirror.net/ - not great with images
    - Scribe - https://github.com/guardian/scribe - by the Guardian team
  26. Mani Gandham revised this gist Jun 19, 2016. 1 changed file with 3 additions and 2 deletions.
    5 changes: 3 additions & 2 deletions html-editors.md
    Original file line number Diff line number Diff line change
    @@ -10,6 +10,7 @@
    - TinyMCE - http://www.tinymce.com/ - older editor but still good
    - Textbox.IO - https://textbox.io/ - new from the owners of tinymce project
    - Froala - https://www.froala.com/wysiwyg-editor - solid editor, newer features like drag/drop images, v2 RC3 just released
    - Redactor - http://imperavi.com/redactor/ - quality has gone down, v2 is half the functionality at 3x the price, not recommended
    - Redactor - http://imperavi.com/redactor/
    - ZenPen - http://www.zenpen.io/ - very minimalist, best for text
    - Medium.js - http://jakiestfu.github.io/Medium.js
    - Medium.js - http://jakiestfu.github.io/Medium.js
    - medium-editor - https://github.com/yabwe/medium-editor
  27. Mani Gandham revised this gist May 5, 2016. 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
    @@ -12,4 +12,4 @@
    - Froala - https://www.froala.com/wysiwyg-editor - solid editor, newer features like drag/drop images, v2 RC3 just released
    - Redactor - http://imperavi.com/redactor/ - quality has gone down, v2 is half the functionality at 3x the price, not recommended
    - ZenPen - http://www.zenpen.io/ - very minimalist, best for text
    - Medium.js - http://jakiestfu.github.io/Medium.js/docs/
    - Medium.js - http://jakiestfu.github.io/Medium.js
  28. Mani Gandham revised this gist Nov 29, 2015. 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
    @@ -12,5 +12,4 @@
    - Froala - https://www.froala.com/wysiwyg-editor - solid editor, newer features like drag/drop images, v2 RC3 just released
    - Redactor - http://imperavi.com/redactor/ - quality has gone down, v2 is half the functionality at 3x the price, not recommended
    - ZenPen - http://www.zenpen.io/ - very minimalist, best for text
    - Medium.js - http://jakiestfu.github.io/Medium.js/docs/
    -
    - Medium.js - http://jakiestfu.github.io/Medium.js/docs/
  29. Mani Gandham revised this gist Nov 29, 2015. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion html-editors.md
    Original file line number Diff line number Diff line change
    @@ -10,5 +10,7 @@
    - TinyMCE - http://www.tinymce.com/ - older editor but still good
    - Textbox.IO - https://textbox.io/ - new from the owners of tinymce project
    - Froala - https://www.froala.com/wysiwyg-editor - solid editor, newer features like drag/drop images, v2 RC3 just released
    - Redactor - http://imperavi.com/redactor/ - we used this in production but quality has gone down, v2 is half the functionality at 3x the price, not recommended anymore
    - Redactor - http://imperavi.com/redactor/ - quality has gone down, v2 is half the functionality at 3x the price, not recommended
    - ZenPen - http://www.zenpen.io/ - very minimalist, best for text
    - Medium.js - http://jakiestfu.github.io/Medium.js/docs/
    -
  30. Mani Gandham renamed this gist Nov 29, 2015. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.