diff --git a/obsidian-win/app.json b/obsidian-win/app.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/obsidian-win/app.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/obsidian-win/appearance.json b/obsidian-win/appearance.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/obsidian-win/appearance.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/obsidian-win/core-plugins-migration.json b/obsidian-win/core-plugins-migration.json new file mode 100644 index 0000000..436f43c --- /dev/null +++ b/obsidian-win/core-plugins-migration.json @@ -0,0 +1,30 @@ +{ + "file-explorer": true, + "global-search": true, + "switcher": true, + "graph": true, + "backlink": true, + "canvas": true, + "outgoing-link": true, + "tag-pane": true, + "properties": false, + "page-preview": true, + "daily-notes": true, + "templates": true, + "note-composer": true, + "command-palette": true, + "slash-command": false, + "editor-status": true, + "bookmarks": 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-win/core-plugins.json b/obsidian-win/core-plugins.json new file mode 100644 index 0000000..9405bfd --- /dev/null +++ b/obsidian-win/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", + "bookmarks", + "outline", + "word-count", + "file-recovery" +] \ No newline at end of file diff --git a/obsidian-win/workspace.json b/obsidian-win/workspace.json new file mode 100644 index 0000000..1f49b4b --- /dev/null +++ b/obsidian-win/workspace.json @@ -0,0 +1,143 @@ +{ + "main": { + "id": "f826afb888d4b882", + "type": "split", + "children": [ + { + "id": "ca3673e840add2bf", + "type": "tabs", + "children": [ + { + "id": "68a2ef2e046f3639", + "type": "leaf", + "state": { + "type": "empty", + "state": {} + } + } + ] + } + ], + "direction": "vertical" + }, + "left": { + "id": "1f4c71b71b0abe56", + "type": "split", + "children": [ + { + "id": "c651a560649e18ae", + "type": "tabs", + "children": [ + { + "id": "7e2d070db5c71df2", + "type": "leaf", + "state": { + "type": "file-explorer", + "state": { + "sortOrder": "alphabetical" + } + } + }, + { + "id": "c080adde8392297d", + "type": "leaf", + "state": { + "type": "search", + "state": { + "query": "", + "matchingCase": false, + "explainSearch": false, + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical" + } + } + }, + { + "id": "3df0ccc2fcbe543b", + "type": "leaf", + "state": { + "type": "bookmarks", + "state": {} + } + } + ] + } + ], + "direction": "horizontal", + "width": 300 + }, + "right": { + "id": "2e0fa7eaa8d30496", + "type": "split", + "children": [ + { + "id": "53029730695bc0cf", + "type": "tabs", + "children": [ + { + "id": "c5ab71c023793a00", + "type": "leaf", + "state": { + "type": "backlink", + "state": { + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical", + "showSearch": false, + "searchQuery": "", + "backlinkCollapsed": false, + "unlinkedCollapsed": true + } + } + }, + { + "id": "e013844661409e35", + "type": "leaf", + "state": { + "type": "outgoing-link", + "state": { + "linksCollapsed": false, + "unlinkedCollapsed": true + } + } + }, + { + "id": "6ac519cf5e657323", + "type": "leaf", + "state": { + "type": "tag", + "state": { + "sortOrder": "frequency", + "useHierarchy": true + } + } + }, + { + "id": "f849baaf115d210a", + "type": "leaf", + "state": { + "type": "outline", + "state": {} + } + } + ] + } + ], + "direction": "horizontal", + "width": 300, + "collapsed": true + }, + "left-ribbon": { + "hiddenItems": { + "switcher:Open quick switcher": false, + "graph:Open graph view": false, + "canvas:Create new canvas": false, + "daily-notes:Open today's daily note": false, + "templates:Insert template": false, + "command-palette:Open command palette": false + } + }, + "active": "68a2ef2e046f3639", + "lastOpenFiles": [] +} \ No newline at end of file