@blocknote/core
Version:
A "Notion-style" block-based extensible text editor built on top of Prosemirror and Tiptap.
42 lines • 798 B
JSON
[
{
"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",
},
]