commit e7bc9dc15ddb8f4764e91ffda2e397fc842b5663 Author: Colin Diem Date: Fri Apr 15 10:43:02 2022 -0400 Initial commit. diff --git a/.obsidian/app.json b/.obsidian/app.json new file mode 100644 index 0000000..bf21f23 --- /dev/null +++ b/.obsidian/app.json @@ -0,0 +1,4 @@ +{ + "legacyEditor": false, + "livePreview": true +} \ 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..ab1d511 --- /dev/null +++ b/.obsidian/core-plugins.json @@ -0,0 +1,15 @@ +[ + "file-explorer", + "global-search", + "switcher", + "graph", + "backlink", + "page-preview", + "note-composer", + "command-palette", + "editor-status", + "markdown-importer", + "word-count", + "open-with-default-app", + "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..e26cf90 --- /dev/null +++ b/.obsidian/workspace @@ -0,0 +1,87 @@ +{ + "main": { + "id": "31a002ea75517e3c", + "type": "split", + "children": [ + { + "id": "c994d2d9e7e5e974", + "type": "leaf", + "state": { + "type": "empty", + "state": {} + } + } + ], + "direction": "vertical" + }, + "left": { + "id": "b3e7f94d7e5b05de", + "type": "split", + "children": [ + { + "id": "1c9e0cf23ec68ba1", + "type": "tabs", + "children": [ + { + "id": "bbd15c75d697bca6", + "type": "leaf", + "state": { + "type": "file-explorer", + "state": {} + } + }, + { + "id": "a5c443567aaf8c0f", + "type": "leaf", + "state": { + "type": "search", + "state": { + "query": "", + "matchingCase": false, + "explainSearch": false, + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical" + } + } + } + ] + } + ], + "direction": "horizontal", + "width": 300 + }, + "right": { + "id": "1635bc4eee226ba3", + "type": "split", + "children": [ + { + "id": "dd7b5061cd81c59f", + "type": "tabs", + "children": [ + { + "id": "9be1b909b9c2b5b3", + "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 + }, + "active": "c994d2d9e7e5e974", + "lastOpenFiles": [] +} \ No newline at end of file