@blocknote/core
Version:
A "Notion-style" block-based extensible text editor built on top of Prosemirror and Tiptap.
78 lines • 1.57 kB
JSON
[
{
"block": {
"children": [],
"content": [
{
"styles": {},
"text": "Child",
"type": "text",
},
],
"id": "child",
"props": {
"backgroundColor": "default",
"textAlignment": "left",
"textColor": "default",
},
"type": "paragraph",
},
"currentParent": undefined,
"prevBlock": {
"children": [],
"content": [
{
"styles": {},
"text": "Child",
"type": "text",
},
],
"id": "child",
"props": {
"backgroundColor": "default",
"textAlignment": "left",
"textColor": "default",
},
"type": "paragraph",
},
"prevParent": {
"children": [
{
"children": [],
"content": [
{
"styles": {},
"text": "Child",
"type": "text",
},
],
"id": "child",
"props": {
"backgroundColor": "default",
"textAlignment": "left",
"textColor": "default",
},
"type": "paragraph",
},
],
"content": [
{
"styles": {},
"text": "Parent",
"type": "text",
},
],
"id": "parent",
"props": {
"backgroundColor": "default",
"textAlignment": "left",
"textColor": "default",
},
"type": "paragraph",
},
"source": {
"type": "local",
},
"type": "move",
},
]