diff --git a/.obsidian/app.json b/.obsidian/app.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/.obsidian/app.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/.obsidian/appearance.json b/.obsidian/appearance.json new file mode 100644 index 0000000..c8c365d --- /dev/null +++ b/.obsidian/appearance.json @@ -0,0 +1,3 @@ +{ + "accentColor": "" +} \ No newline at end of file diff --git a/.obsidian/core-plugins-migration.json b/.obsidian/core-plugins-migration.json new file mode 100644 index 0000000..3106ebd --- /dev/null +++ b/.obsidian/core-plugins-migration.json @@ -0,0 +1,29 @@ +{ + "file-explorer": true, + "global-search": true, + "switcher": true, + "graph": true, + "backlink": true, + "canvas": true, + "outgoing-link": true, + "tag-pane": true, + "page-preview": true, + "daily-notes": true, + "templates": true, + "note-composer": true, + "command-palette": true, + "slash-command": false, + "editor-status": true, + "starred": true, + "markdown-importer": false, + "zk-prefixer": false, + "random-note": false, + "outline": true, + "word-count": true, + "slides": false, + "audio-recorder": false, + "workspaces": false, + "file-recovery": true, + "publish": false, + "sync": false +} \ No newline at end of file diff --git a/.obsidian/core-plugins.json b/.obsidian/core-plugins.json new file mode 100644 index 0000000..086a8e4 --- /dev/null +++ b/.obsidian/core-plugins.json @@ -0,0 +1,20 @@ +[ + "file-explorer", + "global-search", + "switcher", + "graph", + "backlink", + "canvas", + "outgoing-link", + "tag-pane", + "page-preview", + "daily-notes", + "templates", + "note-composer", + "command-palette", + "editor-status", + "starred", + "outline", + "word-count", + "file-recovery" +] \ No newline at end of file diff --git a/.obsidian/hotkeys.json b/.obsidian/hotkeys.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/.obsidian/hotkeys.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json new file mode 100644 index 0000000..f32cb70 --- /dev/null +++ b/.obsidian/workspace.json @@ -0,0 +1,155 @@ +{ + "main": { + "id": "a371b6afaecba143", + "type": "split", + "children": [ + { + "id": "757eb5fbf7d6059f", + "type": "tabs", + "children": [ + { + "id": "c30ea651bf2352fb", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "spring-cloud/eureka/Eureka 自我保护机制、健康检查的作用、actuator 模块监控.md", + "mode": "source", + "source": false + } + } + } + ] + } + ], + "direction": "vertical" + }, + "left": { + "id": "12aa18521940b7dd", + "type": "split", + "children": [ + { + "id": "d909980b075f25d0", + "type": "tabs", + "children": [ + { + "id": "ffec8bb6df6f0ff9", + "type": "leaf", + "state": { + "type": "file-explorer", + "state": { + "sortOrder": "alphabetical" + } + } + }, + { + "id": "30583d06cfc91daa", + "type": "leaf", + "state": { + "type": "search", + "state": { + "query": "", + "matchingCase": false, + "explainSearch": false, + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical" + } + } + }, + { + "id": "5372f22aec283f75", + "type": "leaf", + "state": { + "type": "starred", + "state": {} + } + } + ] + } + ], + "direction": "horizontal", + "width": 300 + }, + "right": { + "id": "06d4cfd366da218b", + "type": "split", + "children": [ + { + "id": "66e138da96242c6b", + "type": "tabs", + "children": [ + { + "id": "8fa61edb70c98b53", + "type": "leaf", + "state": { + "type": "backlink", + "state": { + "file": "spring-cloud/eureka/Eureka 自我保护机制、健康检查的作用、actuator 模块监控.md", + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical", + "showSearch": false, + "searchQuery": "", + "backlinkCollapsed": false, + "unlinkedCollapsed": true + } + } + }, + { + "id": "668d3e07a162695e", + "type": "leaf", + "state": { + "type": "outgoing-link", + "state": { + "file": "spring-cloud/eureka/Eureka 自我保护机制、健康检查的作用、actuator 模块监控.md", + "linksCollapsed": false, + "unlinkedCollapsed": true + } + } + }, + { + "id": "7649f372e62d3cb9", + "type": "leaf", + "state": { + "type": "tag", + "state": { + "sortOrder": "frequency", + "useHierarchy": true + } + } + }, + { + "id": "6373eeb3529ab5ab", + "type": "leaf", + "state": { + "type": "outline", + "state": { + "file": "spring-cloud/eureka/Eureka 自我保护机制、健康检查的作用、actuator 模块监控.md" + } + } + } + ] + } + ], + "direction": "horizontal", + "width": 300, + "collapsed": true + }, + "left-ribbon": { + "hiddenItems": { + "switcher:打开快速切换": false, + "graph:查看关系图谱": false, + "canvas:Create new canvas": false, + "daily-notes:打开/创建今天的日记": false, + "templates:插入模板": false, + "command-palette:打开命令面板": false + } + }, + "active": "c30ea651bf2352fb", + "lastOpenFiles": [ + "spring-cloud/eureka/Eureka注册中心.md", + "vm/virtualbox/VirtualBox 搭建Ubuntu20.04.md", + "web/docker-compose一键部署蘑菇博客设置SSL证书.md" + ] +} \ No newline at end of file