Glean 拾遗
Recent picks

1pick · chronological

09-06

Plugin-driven WYSIWYG Markdown editor powered by ProseMirror & remark

Milkdown is a plugin-driven WYSIWYG Markdown editor framework rather than a monolithic editor component. It builds on ProseMirror for document state and editing, and uses remark to parse and serialize Markdown, aiming for the seamless Typora-style writing experience. Editor features, from commands and shortcuts to themes and UI, are distributed as plugins, so teams compose only what their product needs while staying on a single underlying data model. Written in TypeScript, it fits web teams looking to embed a Markdown editor or to assemble a custom rich-text editing surface.

github.com · 4 min · Markdown · ProseMirror · remark