Markdown - Notes
- Markdown
- Notes
Notes on Markdown WYSIWYG-style editors, online tools, ...
ℹ️ This is a "notes collection" item. I use notes collection to compile practical information for myself in an unpolished way. It's probably best not to rely on this information without verifying it against up-to-date sources. Also, it is not a good place to use as reference, as the content is subject to frequent updates without warning.
JavaScript Editors
At some point, I’ll need an online editing option for blog posts to simplify updates and typo corrections. Here are the markdown editor candidates for making it possible.
Some of the items below offers more than markdown support. Keep that in mind.
- https://simplemde.com/
- Super simple, no WYSIWYG support, side-by-side view instead.
- Not actively maintained anymore.
- MIT License
- https://frutjam.com/plugins/markdown-editor
- Simple editor with WYSIWYG support.
- Also a part of a UI-library.
- MIT License
- https://prosemirror.net/
- Advanced features; collaborative editing, change tracking, custom linting patterns, …
- MIT License
- https://milkdown.dev/
- WYSIWYG editor, programmatic access, plugin system.
- Build on top of
ProseMirrorandremark[1]. - MIT License
- https://editorjs.io/
- Markdown elements as building blocks. (As in draggable blocks in the editor UI.)
JSONdata output option instead ofHTML.- Programmatic access, plugin system.
- Apache-2.0 License (Permissive, requires having the LICENSE and a NOTICE [2] file that documents contact info, modifications, purpose, scope, …)
- https://lexical.dev/
- Cross-platform WYSIWYG editor, rich text elements as building blocks.
- Markdown support, advanced features.
- MIT License
- https://svelte-lexical.vercel.app/
- Svelte-specific rich-text editor based on
Lexical. - MIT License
- Svelte-specific rich-text editor based on