Most React Markdown editors (Milkdown, Tiptap, MDXEditor) are built on ProseMirror. They store your document as an AST — when you type **bold**, the asterisks are consumed and gone. There is nothing ...
Personal Obsidian plugin that captures CodeMirror 6 editing deltas — insertions, deletions, pauses, selections — as an append-only event log. The .md file stays canonical; the delta stream is the ...