UNPKG

@blocknote/core

Version:

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

96 lines 1.75 kB
[ { "children": [], "content": [ { "styles": {}, "text": "Paragraph", "type": "text", }, ], "id": "0", "props": { "backgroundColor": "default", "textAlignment": "left", "textColor": "default", }, "type": "paragraph", }, { "children": [], "content": { "columnWidths": [ undefined, undefined, ], "rows": [ { "cells": [ [ { "styles": {}, "text": "Table Cell", "type": "text", }, ], [ { "styles": {}, "text": "Table Cell", "type": "text", }, ], ], }, { "cells": [ [ { "styles": {}, "text": "Table Cell", "type": "text", }, ], [ { "styles": {}, "text": "Table Cell", "type": "text", }, ], ], }, ], "type": "tableContent", }, "id": "1", "props": { "textColor": "default", }, "type": "table", }, { "children": [], "content": [ { "styles": {}, "text": "Paragraph", "type": "text", }, ], "id": "2", "props": {}, "type": "customParagraph", }, { "children": [], "content": [], "id": "3", "props": { "backgroundColor": "default", "textAlignment": "left", "textColor": "default", }, "type": "paragraph", }, ]