Tutorial Build a Notion-Style Editor in Angular
Step-by-step Angular tutorial for a Notion-style block editor: slash commands, drag handles, nested drag-and-drop, block colors and a floating outline.
Block editing looks simple and is not. A drag handle has to know what can nest inside what, a slash menu has to survive being typed into mid-document, and turn-into has to preserve the text while replacing the node around it. These posts cover how each of those is built as a framework-agnostic extension rather than a bundled product feature.
Tutorial Step-by-step Angular tutorial for a Notion-style block editor: slash commands, drag handles, nested drag-and-drop, block colors and a floating outline.
Blog What is new in Domternal 0.9.0: type-preserving list items, per-item Turn into, Notion-style list spacing, split-aware outdent and lighter wrapper deps.
Tutorial Step-by-step React tutorial for a Notion-style block editor with slash commands, drag handles, multi-level nesting, block colors and a floating outline.
Blog Notion-style block editing as headless ProseMirror extensions: slash menu, drag handles, Turn into, block colors, and a scroll-spy outline, in any framework.
Back to all articles or all tutorials.