YuJian920
2 years ago
5 changed files with 137 additions and 3 deletions
@ -1,5 +1,6 @@
@@ -1,5 +1,6 @@
|
||||
{ |
||||
"baseFontSize": 17, |
||||
"theme": "obsidian", |
||||
"cssTheme": "Minimal" |
||||
"cssTheme": "Minimal", |
||||
"accentColor": "" |
||||
} |
@ -0,0 +1,29 @@
@@ -0,0 +1,29 @@
|
||||
{ |
||||
"file-explorer": true, |
||||
"global-search": true, |
||||
"switcher": true, |
||||
"graph": true, |
||||
"backlink": true, |
||||
"outgoing-link": false, |
||||
"tag-pane": false, |
||||
"page-preview": true, |
||||
"daily-notes": false, |
||||
"templates": false, |
||||
"note-composer": true, |
||||
"command-palette": true, |
||||
"slash-command": false, |
||||
"editor-status": true, |
||||
"starred": false, |
||||
"markdown-importer": true, |
||||
"zk-prefixer": false, |
||||
"random-note": false, |
||||
"outline": false, |
||||
"word-count": true, |
||||
"slides": false, |
||||
"audio-recorder": false, |
||||
"workspaces": false, |
||||
"file-recovery": true, |
||||
"publish": false, |
||||
"sync": false, |
||||
"canvas": true |
||||
} |
@ -0,0 +1,104 @@
@@ -0,0 +1,104 @@
|
||||
{ |
||||
"main": { |
||||
"id": "15b52bae1bb50118", |
||||
"type": "split", |
||||
"children": [ |
||||
{ |
||||
"id": "2c715ba73c558592", |
||||
"type": "tabs", |
||||
"children": [ |
||||
{ |
||||
"id": "81e8c8c4990478f4", |
||||
"type": "leaf", |
||||
"state": { |
||||
"type": "empty", |
||||
"state": {} |
||||
} |
||||
} |
||||
] |
||||
} |
||||
], |
||||
"direction": "vertical" |
||||
}, |
||||
"left": { |
||||
"id": "261f6cf4e6db452d", |
||||
"type": "split", |
||||
"children": [ |
||||
{ |
||||
"id": "e29f21674a09f450", |
||||
"type": "tabs", |
||||
"children": [ |
||||
{ |
||||
"id": "af0c91ac35d7f66e", |
||||
"type": "leaf", |
||||
"state": { |
||||
"type": "file-explorer", |
||||
"state": { |
||||
"sortOrder": "alphabetical" |
||||
} |
||||
} |
||||
}, |
||||
{ |
||||
"id": "21dd2745a383f090", |
||||
"type": "leaf", |
||||
"state": { |
||||
"type": "search", |
||||
"state": { |
||||
"query": "", |
||||
"matchingCase": false, |
||||
"explainSearch": false, |
||||
"collapseAll": false, |
||||
"extraContext": false, |
||||
"sortOrder": "alphabetical" |
||||
} |
||||
} |
||||
} |
||||
] |
||||
} |
||||
], |
||||
"direction": "horizontal", |
||||
"width": 300 |
||||
}, |
||||
"right": { |
||||
"id": "5c8f3923ffe4d10b", |
||||
"type": "split", |
||||
"children": [ |
||||
{ |
||||
"id": "f955212652b757cd", |
||||
"type": "tabs", |
||||
"children": [ |
||||
{ |
||||
"id": "21c5d8a687a8520d", |
||||
"type": "leaf", |
||||
"state": { |
||||
"type": "backlink", |
||||
"state": { |
||||
"collapseAll": false, |
||||
"extraContext": false, |
||||
"sortOrder": "alphabetical", |
||||
"showSearch": false, |
||||
"searchQuery": "", |
||||
"backlinkCollapsed": false, |
||||
"unlinkedCollapsed": true |
||||
} |
||||
} |
||||
} |
||||
] |
||||
} |
||||
], |
||||
"direction": "horizontal", |
||||
"width": 300, |
||||
"collapsed": true |
||||
}, |
||||
"left-ribbon": { |
||||
"hiddenItems": { |
||||
"switcher:打开快速切换": false, |
||||
"graph:查看关系图谱": false, |
||||
"canvas:Create new canvas": false, |
||||
"command-palette:打开命令面板": false, |
||||
"markdown-importer:打开 Markdown 格式转换器": false |
||||
} |
||||
}, |
||||
"active": "81e8c8c4990478f4", |
||||
"lastOpenFiles": [] |
||||
} |
Loading…
Reference in new issue