From 459b909aece85dcf44c4e20dccb9a08a69534621 Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Wed, 5 Oct 2022 22:37:28 +0200 Subject: [PATCH] inital commit --- .obsidian/app.json | 1 + .obsidian/appearance.json | 1 + .obsidian/core-plugins.json | 19 ++++++ .obsidian/hotkeys.json | 1 + .obsidian/workspace | 125 ++++++++++++++++++++++++++++++++++++ 5 files changed, 147 insertions(+) create mode 100644 .obsidian/app.json create mode 100644 .obsidian/appearance.json create mode 100644 .obsidian/core-plugins.json create mode 100644 .obsidian/hotkeys.json create mode 100644 .obsidian/workspace 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..9e26dfe --- /dev/null +++ b/.obsidian/appearance.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/.obsidian/core-plugins.json b/.obsidian/core-plugins.json new file mode 100644 index 0000000..96869df --- /dev/null +++ b/.obsidian/core-plugins.json @@ -0,0 +1,19 @@ +[ + "file-explorer", + "global-search", + "switcher", + "graph", + "backlink", + "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 b/.obsidian/workspace new file mode 100644 index 0000000..ea96330 --- /dev/null +++ b/.obsidian/workspace @@ -0,0 +1,125 @@ +{ + "main": { + "id": "bf8f29ac0c8f6600", + "type": "split", + "children": [ + { + "id": "23dc6084c6366a9a", + "type": "leaf", + "state": { + "type": "empty", + "state": {} + } + } + ], + "direction": "vertical" + }, + "left": { + "id": "563102c3c53694cb", + "type": "split", + "children": [ + { + "id": "f3f4e2edbb51f0a1", + "type": "tabs", + "children": [ + { + "id": "8d17f891c7d8b60f", + "type": "leaf", + "state": { + "type": "file-explorer", + "state": {} + } + }, + { + "id": "94c5d1dcd2198de0", + "type": "leaf", + "state": { + "type": "search", + "state": { + "query": "", + "matchingCase": false, + "explainSearch": false, + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical" + } + } + }, + { + "id": "ff192b36193f3784", + "type": "leaf", + "state": { + "type": "starred", + "state": {} + } + } + ] + } + ], + "direction": "horizontal", + "width": 300 + }, + "right": { + "id": "d40464cbf1f51d46", + "type": "split", + "children": [ + { + "id": "018f9c11c33e3a72", + "type": "tabs", + "children": [ + { + "id": "8f23b982eae63497", + "type": "leaf", + "state": { + "type": "backlink", + "state": { + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical", + "showSearch": false, + "searchQuery": "", + "backlinkCollapsed": false, + "unlinkedCollapsed": true + } + } + }, + { + "id": "08be09c006281b94", + "type": "leaf", + "state": { + "type": "outgoing-link", + "state": { + "linksCollapsed": false, + "unlinkedCollapsed": true + } + } + }, + { + "id": "48908052e5a10787", + "type": "leaf", + "state": { + "type": "tag", + "state": { + "sortOrder": "frequency", + "useHierarchy": true + } + } + }, + { + "id": "8c7d456271d22e76", + "type": "leaf", + "state": { + "type": "outline", + "state": {} + } + } + ] + } + ], + "direction": "horizontal", + "width": 300, + "collapsed": true + }, + "active": "23dc6084c6366a9a", + "lastOpenFiles": [] +} \ No newline at end of file