Difference between revisions of "WYSIWYG"
Jump to navigation
Jump to search
(→Scribe) |
|||
(18 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{menu}} | {{menu}} | ||
− | + | == General == | |
+ | See also [[Wiki]], [[Documents]] | ||
+ | |||
+ | * https://github.com/JefMari/awesome-wysiwyg | ||
+ | |||
+ | JavaScript libraries. | ||
== CKEditor == | == CKEditor == | ||
− | * | + | === CKEditor 4 === |
+ | * [https://ckeditor.com/ckeditor-4/ CKEditor 4] - The battle-tested WYSIWYG HTML editor, when you need even more features and legacy compatibility. | ||
− | |||
− | |||
* https://github.com/paranoida/ckeditor-moono-theme | * https://github.com/paranoida/ckeditor-moono-theme | ||
Line 14: | Line 18: | ||
* https://github.com/oleq/silver | * https://github.com/oleq/silver | ||
+ | |||
+ | |||
+ | * [https://www.undpaul.de/en/blog/2013/06/14/changing-ckeditor-skins-drupals-wysiwyg Changing CKEditor skins with Drupal's WYSIWYG] | ||
+ | |||
+ | === CKEditor 5 === | ||
+ | * [https://ckeditor.com/ckeditor-5/ CKEditor 5 - A set of ready to use rich text editors created with a powerful framework] - A set of ready to use rich text editors created with a powerful framework. | ||
+ | |||
+ | * [https://ckeditor.com/blog/Lessons-learned-from-creating-a-rich-text-editor-with-real-time-collaboration/ Lessons learned from creating a rich-text editor with real-time collaboration] - [https://news.ycombinator.com/item?id=18220020] | ||
+ | |||
+ | |||
+ | === Alloy Editor === | ||
+ | * [https://alloyeditor.com/ Alloy Editor] - a modern WYSIWYG editor built on top of CKEditor 4, designed to create modern and gorgeous web content | ||
== TinyMCE == | == TinyMCE == | ||
Line 65: | Line 81: | ||
* http://blog.fastmail.com/2014/12/08/squire-fastmails-rich-text-editor/ [https://news.ycombinator.com/item?id=8714635] | * http://blog.fastmail.com/2014/12/08/squire-fastmails-rich-text-editor/ [https://news.ycombinator.com/item?id=8714635] | ||
+ | |||
+ | == Summernote == | ||
+ | * https://summernote.org | ||
+ | |||
+ | == HTML Notepad == | ||
+ | * [https://html-notepad.com/ HTML Notepad] - a WYSIWYG editor of structured documents: texts that have hierarchical and semantically meaningful (oxymoron, no?) structure: headers, list, plaintext islands, tables and so on. [https://news.ycombinator.com/item?id=18372735] | ||
== vi/vim == | == vi/vim == | ||
Line 90: | Line 112: | ||
* https://news.ycombinator.com/item?id=7288792 | * https://news.ycombinator.com/item?id=7288792 | ||
+ | * https://github.com/Canner/slate-md-editor - [https://news.ycombinator.com/item?id=16874633] | ||
* http://jaredly.github.io/treed/ [https://news.ycombinator.com/item?id=7569063] | * http://jaredly.github.io/treed/ [https://news.ycombinator.com/item?id=7569063] | ||
+ | |||
+ | |||
+ | * https://github.com/Voog/wysihtml/ [https://news.ycombinator.com/item?id=8766865] | ||
+ | |||
+ | |||
+ | * https://capnmidnight.github.io/Primrose/ [https://news.ycombinator.com/item?id=8832470] | ||
+ | |||
+ | |||
+ | * https://tibastral.github.io/markdownify/ [https://news.ycombinator.com/item?id=9354653] | ||
+ | |||
+ | |||
+ | * http://trix-editor.org/ | ||
+ | ** https://github.com/basecamp/trix [https://news.ycombinator.com/item?id=10410879] | ||
== Quill == | == Quill == | ||
− | * http://quilljs.com/ [https://news.ycombinator.com/item?id=7716376] | + | * http://quilljs.com/ [https://news.ycombinator.com/item?id=7716376] [https://news.ycombinator.com/item?id=10446865] |
+ | |||
+ | == ProseMirror == | ||
+ | |||
+ | * [https://prosemirror.net/ ProseMirror] - A toolkit for building rich-text editors on the web | ||
+ | ** https://github.com/prosemirror | ||
+ | ** https://gitlab.coko.foundation/wax/wax-prosemirror | ||
+ | |||
+ | * https://github.com/yjs/y-prosemirror - This binding maps a Y.XmlFragment to the ProseMirror state. | ||
+ | |||
+ | == Substance == | ||
+ | * [http://substance.io/ Substance] - a JavaScript library for web-based content editing. It provides building blocks for realizing custom text editors and web-based publishing systems. | ||
+ | ** https://github.com/substance |
Latest revision as of 23:43, 8 August 2023
General
JavaScript libraries.
CKEditor
CKEditor 4
- CKEditor 4 - The battle-tested WYSIWYG HTML editor, when you need even more features and legacy compatibility.
CKEditor 5
- CKEditor 5 - A set of ready to use rich text editors created with a powerful framework - A set of ready to use rich text editors created with a powerful framework.
Alloy Editor
- Alloy Editor - a modern WYSIWYG editor built on top of CKEditor 4, designed to create modern and gorgeous web content
TinyMCE
- http://www.tinymce.com
- https://github.com/tinymce/tinymce/downloads
- http://www.tinymce.com/wiki.php
- http://www.tinymce.com/wiki.php/Creating_a_skin
- http://superdit.com/2011/12/02/customizing-tinymce-css-skin/
- http://www.scriptalicious.com/blog/2009/03/creating-a-new-tinymce-theme-for-3x/
- http://www.cirkuit.net/projects/tinymce/cirkuitSkin/
- http://ccideas.com/howto/drupal-7-wysiwyg-tinymce-is-ugly/ - wysiwyg tinymce.inc has hardcoded
markItUp
Redactor
Aloha Editor
wysihtml5
- wysihtml5 is an open source rich text editor based on HTML5 technology and the progressive-enhancement approach. It uses a sophisticated security concept and aims to generate fully valid HTML5 markup by preventing unmaintainable tag soups and inline styles. The code is completely library agnostic: No jQuery, Prototype or similar is required.
Code Mirror
- CodeMirror is a JavaScript component that provides a code editor in the browser. When a mode is available for the language you are coding in, it will color your code, and optionally help with indentation. A rich programming API and a CSS theming system are available for customizing CodeMirror to fit your application, and extending it with new functionality.
Scribe
Squire
Summernote
HTML Notepad
- HTML Notepad - a WYSIWYG editor of structured documents: texts that have hierarchical and semantically meaningful (oxymoron, no?) structure: headers, list, plaintext islands, tables and so on. [4]
vi/vim
other
- http://markitup.jaysalvat.com/home/ - non-wysiwyg
- http://benweet.github.io/stackedit/ - markdown
Quill
ProseMirror
- ProseMirror - A toolkit for building rich-text editors on the web
- https://github.com/yjs/y-prosemirror - This binding maps a Y.XmlFragment to the ProseMirror state.
Substance
- Substance - a JavaScript library for web-based content editing. It provides building blocks for realizing custom text editors and web-based publishing systems.