@blocknote/core
Version:
A "Notion-style" block-based extensible text editor built on top of Prosemirror and Tiptap.
9 lines (6 loc) • 356 B
Markdown
### @blocknote/core/src/api
Implements the BlockNote API surface
- `blockManipulation`: API to insert / update / remove blocks
- `exporters`: exporting to HTML / markdown / other formats
- `nodeConversions`: internal API for converting between BlockNote Schema (Blocks) and Prosemirror (Nodes)
- `parsers`: importing from HTML / markdown / other formats