Skip to content

Commit f9ca912

Browse files
committed
[2026-03-14]: Update notes
1 parent d4fcf5e commit f9ca912

8 files changed

+143
-0
lines changed
-164 KB
Binary file not shown.
-716 KB
Binary file not shown.
-88.6 KB
Binary file not shown.
-276 KB
Binary file not shown.
-615 KB
Binary file not shown.
-8.71 KB
Binary file not shown.
-1.09 MB
Binary file not shown.
Lines changed: 143 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,143 @@
1+
---
2+
tldraw-file: true
3+
tags:
4+
- tldraw
5+
---
6+
7+
8+
```json !!!_START_OF_TLDRAW_DATA__DO_NOT_CHANGE_THIS_PHRASE_!!!
9+
{
10+
"meta": {
11+
"uuid": "5d9504b0-e1ab-44c1-8415-d1ef3ff14225",
12+
"plugin-version": "1.28.0",
13+
"tldraw-version": "4.5.0-internal.66c28d065c67"
14+
},
15+
"raw": {
16+
"tldrawFileFormatVersion": 1,
17+
"schema": {
18+
"schemaVersion": 2,
19+
"sequences": {
20+
"com.tldraw.store": 5,
21+
"com.tldraw.asset": 1,
22+
"com.tldraw.camera": 1,
23+
"com.tldraw.document": 2,
24+
"com.tldraw.instance": 26,
25+
"com.tldraw.instance_page_state": 5,
26+
"com.tldraw.page": 1,
27+
"com.tldraw.instance_presence": 6,
28+
"com.tldraw.pointer": 1,
29+
"com.tldraw.shape": 4,
30+
"com.tldraw.asset.bookmark": 2,
31+
"com.tldraw.asset.image": 6,
32+
"com.tldraw.asset.video": 5,
33+
"com.tldraw.shape.arrow": 8,
34+
"com.tldraw.shape.bookmark": 2,
35+
"com.tldraw.shape.draw": 4,
36+
"com.tldraw.shape.embed": 4,
37+
"com.tldraw.shape.frame": 1,
38+
"com.tldraw.shape.geo": 11,
39+
"com.tldraw.shape.group": 0,
40+
"com.tldraw.shape.highlight": 3,
41+
"com.tldraw.shape.image": 5,
42+
"com.tldraw.shape.line": 5,
43+
"com.tldraw.shape.note": 10,
44+
"com.tldraw.shape.text": 4,
45+
"com.tldraw.shape.video": 4,
46+
"com.tldraw.binding.arrow": 1
47+
}
48+
},
49+
"records": [
50+
{
51+
"gridSize": 10,
52+
"name": "",
53+
"meta": {},
54+
"id": "document:document",
55+
"typeName": "document"
56+
},
57+
{
58+
"x": 0,
59+
"y": 0,
60+
"lastActivityTimestamp": 0,
61+
"meta": {},
62+
"id": "pointer:pointer",
63+
"typeName": "pointer"
64+
},
65+
{
66+
"meta": {},
67+
"id": "page:page",
68+
"name": "Page 1",
69+
"index": "a1",
70+
"typeName": "page"
71+
},
72+
{
73+
"followingUserId": null,
74+
"opacityForNextShape": 1,
75+
"stylesForNextShape": {},
76+
"brush": null,
77+
"scribbles": [],
78+
"cursor": {
79+
"type": "default",
80+
"rotation": 0
81+
},
82+
"isFocusMode": false,
83+
"exportBackground": true,
84+
"isDebugMode": false,
85+
"isToolLocked": false,
86+
"screenBounds": {
87+
"x": 0,
88+
"y": 0,
89+
"w": 1080,
90+
"h": 720
91+
},
92+
"insets": [
93+
false,
94+
false,
95+
false,
96+
false
97+
],
98+
"zoomBrush": null,
99+
"isGridMode": false,
100+
"isPenMode": false,
101+
"chatMessage": "",
102+
"isChatting": false,
103+
"highlightedUserIds": [],
104+
"isFocused": false,
105+
"devicePixelRatio": 1,
106+
"isCoarsePointer": false,
107+
"isHoveringCanvas": null,
108+
"openMenus": [],
109+
"isChangingStyle": false,
110+
"isReadonly": false,
111+
"meta": {},
112+
"duplicateProps": null,
113+
"cameraState": "idle",
114+
"id": "instance:instance",
115+
"currentPageId": "page:page",
116+
"typeName": "instance"
117+
},
118+
{
119+
"editingShapeId": null,
120+
"croppingShapeId": null,
121+
"selectedShapeIds": [],
122+
"hoveredShapeId": null,
123+
"erasingShapeIds": [],
124+
"hintingShapeIds": [],
125+
"focusedGroupId": null,
126+
"meta": {},
127+
"id": "instance_page_state:page:page",
128+
"pageId": "page:page",
129+
"typeName": "instance_page_state"
130+
},
131+
{
132+
"x": 0,
133+
"y": 0,
134+
"z": 1,
135+
"meta": {},
136+
"id": "camera:page:page",
137+
"typeName": "camera"
138+
}
139+
]
140+
}
141+
}
142+
!!!_END_OF_TLDRAW_DATA__DO_NOT_CHANGE_THIS_PHRASE_!!!
143+
```

0 commit comments

Comments
 (0)