-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdata.json
More file actions
57 lines (57 loc) · 1.18 KB
/
data.json
File metadata and controls
57 lines (57 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"ui": {
"indentSize": 30,
"showBullets": true,
"showCollapseIndicators": true,
"showVerticalLines": true,
"animationsEnabled": false,
"theme": "warm-beige",
"fontSize": 19,
"lineHeight": 1.9,
"bulletAlign": "top",
"fontFamily": "theme",
"customFontFamily": "",
"zoomLevel": 1
},
"editor": {
"autoSave": true,
"autoSaveDelay": 1000,
"placeholder": "输入内容...",
"renderMode": "source",
"attachmentPath": "default",
"customAttachmentPath": ""
},
"features": {
"slashCommand": true,
"tagSuggest": true,
"linkSuggest": true,
"crossDocumentDrag": true,
"autoBlockId": true,
"mobileToolbar": true
},
"search": {
"mode": "filter",
"caseSensitive": false,
"autoExpandMatches": true
},
"dragDrop": {
"enabled": true,
"showDropIndicators": true,
"allowNestedDrop": true
},
"isolation": {
"strictMode": true,
"enableAssertions": false,
"debugMode": false,
"healthCheckInterval": 30000
},
"collapseState": {
"enabled": true,
"marker": "c"
},
"thino": {
"enabled": true,
"timestampFormat": "HH:mm:ss",
"autoTimestamp": false
}
}