From 0bf4d222658d7aaef744b2edebdd1bc487b09b11 Mon Sep 17 00:00:00 2001 From: realtradam Date: Mon, 10 Oct 2022 00:52:38 -0400 Subject: add obsidian --- src/.obsidian/app.json | 1 + src/.obsidian/appearance.json | 1 + src/.obsidian/core-plugins.json | 19 ++++++ src/.obsidian/hotkeys.json | 1 + src/.obsidian/workspace | 125 ++++++++++++++++++++++++++++++++++++++++ 5 files changed, 147 insertions(+) create mode 100644 src/.obsidian/app.json create mode 100644 src/.obsidian/appearance.json create mode 100644 src/.obsidian/core-plugins.json create mode 100644 src/.obsidian/hotkeys.json create mode 100644 src/.obsidian/workspace diff --git a/src/.obsidian/app.json b/src/.obsidian/app.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/src/.obsidian/app.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/src/.obsidian/appearance.json b/src/.obsidian/appearance.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/src/.obsidian/appearance.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/src/.obsidian/core-plugins.json b/src/.obsidian/core-plugins.json new file mode 100644 index 0000000..96869df --- /dev/null +++ b/src/.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/src/.obsidian/hotkeys.json b/src/.obsidian/hotkeys.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/src/.obsidian/hotkeys.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/src/.obsidian/workspace b/src/.obsidian/workspace new file mode 100644 index 0000000..629db6f --- /dev/null +++ b/src/.obsidian/workspace @@ -0,0 +1,125 @@ +{ + "main": { + "id": "04904c05e54669c8", + "type": "split", + "children": [ + { + "id": "0bff301cada6cd1f", + "type": "leaf", + "state": { + "type": "empty", + "state": {} + } + } + ], + "direction": "vertical" + }, + "left": { + "id": "ab07a898af40646d", + "type": "split", + "children": [ + { + "id": "0f462803f4cf2b31", + "type": "tabs", + "children": [ + { + "id": "4b1bf91616baeb1c", + "type": "leaf", + "state": { + "type": "file-explorer", + "state": {} + } + }, + { + "id": "902c4f141689fda9", + "type": "leaf", + "state": { + "type": "search", + "state": { + "query": "", + "matchingCase": false, + "explainSearch": false, + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical" + } + } + }, + { + "id": "6e51885bddcd0fcf", + "type": "leaf", + "state": { + "type": "starred", + "state": {} + } + } + ] + } + ], + "direction": "horizontal", + "width": 300 + }, + "right": { + "id": "9383cb99bea9955e", + "type": "split", + "children": [ + { + "id": "6c6ff5a4039629d0", + "type": "tabs", + "children": [ + { + "id": "0947b258b351ae15", + "type": "leaf", + "state": { + "type": "backlink", + "state": { + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical", + "showSearch": false, + "searchQuery": "", + "backlinkCollapsed": false, + "unlinkedCollapsed": true + } + } + }, + { + "id": "19eaae86e9666f82", + "type": "leaf", + "state": { + "type": "outgoing-link", + "state": { + "linksCollapsed": false, + "unlinkedCollapsed": true + } + } + }, + { + "id": "b3a5c49f876d6090", + "type": "leaf", + "state": { + "type": "tag", + "state": { + "sortOrder": "frequency", + "useHierarchy": true + } + } + }, + { + "id": "c8c9faeac4d36ae7", + "type": "leaf", + "state": { + "type": "outline", + "state": {} + } + } + ] + } + ], + "direction": "horizontal", + "width": 300, + "collapsed": true + }, + "active": "0bff301cada6cd1f", + "lastOpenFiles": [] +} \ No newline at end of file -- cgit v1.2.3