06:00
Plugin-driven WYSIWYG Markdown editor powered by ProseMirror & remark
插件驱动的所见即所得 Markdown 编辑器框架
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.