UNPKG

@blocknote/core

Version:

A "Notion-style" block-based extensible text editor built on top of Prosemirror and Tiptap.

82 lines 1.59 kB
[ { "block": { "children": [], "content": [ { "styles": {}, "text": "Paragraph 0", "type": "text", }, ], "id": "paragraph-0", "props": { "backgroundColor": "red", "textAlignment": "left", "textColor": "default", }, "type": "paragraph", }, "prevBlock": { "children": [], "content": [ { "styles": {}, "text": "Paragraph 0", "type": "text", }, ], "id": "paragraph-0", "props": { "backgroundColor": "default", "textAlignment": "left", "textColor": "default", }, "type": "paragraph", }, "source": { "type": "local", }, "type": "update", }, { "block": { "children": [], "content": [ { "styles": {}, "text": "Paragraph 1", "type": "text", }, ], "id": "paragraph-1", "props": { "backgroundColor": "blue", "textAlignment": "left", "textColor": "default", }, "type": "paragraph", }, "prevBlock": { "children": [], "content": [ { "styles": {}, "text": "Paragraph 1", "type": "text", }, ], "id": "paragraph-1", "props": { "backgroundColor": "default", "textAlignment": "left", "textColor": "default", }, "type": "paragraph", }, "source": { "type": "local", }, "type": "update", }, ]