UNPKG

@blocknote/core

Version:

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

111 lines 2.05 kB
[ { "children": [], "content": [ { "styles": {}, "text": "Paragraph", "type": "text", }, ], "id": "0", "props": { "backgroundColor": "default", "textAlignment": "left", "textColor": "default", }, "type": "paragraph", }, { "children": [], "content": undefined, "id": "4", "props": { "backgroundColor": "default", "caption": "", "name": "", "previewWidth": 512, "showPreview": true, "textAlignment": "left", "url": "exampleURL", }, "type": "image", }, { "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": "Custom Paragraph", "type": "text", }, ], "id": "2", "props": {}, "type": "customParagraph", }, { "children": [], "content": [], "id": "3", "props": { "backgroundColor": "default", "textAlignment": "left", "textColor": "default", }, "type": "paragraph", }, ]