Docs Blog Tutorials ProSoon Contact
Follow on X GitHub
Topic

Building on ProseMirror

ProseMirror gives you a document model and a transaction system, and leaves the rest to you. Everything below comes out of building a full editor toolkit on top of it: how the schema decides what paste can produce, why decorations beat node views for anything transient, and the class of bug that only appears once real people put real documents through it.

Articles and tutorials

In the docs

Editor API → Commands, chaining and the transaction model. Configuration → How extensions compose into a schema. Starter Kit → The default extension bundle, and what each piece does.

More topics

Notion-styleAngularTypeScriptAccessibility

Back to all articles or all tutorials.