mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-17 14:27:02 +08:00
refactor(editor): use stable stringify for snapshots (#10948)
This commit is contained in:
@@ -8,6 +8,7 @@ import { uuidv4 } from '@blocksuite/affine/store';
|
||||
import type { TestAffineEditorContainer } from '@blocksuite/integration-test';
|
||||
import type { ConsoleMessage, Locator, Page } from '@playwright/test';
|
||||
import { expect } from '@playwright/test';
|
||||
import stringify from 'json-stable-stringify';
|
||||
import lz from 'lz-string';
|
||||
|
||||
import { currentEditorIndex } from '../multiple-editor.js';
|
||||
@@ -881,7 +882,7 @@ export async function getPageSnapshot(page: Page, toJSON?: boolean) {
|
||||
return snapshot.blocks;
|
||||
});
|
||||
if (toJSON) {
|
||||
return JSON.stringify(json, null, 2);
|
||||
return stringify(json, { space: ' ' });
|
||||
}
|
||||
return json;
|
||||
}
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"@blocksuite/integration-test": "workspace:*",
|
||||
"@playwright/test": "=1.51.0",
|
||||
"@toeverything/theme": "^1.1.12",
|
||||
"json-stable-stringify": "^1.2.1",
|
||||
"rxjs": "^7.8.1"
|
||||
},
|
||||
"bsImport": {
|
||||
|
||||
@@ -1,29 +1,35 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:attachment",
|
||||
"id": "3",
|
||||
"props": {
|
||||
"embed": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"name": "test-card-1.png",
|
||||
"rotate": 0,
|
||||
"size": 45801,
|
||||
"sourceId": "ejImogf-Tb7AuKY-v94uz1zuOJbClqK-tWBxVr_ksGA=",
|
||||
"style": "horizontalThin",
|
||||
"type": "image/png",
|
||||
"xywh": "[0,0,0,0]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "1",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -32,29 +38,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"flavour": "affine:attachment",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"name": "test-card-1.png",
|
||||
"size": 45801,
|
||||
"type": "image/png",
|
||||
"style": "horizontalThin",
|
||||
"index": "a0",
|
||||
"xywh": "[0,0,0,0]",
|
||||
"lockedBySelf": false,
|
||||
"rotate": 0,
|
||||
"sourceId": "ejImogf-Tb7AuKY-v94uz1zuOJbClqK-tWBxVr_ksGA=",
|
||||
"embed": false
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,29 +1,15 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "1",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -32,9 +18,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
]
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,29 +1,34 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:image",
|
||||
"id": "4",
|
||||
"props": {
|
||||
"caption": "",
|
||||
"height": 345,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"rotate": 0,
|
||||
"size": 45801,
|
||||
"sourceId": "ejImogf-Tb7AuKY-v94uz1zuOJbClqK-tWBxVr_ksGA=",
|
||||
"width": 460,
|
||||
"xywh": "[0,0,460,345]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "1",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -32,28 +37,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "4",
|
||||
"flavour": "affine:image",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"sourceId": "ejImogf-Tb7AuKY-v94uz1zuOJbClqK-tWBxVr_ksGA=",
|
||||
"width": 460,
|
||||
"height": 345,
|
||||
"index": "a0",
|
||||
"xywh": "[0,0,460,345]",
|
||||
"lockedBySelf": false,
|
||||
"rotate": 0,
|
||||
"size": 45801,
|
||||
"caption": ""
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,29 +1,36 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:attachment",
|
||||
"id": "5",
|
||||
"props": {
|
||||
"caption": "",
|
||||
"embed": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"name": "test-card-1.png",
|
||||
"rotate": 0,
|
||||
"size": 45801,
|
||||
"sourceId": "ejImogf-Tb7AuKY-v94uz1zuOJbClqK-tWBxVr_ksGA=",
|
||||
"style": "horizontalThin",
|
||||
"type": "image/png",
|
||||
"xywh": "[0,0,0,0]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "1",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -32,30 +39,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "5",
|
||||
"flavour": "affine:attachment",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"name": "test-card-1.png",
|
||||
"size": 45801,
|
||||
"type": "image/png",
|
||||
"sourceId": "ejImogf-Tb7AuKY-v94uz1zuOJbClqK-tWBxVr_ksGA=",
|
||||
"caption": "",
|
||||
"embed": false,
|
||||
"style": "horizontalThin",
|
||||
"index": "a0",
|
||||
"xywh": "[0,0,0,0]",
|
||||
"lockedBySelf": false,
|
||||
"rotate": 0
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,29 +1,35 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:attachment",
|
||||
"id": "3",
|
||||
"props": {
|
||||
"embed": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"name": "test-card-1.png",
|
||||
"rotate": 0,
|
||||
"size": 45801,
|
||||
"sourceId": "ejImogf-Tb7AuKY-v94uz1zuOJbClqK-tWBxVr_ksGA=",
|
||||
"style": "horizontalThin",
|
||||
"type": "image/png",
|
||||
"xywh": "[0,0,0,0]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "1",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -32,29 +38,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"flavour": "affine:attachment",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"name": "test-card-1.png",
|
||||
"size": 45801,
|
||||
"type": "image/png",
|
||||
"style": "horizontalThin",
|
||||
"index": "a0",
|
||||
"xywh": "[0,0,0,0]",
|
||||
"lockedBySelf": false,
|
||||
"rotate": 0,
|
||||
"sourceId": "ejImogf-Tb7AuKY-v94uz1zuOJbClqK-tWBxVr_ksGA=",
|
||||
"embed": false
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,47 +1,14 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "2",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -50,11 +17,46 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,29 +1,35 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:attachment",
|
||||
"id": "3",
|
||||
"props": {
|
||||
"embed": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"name": "test-card-1.png",
|
||||
"rotate": 0,
|
||||
"size": 45801,
|
||||
"sourceId": "ejImogf-Tb7AuKY-v94uz1zuOJbClqK-tWBxVr_ksGA=",
|
||||
"style": "horizontalThin",
|
||||
"type": "image/png",
|
||||
"xywh": "[0,0,0,0]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "1",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -32,29 +38,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"flavour": "affine:attachment",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"name": "test-card-1.png",
|
||||
"size": 45801,
|
||||
"type": "image/png",
|
||||
"style": "horizontalThin",
|
||||
"index": "a0",
|
||||
"xywh": "[0,0,0,0]",
|
||||
"lockedBySelf": false,
|
||||
"rotate": 0,
|
||||
"embed": false,
|
||||
"sourceId": "ejImogf-Tb7AuKY-v94uz1zuOJbClqK-tWBxVr_ksGA="
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,29 +1,35 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:attachment",
|
||||
"id": "3",
|
||||
"props": {
|
||||
"embed": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"name": "test-card-1.png",
|
||||
"rotate": 0,
|
||||
"size": 45801,
|
||||
"sourceId": "ejImogf-Tb7AuKY-v94uz1zuOJbClqK-tWBxVr_ksGA=",
|
||||
"style": "horizontalThin",
|
||||
"type": "image/png",
|
||||
"xywh": "[0,0,0,0]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "1",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -32,29 +38,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"flavour": "affine:attachment",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"name": "test-card-1.png",
|
||||
"size": 45801,
|
||||
"type": "image/png",
|
||||
"style": "horizontalThin",
|
||||
"index": "a0",
|
||||
"xywh": "[0,0,0,0]",
|
||||
"lockedBySelf": false,
|
||||
"rotate": 0,
|
||||
"sourceId": "ejImogf-Tb7AuKY-v94uz1zuOJbClqK-tWBxVr_ksGA=",
|
||||
"embed": false
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,66 +1,34 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:attachment",
|
||||
"version": 1,
|
||||
"id": "3",
|
||||
"props": {
|
||||
"name": "test-card-1.png",
|
||||
"size": 45801,
|
||||
"type": "image/png",
|
||||
"style": "horizontalThin",
|
||||
"embed": false,
|
||||
"index": "a0",
|
||||
"xywh": "[0,0,0,0]",
|
||||
"lockedBySelf": false,
|
||||
"name": "test-card-1.png",
|
||||
"rotate": 0,
|
||||
"size": 45801,
|
||||
"sourceId": "ejImogf-Tb7AuKY-v94uz1zuOJbClqK-tWBxVr_ksGA=",
|
||||
"embed": false
|
||||
"style": "horizontalThin",
|
||||
"type": "image/png",
|
||||
"xywh": "[0,0,0,0]"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "4",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "4",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -69,17 +37,18 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "5",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "5",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -88,17 +57,18 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "6",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "6",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -107,11 +77,46 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,47 +1,14 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "4",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "4",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -50,17 +17,18 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "5",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "5",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -69,36 +37,38 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:attachment",
|
||||
"version": 1,
|
||||
"id": "3",
|
||||
"props": {
|
||||
"name": "test-card-1.png",
|
||||
"size": 45801,
|
||||
"type": "image/png",
|
||||
"style": "horizontalThin",
|
||||
"embed": false,
|
||||
"index": "a0",
|
||||
"xywh": "[0,0,0,0]",
|
||||
"lockedBySelf": false,
|
||||
"name": "test-card-1.png",
|
||||
"rotate": 0,
|
||||
"size": 45801,
|
||||
"sourceId": "ejImogf-Tb7AuKY-v94uz1zuOJbClqK-tWBxVr_ksGA=",
|
||||
"embed": false
|
||||
"style": "horizontalThin",
|
||||
"type": "image/png",
|
||||
"xywh": "[0,0,0,0]"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "6",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "6",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -107,11 +77,46 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,29 +1,44 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"id": "2",
|
||||
"props": {
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "abc "
|
||||
},
|
||||
{
|
||||
"attributes": {
|
||||
"link": "https://google.com"
|
||||
},
|
||||
"insert": "https://google.com"
|
||||
},
|
||||
{
|
||||
"insert": " "
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "text"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "1",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -32,38 +47,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "abc "
|
||||
},
|
||||
{
|
||||
"insert": "https://google.com",
|
||||
"attributes": {
|
||||
"link": "https://google.com"
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": " "
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,47 +1,14 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "2",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -50,11 +17,46 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,57 +1,26 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:surface",
|
||||
"version": 5,
|
||||
"id": "1",
|
||||
"props": {
|
||||
"elements": {}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[0,0,498,234]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
"elements": {
|
||||
}
|
||||
},
|
||||
"type": "block",
|
||||
"version": 5
|
||||
},
|
||||
{
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "3",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -60,31 +29,67 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "4",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:bookmark",
|
||||
"version": 1,
|
||||
"id": "4",
|
||||
"props": {
|
||||
"style": "horizontal",
|
||||
"url": "http://localhost",
|
||||
"caption": null,
|
||||
"description": null,
|
||||
"icon": null,
|
||||
"image": null,
|
||||
"title": null,
|
||||
"index": "a0",
|
||||
"xywh": "[0,0,0,0]",
|
||||
"lockedBySelf": false,
|
||||
"rotate": 0
|
||||
"rotate": 0,
|
||||
"style": "horizontal",
|
||||
"title": null,
|
||||
"url": "http://localhost",
|
||||
"xywh": "[0,0,0,0]"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"id": "2",
|
||||
"props": {
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,234]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,47 +1,14 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "2",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -50,31 +17,67 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:bookmark",
|
||||
"version": 1,
|
||||
"id": "3",
|
||||
"props": {
|
||||
"style": "horizontal",
|
||||
"url": "http://localhost",
|
||||
"caption": null,
|
||||
"description": null,
|
||||
"icon": null,
|
||||
"image": null,
|
||||
"title": null,
|
||||
"index": "a0",
|
||||
"xywh": "[0,0,0,0]",
|
||||
"lockedBySelf": false,
|
||||
"rotate": 0
|
||||
"rotate": 0,
|
||||
"style": "horizontal",
|
||||
"title": null,
|
||||
"url": "http://localhost",
|
||||
"xywh": "[0,0,0,0]"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,29 +1,38 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"id": "4",
|
||||
"props": {
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"attributes": {
|
||||
"link": "http://localhost"
|
||||
},
|
||||
"insert": "http://localhost"
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "text"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "1",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -32,32 +41,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "4",
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "http://localhost",
|
||||
"attributes": {
|
||||
"link": "http://localhost"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,29 +1,36 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:bookmark",
|
||||
"id": "3",
|
||||
"props": {
|
||||
"caption": null,
|
||||
"description": null,
|
||||
"icon": null,
|
||||
"image": null,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"rotate": 0,
|
||||
"style": "horizontal",
|
||||
"title": null,
|
||||
"url": "http://localhost",
|
||||
"xywh": "[0,0,0,0]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "1",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -32,30 +39,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"flavour": "affine:bookmark",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"style": "horizontal",
|
||||
"url": "http://localhost",
|
||||
"caption": null,
|
||||
"description": null,
|
||||
"icon": null,
|
||||
"image": null,
|
||||
"title": null,
|
||||
"index": "a0",
|
||||
"xywh": "[0,0,0,0]",
|
||||
"lockedBySelf": false,
|
||||
"rotate": 0
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,29 +1,41 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"id": "2",
|
||||
"props": {
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "test "
|
||||
},
|
||||
{
|
||||
"attributes": {
|
||||
"link": "https://www.google.com"
|
||||
},
|
||||
"insert": "https://www.google.com"
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "text"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "1",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -32,35 +44,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "test "
|
||||
},
|
||||
{
|
||||
"insert": "https://www.google.com",
|
||||
"attributes": {
|
||||
"link": "https://www.google.com"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,29 +1,34 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:list",
|
||||
"id": "3",
|
||||
"props": {
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
},
|
||||
"type": "bulleted"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "1",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -32,27 +37,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"flavour": "affine:list",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "bulleted",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
},
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,67 +1,18 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "7",
|
||||
"flavour": "affine:list",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "bulleted",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "1"
|
||||
}
|
||||
]
|
||||
},
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "8",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:list",
|
||||
"version": 1,
|
||||
"id": "8",
|
||||
"props": {
|
||||
"type": "bulleted",
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -70,19 +21,20 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null
|
||||
"type": "bulleted"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "9",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:list",
|
||||
"version": 1,
|
||||
"id": "9",
|
||||
"props": {
|
||||
"type": "bulleted",
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -91,21 +43,40 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null
|
||||
"type": "bulleted"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
]
|
||||
],
|
||||
"flavour": "affine:list",
|
||||
"id": "7",
|
||||
"props": {
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "1"
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "bulleted"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "10",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:list",
|
||||
"version": 1,
|
||||
"id": "10",
|
||||
"props": {
|
||||
"type": "bulleted",
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -114,13 +85,46 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null
|
||||
"type": "bulleted"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,47 +1,14 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "2",
|
||||
"props": {
|
||||
"type": "quote",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -50,11 +17,46 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "quote"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,29 +1,55 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"id": "2",
|
||||
"props": {
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "123"
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "quote"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"id": "3",
|
||||
"props": {
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "123"
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "text"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "1",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -32,48 +58,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "quote",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "123"
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "123"
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,29 +1,57 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:code",
|
||||
"id": "2",
|
||||
"props": {
|
||||
"caption": "",
|
||||
"language": "javascript",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "use"
|
||||
}
|
||||
]
|
||||
},
|
||||
"wrap": false
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:code",
|
||||
"id": "4",
|
||||
"props": {
|
||||
"caption": "",
|
||||
"language": "javascript",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "use"
|
||||
}
|
||||
]
|
||||
},
|
||||
"wrap": false
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "1",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -32,50 +60,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"flavour": "affine:code",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "use"
|
||||
}
|
||||
]
|
||||
},
|
||||
"language": "javascript",
|
||||
"wrap": false,
|
||||
"caption": ""
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "4",
|
||||
"flavour": "affine:code",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "use"
|
||||
}
|
||||
]
|
||||
},
|
||||
"language": "javascript",
|
||||
"wrap": false,
|
||||
"caption": ""
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,29 +1,51 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:code",
|
||||
"id": "2",
|
||||
"props": {
|
||||
"caption": "",
|
||||
"language": "javascript",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
},
|
||||
"wrap": false
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:code",
|
||||
"id": "4",
|
||||
"props": {
|
||||
"caption": "",
|
||||
"language": "javascript",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
},
|
||||
"wrap": false
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "1",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -32,42 +54,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"flavour": "affine:code",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
},
|
||||
"language": "javascript",
|
||||
"wrap": false,
|
||||
"caption": ""
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "4",
|
||||
"flavour": "affine:code",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
},
|
||||
"language": "javascript",
|
||||
"wrap": false,
|
||||
"caption": ""
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,29 +1,50 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:code",
|
||||
"id": "2",
|
||||
"props": {
|
||||
"caption": "BlockSuite",
|
||||
"language": null,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
},
|
||||
"wrap": false
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"id": "3",
|
||||
"props": {
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
},
|
||||
"type": "text"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "1",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -32,41 +53,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"flavour": "affine:code",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
},
|
||||
"language": null,
|
||||
"wrap": false,
|
||||
"caption": "BlockSuite"
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
},
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,29 +1,33 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:code",
|
||||
"id": "2",
|
||||
"props": {
|
||||
"caption": "",
|
||||
"language": "rust",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
},
|
||||
"wrap": false
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "1",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -32,26 +36,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"flavour": "affine:code",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
},
|
||||
"language": "rust",
|
||||
"wrap": false,
|
||||
"caption": ""
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,29 +1,33 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:code",
|
||||
"id": "2",
|
||||
"props": {
|
||||
"caption": "",
|
||||
"language": null,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
},
|
||||
"wrap": false
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "1",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -32,26 +36,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"flavour": "affine:code",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
},
|
||||
"language": null,
|
||||
"wrap": false,
|
||||
"caption": ""
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,29 +1,15 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "1",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -32,9 +18,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
]
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,29 +1,57 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:code",
|
||||
"id": "2",
|
||||
"props": {
|
||||
"caption": "BlockSuite",
|
||||
"language": "rust",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "let a: u8 = 7"
|
||||
}
|
||||
]
|
||||
},
|
||||
"wrap": true
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:code",
|
||||
"id": "4",
|
||||
"props": {
|
||||
"caption": "BlockSuite",
|
||||
"language": "rust",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "let a: u8 = 7"
|
||||
}
|
||||
]
|
||||
},
|
||||
"wrap": true
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "1",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -32,50 +60,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"flavour": "affine:code",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "let a: u8 = 7"
|
||||
}
|
||||
]
|
||||
},
|
||||
"language": "rust",
|
||||
"wrap": true,
|
||||
"caption": "BlockSuite"
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "4",
|
||||
"flavour": "affine:code",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "let a: u8 = 7"
|
||||
}
|
||||
]
|
||||
},
|
||||
"language": "rust",
|
||||
"wrap": true,
|
||||
"caption": "BlockSuite"
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,29 +1,63 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:code",
|
||||
"id": "3",
|
||||
"props": {
|
||||
"caption": "",
|
||||
"language": "typescript",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "c"
|
||||
},
|
||||
{
|
||||
"attributes": {
|
||||
"bold": true
|
||||
},
|
||||
"insert": "o"
|
||||
},
|
||||
{
|
||||
"insert": "ns"
|
||||
},
|
||||
{
|
||||
"attributes": {
|
||||
"bold": true
|
||||
},
|
||||
"insert": "t a"
|
||||
},
|
||||
{
|
||||
"insert": "a"
|
||||
},
|
||||
{
|
||||
"attributes": {
|
||||
"bold": true
|
||||
},
|
||||
"insert": "a = 1000"
|
||||
},
|
||||
{
|
||||
"insert": ";"
|
||||
}
|
||||
]
|
||||
},
|
||||
"wrap": false
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "1",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -32,57 +66,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"flavour": "affine:code",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "c"
|
||||
},
|
||||
{
|
||||
"insert": "o",
|
||||
"attributes": {
|
||||
"bold": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": "ns"
|
||||
},
|
||||
{
|
||||
"insert": "t a",
|
||||
"attributes": {
|
||||
"bold": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": "a"
|
||||
},
|
||||
{
|
||||
"insert": "a = 1000",
|
||||
"attributes": {
|
||||
"bold": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": ";"
|
||||
}
|
||||
]
|
||||
},
|
||||
"language": "typescript",
|
||||
"wrap": false,
|
||||
"caption": ""
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,46 +1,15 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:code",
|
||||
"version": 1,
|
||||
"id": "3",
|
||||
"props": {
|
||||
"caption": "",
|
||||
"language": "typescript",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -49,13 +18,46 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"language": "typescript",
|
||||
"wrap": false,
|
||||
"caption": ""
|
||||
"wrap": false
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,29 +1,74 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:code",
|
||||
"id": "3",
|
||||
"props": {
|
||||
"caption": "",
|
||||
"language": "typescript",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "c"
|
||||
},
|
||||
{
|
||||
"attributes": {
|
||||
"bold": true
|
||||
},
|
||||
"insert": "o"
|
||||
},
|
||||
{
|
||||
"insert": "ns"
|
||||
},
|
||||
{
|
||||
"attributes": {
|
||||
"bold": true,
|
||||
"link": "https://www.baidu.com"
|
||||
},
|
||||
"insert": "t a"
|
||||
},
|
||||
{
|
||||
"attributes": {
|
||||
"link": "https://www.baidu.com"
|
||||
},
|
||||
"insert": "a"
|
||||
},
|
||||
{
|
||||
"attributes": {
|
||||
"bold": true,
|
||||
"link": "https://www.baidu.com"
|
||||
},
|
||||
"insert": "a "
|
||||
},
|
||||
{
|
||||
"attributes": {
|
||||
"bold": true
|
||||
},
|
||||
"insert": "= 1000"
|
||||
},
|
||||
{
|
||||
"insert": ";"
|
||||
}
|
||||
]
|
||||
},
|
||||
"wrap": false
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "1",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -32,68 +77,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"flavour": "affine:code",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "c"
|
||||
},
|
||||
{
|
||||
"insert": "o",
|
||||
"attributes": {
|
||||
"bold": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": "ns"
|
||||
},
|
||||
{
|
||||
"insert": "t a",
|
||||
"attributes": {
|
||||
"link": "https://www.baidu.com",
|
||||
"bold": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": "a",
|
||||
"attributes": {
|
||||
"link": "https://www.baidu.com"
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": "a ",
|
||||
"attributes": {
|
||||
"link": "https://www.baidu.com",
|
||||
"bold": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": "= 1000",
|
||||
"attributes": {
|
||||
"bold": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": ";"
|
||||
}
|
||||
]
|
||||
},
|
||||
"language": "typescript",
|
||||
"wrap": false,
|
||||
"caption": ""
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,29 +1,33 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:code",
|
||||
"id": "2",
|
||||
"props": {
|
||||
"caption": "",
|
||||
"language": null,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
},
|
||||
"wrap": false
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "1",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -32,26 +36,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"flavour": "affine:code",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
},
|
||||
"language": null,
|
||||
"wrap": false,
|
||||
"caption": ""
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,29 +1,33 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:code",
|
||||
"id": "2",
|
||||
"props": {
|
||||
"caption": "",
|
||||
"language": null,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
},
|
||||
"wrap": true
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "1",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -32,26 +36,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"flavour": "affine:code",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
},
|
||||
"language": null,
|
||||
"wrap": true,
|
||||
"caption": ""
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,29 +1,33 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:code",
|
||||
"id": "2",
|
||||
"props": {
|
||||
"caption": "",
|
||||
"language": null,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
},
|
||||
"wrap": false
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "1",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -32,26 +36,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"flavour": "affine:code",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
},
|
||||
"language": null,
|
||||
"wrap": false,
|
||||
"caption": ""
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,29 +1,33 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:code",
|
||||
"id": "2",
|
||||
"props": {
|
||||
"caption": "",
|
||||
"language": null,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
},
|
||||
"wrap": false
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "1",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -32,26 +36,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"flavour": "affine:code",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
},
|
||||
"language": null,
|
||||
"wrap": false,
|
||||
"caption": ""
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,29 +1,33 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:code",
|
||||
"id": "2",
|
||||
"props": {
|
||||
"caption": "",
|
||||
"language": null,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
},
|
||||
"wrap": true
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "1",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -32,26 +36,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"flavour": "affine:code",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
},
|
||||
"language": null,
|
||||
"wrap": true,
|
||||
"caption": ""
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,29 +1,33 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:code",
|
||||
"id": "2",
|
||||
"props": {
|
||||
"caption": "",
|
||||
"language": null,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
},
|
||||
"wrap": false
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "1",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -32,26 +36,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"flavour": "affine:code",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
},
|
||||
"language": null,
|
||||
"wrap": false,
|
||||
"caption": ""
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,83 +1,18 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "aaa"
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "bbb"
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "4",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "4",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -86,15 +21,82 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"id": "3",
|
||||
"props": {
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "bbb"
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "text"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"id": "2",
|
||||
"props": {
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "aaa"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "text"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,63 +1,32 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "5",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:code",
|
||||
"version": 1,
|
||||
"id": "5",
|
||||
"props": {
|
||||
"caption": "",
|
||||
"language": null,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
"delta": [
|
||||
]
|
||||
},
|
||||
"language": null,
|
||||
"wrap": false,
|
||||
"caption": ""
|
||||
"wrap": false
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "6",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "6",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -66,35 +35,20 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "bbb"
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "4",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "4",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -103,13 +57,64 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
]
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"id": "3",
|
||||
"props": {
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "bbb"
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "text"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,47 +1,16 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "4",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:list",
|
||||
"version": 1,
|
||||
"id": "4",
|
||||
"props": {
|
||||
"type": "bulleted",
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -50,39 +19,22 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null
|
||||
"type": "bulleted"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "5",
|
||||
"flavour": "affine:list",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "bulleted",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "C"
|
||||
}
|
||||
]
|
||||
},
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "6",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:list",
|
||||
"version": 1,
|
||||
"id": "6",
|
||||
"props": {
|
||||
"type": "bulleted",
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -91,39 +43,22 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null
|
||||
"type": "bulleted"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "7",
|
||||
"flavour": "affine:list",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "bulleted",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "E"
|
||||
}
|
||||
]
|
||||
},
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "8",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:list",
|
||||
"version": 1,
|
||||
"id": "8",
|
||||
"props": {
|
||||
"type": "bulleted",
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -132,19 +67,20 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null
|
||||
"type": "bulleted"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "9",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:list",
|
||||
"version": 1,
|
||||
"id": "9",
|
||||
"props": {
|
||||
"type": "bulleted",
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -153,19 +89,20 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null
|
||||
"type": "bulleted"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:list",
|
||||
"version": 1,
|
||||
"id": "3",
|
||||
"props": {
|
||||
"type": "bulleted",
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -174,17 +111,86 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null
|
||||
"type": "bulleted"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:list",
|
||||
"id": "7",
|
||||
"props": {
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "E"
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "bulleted"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:list",
|
||||
"id": "5",
|
||||
"props": {
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "C"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "bulleted"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,67 +1,18 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "5",
|
||||
"flavour": "affine:list",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "bulleted",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "C"
|
||||
}
|
||||
]
|
||||
},
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "6",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:list",
|
||||
"version": 1,
|
||||
"id": "6",
|
||||
"props": {
|
||||
"type": "bulleted",
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -70,39 +21,22 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null
|
||||
"type": "bulleted"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "7",
|
||||
"flavour": "affine:list",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "bulleted",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "E"
|
||||
}
|
||||
]
|
||||
},
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "8",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:list",
|
||||
"version": 1,
|
||||
"id": "8",
|
||||
"props": {
|
||||
"type": "bulleted",
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -111,19 +45,20 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null
|
||||
"type": "bulleted"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "9",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:list",
|
||||
"version": 1,
|
||||
"id": "9",
|
||||
"props": {
|
||||
"type": "bulleted",
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -132,19 +67,20 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null
|
||||
"type": "bulleted"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:list",
|
||||
"version": 1,
|
||||
"id": "3",
|
||||
"props": {
|
||||
"type": "bulleted",
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -153,19 +89,20 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null
|
||||
"type": "bulleted"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "4",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:list",
|
||||
"version": 1,
|
||||
"id": "4",
|
||||
"props": {
|
||||
"type": "bulleted",
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -174,17 +111,86 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null
|
||||
"type": "bulleted"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:list",
|
||||
"id": "7",
|
||||
"props": {
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "E"
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "bulleted"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:list",
|
||||
"id": "5",
|
||||
"props": {
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "C"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "bulleted"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,47 +1,16 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:list",
|
||||
"version": 1,
|
||||
"id": "3",
|
||||
"props": {
|
||||
"type": "bulleted",
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -50,19 +19,20 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null
|
||||
"type": "bulleted"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "4",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:list",
|
||||
"version": 1,
|
||||
"id": "4",
|
||||
"props": {
|
||||
"type": "bulleted",
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -71,39 +41,22 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null
|
||||
"type": "bulleted"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "5",
|
||||
"flavour": "affine:list",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "bulleted",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "C"
|
||||
}
|
||||
]
|
||||
},
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "6",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:list",
|
||||
"version": 1,
|
||||
"id": "6",
|
||||
"props": {
|
||||
"type": "bulleted",
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -112,39 +65,22 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null
|
||||
"type": "bulleted"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "7",
|
||||
"flavour": "affine:list",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "bulleted",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "E"
|
||||
}
|
||||
]
|
||||
},
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "8",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:list",
|
||||
"version": 1,
|
||||
"id": "8",
|
||||
"props": {
|
||||
"type": "bulleted",
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -153,19 +89,20 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null
|
||||
"type": "bulleted"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "9",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:list",
|
||||
"version": 1,
|
||||
"id": "9",
|
||||
"props": {
|
||||
"type": "bulleted",
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -174,17 +111,86 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null
|
||||
"type": "bulleted"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:list",
|
||||
"id": "7",
|
||||
"props": {
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "E"
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "bulleted"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:list",
|
||||
"id": "5",
|
||||
"props": {
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "C"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "bulleted"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,86 +1,91 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:surface",
|
||||
"version": 5,
|
||||
"props": {
|
||||
"elements": {}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "4",
|
||||
"flavour": "affine:edgeless-text",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[-25,-25,220,26]",
|
||||
"index": "a1",
|
||||
"lockedBySelf": false,
|
||||
"color": "#84cfff",
|
||||
"fontFamily": "blocksuite:surface:Inter",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "400",
|
||||
"textAlign": "left",
|
||||
"scale": 1,
|
||||
"rotate": 0,
|
||||
"hasMaxWidth": false
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "5",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "5",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": " ",
|
||||
"attributes": {
|
||||
"reference": {
|
||||
"type": "LinkedPage",
|
||||
"pageId": "6"
|
||||
"pageId": "6",
|
||||
"type": "LinkedPage"
|
||||
}
|
||||
}
|
||||
},
|
||||
"insert": " "
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
]
|
||||
],
|
||||
"flavour": "affine:edgeless-text",
|
||||
"id": "4",
|
||||
"props": {
|
||||
"color": "#84cfff",
|
||||
"fontFamily": "blocksuite:surface:Inter",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "400",
|
||||
"hasMaxWidth": false,
|
||||
"index": "a1",
|
||||
"lockedBySelf": false,
|
||||
"rotate": 0,
|
||||
"scale": 1,
|
||||
"textAlign": "left",
|
||||
"xywh": "[-25,-25,220,26]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
]
|
||||
],
|
||||
"flavour": "affine:surface",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"elements": {
|
||||
}
|
||||
},
|
||||
"type": "block",
|
||||
"version": 5
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"id": "3",
|
||||
"props": {
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
},
|
||||
"type": "text"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "2",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -89,25 +94,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
},
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,77 +1,82 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:surface",
|
||||
"version": 5,
|
||||
"props": {
|
||||
"elements": {}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "4",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:embed-linked-doc",
|
||||
"id": "11",
|
||||
"props": {
|
||||
"caption": null,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"pageId": "6",
|
||||
"rotate": 0,
|
||||
"style": "horizontal",
|
||||
"xywh": "[0,0,0,0]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:edgeless-text",
|
||||
"version": 1,
|
||||
"id": "4",
|
||||
"props": {
|
||||
"xywh": "[-25,-25,497,154]",
|
||||
"index": "a1",
|
||||
"lockedBySelf": false,
|
||||
"color": "#84cfff",
|
||||
"fontFamily": "blocksuite:surface:Inter",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "400",
|
||||
"textAlign": "left",
|
||||
"scale": 1,
|
||||
"hasMaxWidth": true,
|
||||
"index": "a1",
|
||||
"lockedBySelf": false,
|
||||
"rotate": 0,
|
||||
"hasMaxWidth": true
|
||||
"scale": 1,
|
||||
"textAlign": "left",
|
||||
"xywh": "[-25,-25,497,154]"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "11",
|
||||
"flavour": "affine:embed-linked-doc",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"index": "a0",
|
||||
"xywh": "[0,0,0,0]",
|
||||
"lockedBySelf": false,
|
||||
"rotate": 0,
|
||||
"pageId": "6",
|
||||
"style": "horizontal",
|
||||
"caption": null
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
]
|
||||
],
|
||||
"flavour": "affine:surface",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"elements": {
|
||||
}
|
||||
},
|
||||
"type": "block",
|
||||
"version": 5
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"id": "3",
|
||||
"props": {
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
},
|
||||
"type": "text"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "2",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -80,25 +85,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
},
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,76 +1,82 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:surface",
|
||||
"version": 5,
|
||||
"props": {
|
||||
"elements": {}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "4",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"id": "5",
|
||||
"props": {
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
},
|
||||
"type": "text"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:edgeless-text",
|
||||
"version": 1,
|
||||
"id": "4",
|
||||
"props": {
|
||||
"xywh": "[-25,-25,220,26]",
|
||||
"index": "a1",
|
||||
"lockedBySelf": false,
|
||||
"color": "#84cfff",
|
||||
"fontFamily": "blocksuite:surface:Inter",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "400",
|
||||
"textAlign": "left",
|
||||
"scale": 1,
|
||||
"hasMaxWidth": false,
|
||||
"index": "a1",
|
||||
"lockedBySelf": false,
|
||||
"rotate": 0,
|
||||
"hasMaxWidth": false
|
||||
"scale": 1,
|
||||
"textAlign": "left",
|
||||
"xywh": "[-25,-25,220,26]"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "5",
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
},
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
]
|
||||
],
|
||||
"flavour": "affine:surface",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"elements": {
|
||||
}
|
||||
},
|
||||
"type": "block",
|
||||
"version": 5
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"id": "3",
|
||||
"props": {
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
},
|
||||
"type": "text"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "2",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -79,25 +85,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
},
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,77 +1,82 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:surface",
|
||||
"version": 5,
|
||||
"props": {
|
||||
"elements": {}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "4",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:embed-linked-doc",
|
||||
"id": "11",
|
||||
"props": {
|
||||
"caption": null,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"pageId": "6",
|
||||
"rotate": 0,
|
||||
"style": "horizontal",
|
||||
"xywh": "[0,0,0,0]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:edgeless-text",
|
||||
"version": 1,
|
||||
"id": "4",
|
||||
"props": {
|
||||
"xywh": "[-25,-25,452,154]",
|
||||
"index": "a1",
|
||||
"lockedBySelf": false,
|
||||
"color": "#84cfff",
|
||||
"fontFamily": "blocksuite:surface:Inter",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "400",
|
||||
"textAlign": "left",
|
||||
"scale": 1,
|
||||
"hasMaxWidth": true,
|
||||
"index": "a1",
|
||||
"lockedBySelf": false,
|
||||
"rotate": 0,
|
||||
"hasMaxWidth": true
|
||||
"scale": 1,
|
||||
"textAlign": "left",
|
||||
"xywh": "[-25,-25,452,154]"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "11",
|
||||
"flavour": "affine:embed-linked-doc",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"index": "a0",
|
||||
"xywh": "[0,0,0,0]",
|
||||
"lockedBySelf": false,
|
||||
"rotate": 0,
|
||||
"pageId": "6",
|
||||
"style": "horizontal",
|
||||
"caption": null
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
]
|
||||
],
|
||||
"flavour": "affine:surface",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"elements": {
|
||||
}
|
||||
},
|
||||
"type": "block",
|
||||
"version": 5
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"id": "3",
|
||||
"props": {
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
},
|
||||
"type": "text"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "2",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -80,25 +85,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
},
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,77 +1,82 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:surface",
|
||||
"version": 5,
|
||||
"props": {
|
||||
"elements": {}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "4",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:embed-linked-doc",
|
||||
"id": "11",
|
||||
"props": {
|
||||
"caption": null,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"pageId": "6",
|
||||
"rotate": 0,
|
||||
"style": "horizontal",
|
||||
"xywh": "[0,0,0,0]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:edgeless-text",
|
||||
"version": 1,
|
||||
"id": "4",
|
||||
"props": {
|
||||
"xywh": "[-25,-25,452,154]",
|
||||
"index": "a1",
|
||||
"lockedBySelf": false,
|
||||
"color": "#84cfff",
|
||||
"fontFamily": "blocksuite:surface:Inter",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "400",
|
||||
"textAlign": "left",
|
||||
"scale": 1,
|
||||
"hasMaxWidth": false,
|
||||
"index": "a1",
|
||||
"lockedBySelf": false,
|
||||
"rotate": 0,
|
||||
"hasMaxWidth": false
|
||||
"scale": 1,
|
||||
"textAlign": "left",
|
||||
"xywh": "[-25,-25,452,154]"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "11",
|
||||
"flavour": "affine:embed-linked-doc",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"index": "a0",
|
||||
"xywh": "[0,0,0,0]",
|
||||
"lockedBySelf": false,
|
||||
"rotate": 0,
|
||||
"pageId": "6",
|
||||
"style": "horizontal",
|
||||
"caption": null
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
]
|
||||
],
|
||||
"flavour": "affine:surface",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"elements": {
|
||||
}
|
||||
},
|
||||
"type": "block",
|
||||
"version": 5
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"id": "3",
|
||||
"props": {
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
},
|
||||
"type": "text"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "2",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -80,25 +85,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
},
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,8 +1,105 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"id": "4",
|
||||
"props": {
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "aaa"
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "text"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:edgeless-text",
|
||||
"id": "3",
|
||||
"props": {
|
||||
"color": "#84cfff",
|
||||
"fontFamily": "blocksuite:surface:Inter",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "400",
|
||||
"hasMaxWidth": true,
|
||||
"index": "a1",
|
||||
"lockedBySelf": false,
|
||||
"rotate": 0,
|
||||
"scale": 1,
|
||||
"textAlign": "left",
|
||||
"xywh": "[-25,-25,220,26]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:surface",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"elements": {
|
||||
}
|
||||
},
|
||||
"type": "block",
|
||||
"version": 5
|
||||
},
|
||||
{
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"id": "5",
|
||||
"props": {
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
},
|
||||
"type": "text"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"id": "2",
|
||||
"props": {
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,48]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
@@ -13,99 +110,6 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:surface",
|
||||
"version": 5,
|
||||
"props": {
|
||||
"elements": {}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"flavour": "affine:edgeless-text",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[-25,-25,220,26]",
|
||||
"index": "a1",
|
||||
"lockedBySelf": false,
|
||||
"color": "#84cfff",
|
||||
"fontFamily": "blocksuite:surface:Inter",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "400",
|
||||
"textAlign": "left",
|
||||
"scale": 1,
|
||||
"rotate": 0,
|
||||
"hasMaxWidth": true
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "4",
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "aaa"
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[0,0,498,48]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "5",
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
},
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,50 +1,16 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:surface",
|
||||
"version": 5,
|
||||
"props": {
|
||||
"elements": {}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"flavour": "affine:edgeless-text",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[-25,-25,220,26]",
|
||||
"index": "a1",
|
||||
"lockedBySelf": false,
|
||||
"color": "#84cfff",
|
||||
"fontFamily": "blocksuite:surface:Inter",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "400",
|
||||
"textAlign": "left",
|
||||
"scale": 1,
|
||||
"rotate": 0,
|
||||
"hasMaxWidth": true
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "4",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "4",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -53,28 +19,50 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
]
|
||||
],
|
||||
"flavour": "affine:edgeless-text",
|
||||
"id": "3",
|
||||
"props": {
|
||||
"color": "#84cfff",
|
||||
"fontFamily": "blocksuite:surface:Inter",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "400",
|
||||
"hasMaxWidth": true,
|
||||
"index": "a1",
|
||||
"lockedBySelf": false,
|
||||
"rotate": 0,
|
||||
"scale": 1,
|
||||
"textAlign": "left",
|
||||
"xywh": "[-25,-25,220,26]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
]
|
||||
],
|
||||
"flavour": "affine:surface",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"elements": {
|
||||
}
|
||||
},
|
||||
"type": "block",
|
||||
"version": 5
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "2",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,48]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -83,9 +71,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,48]"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
]
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,50 +1,16 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:surface",
|
||||
"version": 5,
|
||||
"props": {
|
||||
"elements": {}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"flavour": "affine:edgeless-text",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[-25,-25,220,26]",
|
||||
"index": "a1",
|
||||
"lockedBySelf": false,
|
||||
"color": "#84cfff",
|
||||
"fontFamily": "blocksuite:surface:Inter",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "400",
|
||||
"textAlign": "left",
|
||||
"scale": 1,
|
||||
"rotate": 0,
|
||||
"hasMaxWidth": true
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "4",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "4",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -53,28 +19,67 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
]
|
||||
],
|
||||
"flavour": "affine:edgeless-text",
|
||||
"id": "3",
|
||||
"props": {
|
||||
"color": "#84cfff",
|
||||
"fontFamily": "blocksuite:surface:Inter",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "400",
|
||||
"hasMaxWidth": true,
|
||||
"index": "a1",
|
||||
"lockedBySelf": false,
|
||||
"rotate": 0,
|
||||
"scale": 1,
|
||||
"textAlign": "left",
|
||||
"xywh": "[-25,-25,220,26]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
]
|
||||
],
|
||||
"flavour": "affine:surface",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"elements": {
|
||||
}
|
||||
},
|
||||
"type": "block",
|
||||
"version": 5
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"id": "5",
|
||||
"props": {
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
},
|
||||
"type": "text"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "2",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,48]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -83,25 +88,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,48]"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "5",
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
},
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,29 +1,32 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:embed-linked-doc",
|
||||
"id": "12",
|
||||
"props": {
|
||||
"caption": null,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"pageId": "5",
|
||||
"rotate": 0,
|
||||
"style": "horizontal",
|
||||
"xywh": "[0,0,0,0]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "1",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -32,26 +35,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "12",
|
||||
"flavour": "affine:embed-linked-doc",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"index": "a0",
|
||||
"xywh": "[0,0,0,0]",
|
||||
"lockedBySelf": false,
|
||||
"rotate": 0,
|
||||
"pageId": "5",
|
||||
"style": "horizontal",
|
||||
"caption": null
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,47 +1,14 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "2",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -50,39 +17,41 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "3",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "456",
|
||||
"attributes": {
|
||||
"color": "var(--affine-text-highlight-foreground-red)"
|
||||
}
|
||||
},
|
||||
"insert": "456"
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "4",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "4",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -91,11 +60,46 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,47 +1,14 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "2",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -50,39 +17,41 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "3",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "456",
|
||||
"attributes": {
|
||||
"color": "var(--affine-text-highlight-foreground-red)"
|
||||
}
|
||||
},
|
||||
"insert": "456"
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "4",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "4",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -91,11 +60,46 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,91 +1,60 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"id": "2",
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "123",
|
||||
"attributes": {
|
||||
"color": "var(--affine-text-highlight-foreground-red)"
|
||||
}
|
||||
},
|
||||
"insert": "123"
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"id": "3",
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "456",
|
||||
"attributes": {
|
||||
"color": "var(--affine-text-highlight-foreground-red)"
|
||||
}
|
||||
},
|
||||
"insert": "456"
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "4",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "4",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -94,11 +63,46 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,47 +1,16 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "5",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:list",
|
||||
"version": 1,
|
||||
"id": "5",
|
||||
"props": {
|
||||
"type": "bulleted",
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -50,19 +19,18 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null
|
||||
"type": "bulleted"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "3",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -71,17 +39,18 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "4",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "4",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -90,11 +59,46 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,47 +1,14 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "6",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "6",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -50,17 +17,18 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "3",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -69,17 +37,18 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "4",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "4",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -88,11 +57,46 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,47 +1,14 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "2",
|
||||
"props": {
|
||||
"type": "h1",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -50,17 +17,18 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "h1"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "3",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -69,17 +37,18 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "4",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "4",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -88,11 +57,46 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,47 +1,14 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "2",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -50,40 +17,42 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "3",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "456",
|
||||
"attributes": {
|
||||
"strike": true,
|
||||
"italic": true
|
||||
}
|
||||
"italic": true,
|
||||
"strike": true
|
||||
},
|
||||
"insert": "456"
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "4",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "4",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -92,11 +61,46 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,47 +1,14 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "2",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -50,43 +17,45 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "3",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "456",
|
||||
"attributes": {
|
||||
"bold": true,
|
||||
"code": true,
|
||||
"strike": true,
|
||||
"underline": true,
|
||||
"italic": true,
|
||||
"bold": true
|
||||
}
|
||||
"strike": true,
|
||||
"underline": true
|
||||
},
|
||||
"insert": "456"
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "4",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "4",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -95,11 +64,46 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,47 +1,14 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "2",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -50,17 +17,18 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "3",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -69,17 +37,18 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "4",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "4",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -88,11 +57,46 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,29 +1,84 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"id": "2",
|
||||
"props": {
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"attributes": {
|
||||
"bold": true
|
||||
},
|
||||
"insert": "123"
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "text"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"id": "3",
|
||||
"props": {
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"attributes": {
|
||||
"bold": true
|
||||
},
|
||||
"insert": "456"
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "text"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"id": "4",
|
||||
"props": {
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"attributes": {
|
||||
"bold": true
|
||||
},
|
||||
"insert": "789"
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "text"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "1",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -32,76 +87,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "123",
|
||||
"attributes": {
|
||||
"bold": true
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "456",
|
||||
"attributes": {
|
||||
"bold": true
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "4",
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "789",
|
||||
"attributes": {
|
||||
"bold": true
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,47 +1,14 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "2",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -50,17 +17,18 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "3",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -69,17 +37,18 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "4",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "4",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -88,11 +57,46 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,47 +1,14 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "2",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -50,39 +17,41 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "3",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "456",
|
||||
"attributes": {
|
||||
"link": "https://www.example.com"
|
||||
}
|
||||
},
|
||||
"insert": "456"
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "4",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "4",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -91,11 +60,46 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,46 +1,15 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "5",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:code",
|
||||
"version": 1,
|
||||
"id": "5",
|
||||
"props": {
|
||||
"caption": "",
|
||||
"language": null,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -49,13 +18,46 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"language": null,
|
||||
"wrap": false,
|
||||
"caption": ""
|
||||
"wrap": false
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,47 +1,14 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "8",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "8",
|
||||
"props": {
|
||||
"type": "h1",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -50,17 +17,18 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "h1"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "9",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "9",
|
||||
"props": {
|
||||
"type": "h1",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -69,17 +37,18 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "h1"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "10",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "10",
|
||||
"props": {
|
||||
"type": "h1",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -88,11 +57,46 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "h1"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,47 +1,16 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "5",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:list",
|
||||
"version": 1,
|
||||
"id": "5",
|
||||
"props": {
|
||||
"type": "bulleted",
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -50,19 +19,20 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null
|
||||
"type": "bulleted"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "6",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:list",
|
||||
"version": 1,
|
||||
"id": "6",
|
||||
"props": {
|
||||
"type": "bulleted",
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -71,19 +41,20 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null
|
||||
"type": "bulleted"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "7",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:list",
|
||||
"version": 1,
|
||||
"id": "7",
|
||||
"props": {
|
||||
"type": "bulleted",
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -92,13 +63,46 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null
|
||||
"type": "bulleted"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,29 +1,87 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"id": "2",
|
||||
"props": {
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"attributes": {
|
||||
"bold": true,
|
||||
"underline": true
|
||||
},
|
||||
"insert": "123"
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "text"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"id": "3",
|
||||
"props": {
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"attributes": {
|
||||
"bold": true,
|
||||
"underline": true
|
||||
},
|
||||
"insert": "456"
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "text"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"id": "4",
|
||||
"props": {
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"attributes": {
|
||||
"bold": true,
|
||||
"underline": true
|
||||
},
|
||||
"insert": "789"
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "text"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "1",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -32,79 +90,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "123",
|
||||
"attributes": {
|
||||
"underline": true,
|
||||
"bold": true
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "456",
|
||||
"attributes": {
|
||||
"underline": true,
|
||||
"bold": true
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "4",
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "789",
|
||||
"attributes": {
|
||||
"underline": true,
|
||||
"bold": true
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,47 +1,14 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "2",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -50,41 +17,43 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "3",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "456",
|
||||
"attributes": {
|
||||
"underline": true,
|
||||
"bold": true,
|
||||
"italic": true,
|
||||
"bold": true
|
||||
}
|
||||
"underline": true
|
||||
},
|
||||
"insert": "456"
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "4",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "4",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -93,11 +62,46 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,47 +1,14 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "2",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -50,11 +17,46 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,29 +1,44 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"id": "2",
|
||||
"props": {
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "he"
|
||||
},
|
||||
{
|
||||
"attributes": {
|
||||
"code": true
|
||||
},
|
||||
"insert": "llo"
|
||||
},
|
||||
{
|
||||
"insert": " world"
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "text"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "1",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -32,38 +47,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "he"
|
||||
},
|
||||
{
|
||||
"insert": "llo",
|
||||
"attributes": {
|
||||
"code": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": " world"
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,47 +1,14 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "2",
|
||||
"props": {
|
||||
"type": "h1",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -50,17 +17,18 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "h1"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "3",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -69,11 +37,46 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,47 +1,14 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "2",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -50,11 +17,46 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,47 +1,14 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "2",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -50,11 +17,46 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,47 +1,14 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "2",
|
||||
"props": {
|
||||
"type": "h1",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -50,11 +17,46 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "h1"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,47 +1,14 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "4",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "4",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -50,11 +17,46 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,47 +1,14 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "2",
|
||||
"props": {
|
||||
"type": "h6",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -50,11 +17,46 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "h6"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,47 +1,16 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:list",
|
||||
"version": 1,
|
||||
"id": "3",
|
||||
"props": {
|
||||
"type": "bulleted",
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -50,13 +19,46 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": null
|
||||
"type": "bulleted"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,47 +1,16 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:list",
|
||||
"version": 1,
|
||||
"id": "3",
|
||||
"props": {
|
||||
"type": "numbered",
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": 1,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -50,13 +19,46 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"checked": false,
|
||||
"collapsed": false,
|
||||
"order": 1
|
||||
"type": "numbered"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,47 +1,14 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "4",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "4",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -50,34 +17,73 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "5",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:divider",
|
||||
"version": 1,
|
||||
"props": {},
|
||||
"children": []
|
||||
"id": "5",
|
||||
"props": {
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "6",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "6",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
"delta": [
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,47 +1,14 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "2",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -50,11 +17,46 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,29 +1,47 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"id": "2",
|
||||
"props": {
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "h"
|
||||
},
|
||||
{
|
||||
"attributes": {
|
||||
"bold": true,
|
||||
"italic": true,
|
||||
"strike": true,
|
||||
"underline": true
|
||||
},
|
||||
"insert": "ell"
|
||||
},
|
||||
{
|
||||
"insert": "o"
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "text"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "1",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -32,41 +50,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "h"
|
||||
},
|
||||
{
|
||||
"insert": "ell",
|
||||
"attributes": {
|
||||
"strike": true,
|
||||
"underline": true,
|
||||
"italic": true,
|
||||
"bold": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": "o"
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,29 +1,38 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"id": "2",
|
||||
"props": {
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"attributes": {
|
||||
"code": true
|
||||
},
|
||||
"insert": "Hello"
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "text"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "1",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -32,32 +41,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "Hello",
|
||||
"attributes": {
|
||||
"code": true
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,29 +1,41 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"id": "2",
|
||||
"props": {
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"attributes": {
|
||||
"code": true
|
||||
},
|
||||
"insert": "Hello"
|
||||
},
|
||||
{
|
||||
"insert": "block suite"
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "text"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "1",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -32,35 +44,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "Hello",
|
||||
"attributes": {
|
||||
"code": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": "block suite"
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,29 +1,38 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"id": "2",
|
||||
"props": {
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"attributes": {
|
||||
"bold": true
|
||||
},
|
||||
"insert": "aaa"
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "text"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "1",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -32,32 +41,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "aaa",
|
||||
"attributes": {
|
||||
"bold": true
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,29 +1,63 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"id": "2",
|
||||
"props": {
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "aaa"
|
||||
},
|
||||
{
|
||||
"attributes": {
|
||||
"italic": true
|
||||
},
|
||||
"insert": "bbb"
|
||||
},
|
||||
{
|
||||
"attributes": {
|
||||
"bold": true,
|
||||
"italic": true
|
||||
},
|
||||
"insert": "ccc"
|
||||
},
|
||||
{
|
||||
"attributes": {
|
||||
"bold": true
|
||||
},
|
||||
"insert": "ddd"
|
||||
},
|
||||
{
|
||||
"insert": "eee"
|
||||
},
|
||||
{
|
||||
"attributes": {
|
||||
"bold": true
|
||||
},
|
||||
"insert": "fffggg"
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "text"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "1",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -32,57 +66,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "aaa"
|
||||
},
|
||||
{
|
||||
"insert": "bbb",
|
||||
"attributes": {
|
||||
"italic": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": "ccc",
|
||||
"attributes": {
|
||||
"italic": true,
|
||||
"bold": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": "ddd",
|
||||
"attributes": {
|
||||
"bold": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": "eee"
|
||||
},
|
||||
{
|
||||
"insert": "fffggg",
|
||||
"attributes": {
|
||||
"bold": true
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,29 +1,63 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"id": "2",
|
||||
"props": {
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "aaahhh"
|
||||
},
|
||||
{
|
||||
"attributes": {
|
||||
"italic": true
|
||||
},
|
||||
"insert": "bbb"
|
||||
},
|
||||
{
|
||||
"attributes": {
|
||||
"bold": true,
|
||||
"italic": true
|
||||
},
|
||||
"insert": "ccc"
|
||||
},
|
||||
{
|
||||
"attributes": {
|
||||
"bold": true
|
||||
},
|
||||
"insert": "ddd"
|
||||
},
|
||||
{
|
||||
"insert": "eee"
|
||||
},
|
||||
{
|
||||
"attributes": {
|
||||
"bold": true
|
||||
},
|
||||
"insert": "fffggg"
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "text"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "1",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -32,57 +66,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "aaahhh"
|
||||
},
|
||||
{
|
||||
"insert": "bbb",
|
||||
"attributes": {
|
||||
"italic": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": "ccc",
|
||||
"attributes": {
|
||||
"italic": true,
|
||||
"bold": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": "ddd",
|
||||
"attributes": {
|
||||
"bold": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": "eee"
|
||||
},
|
||||
{
|
||||
"insert": "fffggg",
|
||||
"attributes": {
|
||||
"bold": true
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,29 +1,63 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"id": "2",
|
||||
"props": {
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "aaa"
|
||||
},
|
||||
{
|
||||
"attributes": {
|
||||
"italic": true
|
||||
},
|
||||
"insert": "bbb"
|
||||
},
|
||||
{
|
||||
"attributes": {
|
||||
"bold": true,
|
||||
"italic": true
|
||||
},
|
||||
"insert": "ccc"
|
||||
},
|
||||
{
|
||||
"attributes": {
|
||||
"bold": true
|
||||
},
|
||||
"insert": "ddd"
|
||||
},
|
||||
{
|
||||
"insert": "eee"
|
||||
},
|
||||
{
|
||||
"attributes": {
|
||||
"bold": true
|
||||
},
|
||||
"insert": "fff"
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "text"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "1",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -32,57 +66,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "aaa"
|
||||
},
|
||||
{
|
||||
"insert": "bbb",
|
||||
"attributes": {
|
||||
"italic": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": "ccc",
|
||||
"attributes": {
|
||||
"italic": true,
|
||||
"bold": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": "ddd",
|
||||
"attributes": {
|
||||
"bold": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": "eee"
|
||||
},
|
||||
{
|
||||
"insert": "fff",
|
||||
"attributes": {
|
||||
"bold": true
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,29 +1,57 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"id": "2",
|
||||
"props": {
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "aaa"
|
||||
},
|
||||
{
|
||||
"attributes": {
|
||||
"italic": true
|
||||
},
|
||||
"insert": "bbb"
|
||||
},
|
||||
{
|
||||
"attributes": {
|
||||
"bold": true,
|
||||
"italic": true
|
||||
},
|
||||
"insert": "ccc"
|
||||
},
|
||||
{
|
||||
"attributes": {
|
||||
"bold": true
|
||||
},
|
||||
"insert": "ddd"
|
||||
},
|
||||
{
|
||||
"insert": "eee"
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "text"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "1",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -32,51 +60,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "aaa"
|
||||
},
|
||||
{
|
||||
"insert": "bbb",
|
||||
"attributes": {
|
||||
"italic": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": "ccc",
|
||||
"attributes": {
|
||||
"italic": true,
|
||||
"bold": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": "ddd",
|
||||
"attributes": {
|
||||
"bold": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": "eee"
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,29 +1,90 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"id": "2",
|
||||
"props": {
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "1"
|
||||
},
|
||||
{
|
||||
"attributes": {
|
||||
"code": true
|
||||
},
|
||||
"insert": "23"
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "text"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"id": "3",
|
||||
"props": {
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"attributes": {
|
||||
"code": true
|
||||
},
|
||||
"insert": "456"
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "text"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"id": "4",
|
||||
"props": {
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"attributes": {
|
||||
"code": true
|
||||
},
|
||||
"insert": "78"
|
||||
},
|
||||
{
|
||||
"insert": "9"
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "text"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "1",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -32,82 +93,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "1"
|
||||
},
|
||||
{
|
||||
"insert": "23",
|
||||
"attributes": {
|
||||
"code": true
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "456",
|
||||
"attributes": {
|
||||
"code": true
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "4",
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "78",
|
||||
"attributes": {
|
||||
"code": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": "9"
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,29 +1,90 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"id": "2",
|
||||
"props": {
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "1"
|
||||
},
|
||||
{
|
||||
"attributes": {
|
||||
"code": true
|
||||
},
|
||||
"insert": "23"
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "text"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"id": "3",
|
||||
"props": {
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"attributes": {
|
||||
"code": true
|
||||
},
|
||||
"insert": "456"
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "text"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"id": "4",
|
||||
"props": {
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"attributes": {
|
||||
"code": true
|
||||
},
|
||||
"insert": "78"
|
||||
},
|
||||
{
|
||||
"insert": "9"
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "text"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "1",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -32,82 +93,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "1"
|
||||
},
|
||||
{
|
||||
"insert": "23",
|
||||
"attributes": {
|
||||
"code": true
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "456",
|
||||
"attributes": {
|
||||
"code": true
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "4",
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "78",
|
||||
"attributes": {
|
||||
"code": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": "9"
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,47 +1,14 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "2",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -50,17 +17,18 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "3",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -69,17 +37,18 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "4",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "4",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -88,11 +57,46 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,47 +1,14 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "2",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -50,11 +17,46 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,47 +1,14 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "2",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -50,17 +17,18 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "3",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -69,17 +37,18 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "4",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "4",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -88,11 +57,46 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,47 +1,14 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "2",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -50,17 +17,18 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "3",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -69,17 +37,18 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "4",
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"id": "4",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
@@ -88,11 +57,46 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
"type": "text"
|
||||
},
|
||||
"children": []
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"id": "1",
|
||||
"props": {
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,29 +1,99 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"id": "2",
|
||||
"props": {
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "1"
|
||||
},
|
||||
{
|
||||
"attributes": {
|
||||
"bold": true,
|
||||
"italic": true,
|
||||
"strike": true,
|
||||
"underline": true
|
||||
},
|
||||
"insert": "23"
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "text"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"id": "3",
|
||||
"props": {
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"attributes": {
|
||||
"bold": true,
|
||||
"italic": true,
|
||||
"strike": true,
|
||||
"underline": true
|
||||
},
|
||||
"insert": "456"
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "text"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"id": "4",
|
||||
"props": {
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"attributes": {
|
||||
"bold": true,
|
||||
"italic": true,
|
||||
"strike": true,
|
||||
"underline": true
|
||||
},
|
||||
"insert": "78"
|
||||
},
|
||||
{
|
||||
"insert": "9"
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "text"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "1",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -32,91 +102,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "1"
|
||||
},
|
||||
{
|
||||
"insert": "23",
|
||||
"attributes": {
|
||||
"strike": true,
|
||||
"underline": true,
|
||||
"italic": true,
|
||||
"bold": true
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "456",
|
||||
"attributes": {
|
||||
"strike": true,
|
||||
"underline": true,
|
||||
"italic": true,
|
||||
"bold": true
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "4",
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "78",
|
||||
"attributes": {
|
||||
"strike": true,
|
||||
"underline": true,
|
||||
"italic": true,
|
||||
"bold": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": "9"
|
||||
}
|
||||
]
|
||||
},
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,29 +1,48 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"id": "2",
|
||||
"props": {
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
},
|
||||
"type": "text"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:latex",
|
||||
"id": "3",
|
||||
"props": {
|
||||
"index": "a0",
|
||||
"latex": "aaa",
|
||||
"lockedBySelf": false,
|
||||
"rotate": 0,
|
||||
"scale": 1,
|
||||
"xywh": "[0,0,16,16]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "1",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -32,40 +51,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
},
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"flavour": "affine:latex",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[0,0,16,16]",
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"scale": 1,
|
||||
"rotate": 0,
|
||||
"latex": "aaa"
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,29 +1,32 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"id": "2",
|
||||
"props": {
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
},
|
||||
"type": "text"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "1",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -32,25 +35,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
},
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
@@ -1,29 +1,48 @@
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0",
|
||||
"flavour": "affine:page",
|
||||
"version": 2,
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1",
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:paragraph",
|
||||
"id": "2",
|
||||
"props": {
|
||||
"collapsed": false,
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
},
|
||||
"type": "text"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"children": [
|
||||
],
|
||||
"flavour": "affine:latex",
|
||||
"id": "3",
|
||||
"props": {
|
||||
"index": "a0",
|
||||
"latex": "aaa",
|
||||
"lockedBySelf": false,
|
||||
"rotate": 0,
|
||||
"scale": 1,
|
||||
"xywh": "[0,0,16,16]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:note",
|
||||
"version": 1,
|
||||
"id": "1",
|
||||
"props": {
|
||||
"xywh": "[0,0,498,92]",
|
||||
"background": {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff"
|
||||
},
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"hidden": false,
|
||||
"displayMode": "both",
|
||||
"edgeless": {
|
||||
"style": {
|
||||
@@ -32,40 +51,25 @@
|
||||
"borderStyle": "none",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2",
|
||||
"flavour": "affine:paragraph",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
},
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3",
|
||||
"flavour": "affine:latex",
|
||||
"version": 1,
|
||||
"props": {
|
||||
"xywh": "[0,0,16,16]",
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"scale": 1,
|
||||
"rotate": 0,
|
||||
"latex": "aaa"
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
"hidden": false,
|
||||
"index": "a0",
|
||||
"lockedBySelf": false,
|
||||
"xywh": "[0,0,498,92]"
|
||||
},
|
||||
"type": "block",
|
||||
"version": 1
|
||||
}
|
||||
],
|
||||
"flavour": "affine:page",
|
||||
"id": "0",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "block",
|
||||
"version": 2
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user