-
-
Save bamzi/6bcc5f23c43a88aa08a6bef6d704f72c to your computer and use it in GitHub Desktop.
Revisions
-
manigandham revised this gist
Jun 22, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 ## Dom-Based Editors -
manigandham revised this gist
Jun 22, 2022 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
manigandham revised this gist
Jun 22, 2022 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
manigandham revised this gist
Apr 14, 2022 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
manigandham renamed this gist
Mar 16, 2022 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
manigandham revised this gist
Mar 3, 2022 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 - 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 - 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 -
manigandham revised this gist
Mar 3, 2022 . 1 changed file with 7 additions and 11 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,8 @@ ## Strictly Frameworks - 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 - [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 -
manigandham revised this gist
Mar 3, 2022 . No changes.There are no files selected for viewing
-
manigandham revised this gist
Mar 3, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 - [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 -
manigandham revised this gist
Mar 3, 2022 . 1 changed file with 1 addition and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 - [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 - 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 -
manigandham revised this gist
Mar 3, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 - [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 -
manigandham revised this gist
Mar 3, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 - [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 -
manigandham revised this gist
Mar 3, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 - 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 -
manigandham revised this gist
Mar 3, 2022 . No changes.There are no files selected for viewing
-
manigandham revised this gist
Mar 3, 2022 . 1 changed file with 5 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 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 - [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 -
manigandham revised this gist
Mar 3, 2022 . No changes.There are no files selected for viewing
-
manigandham revised this gist
Mar 3, 2022 . No changes.There are no files selected for viewing
-
manigandham revised this gist
Mar 3, 2022 . 1 changed file with 27 additions and 27 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 ## 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 - 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 ## 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 -
manigandham revised this gist
Mar 3, 2022 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 - 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 -
manigandham revised this gist
Mar 3, 2022 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 - 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 -
manigandham revised this gist
Aug 23, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 - headless, framework-agnostic, extendable editor based on ProseMirror ## Dom-Based Editors -
manigandham revised this gist
Mar 24, 2021 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 - block-based editor - TipTap - https://github.com/ueberdosis/tiptap - vue.js editor built on top of ProseMirror ## Dom-Based Editors -
manigandham revised this gist
Sep 16, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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/ueberdosis/tiptap - vue.js editor built on top of ProseMirror ## Dom-Based Editors -
manigandham revised this gist
Jun 14, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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, 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 -
manigandham revised this gist
Jun 14, 2019 . 1 changed file with 1 addition and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 - 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 -
manigandham revised this gist
May 25, 2019 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
manigandham revised this gist
Apr 2, 2019 . 1 changed file with 12 additions and 12 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 - 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 - 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 ## 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 - 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 -
manigandham revised this gist
Apr 2, 2019 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
manigandham revised this gist
Apr 2, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 - 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 -
manigandham revised this gist
Jan 26, 2019 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 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
NewerOlder