From eb34ec505d84942e8d7ed8cb21239b3e23253a27 Mon Sep 17 00:00:00 2001 From: Ava Gaiety W Date: Tue, 12 Sep 2023 19:21:04 -0500 Subject: [PATCH] Obsidian --- .obsidian/appearance.json | 3 +- .obsidian/core-plugins-migration.json | 30 +++++++ .obsidian/core-plugins.json | 4 +- .obsidian/workspace.json | 119 ++++++++++++++++++++++++++ 4 files changed, 154 insertions(+), 2 deletions(-) create mode 100644 .obsidian/core-plugins-migration.json create mode 100644 .obsidian/workspace.json diff --git a/.obsidian/appearance.json b/.obsidian/appearance.json index 990f337..7566130 100644 --- a/.obsidian/appearance.json +++ b/.obsidian/appearance.json @@ -1,3 +1,4 @@ { - "baseFontSize": 16 + "baseFontSize": 16, + "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..11f002d --- /dev/null +++ b/.obsidian/core-plugins-migration.json @@ -0,0 +1,30 @@ +{ + "file-explorer": true, + "global-search": true, + "switcher": true, + "graph": true, + "backlink": true, + "outgoing-link": false, + "tag-pane": false, + "page-preview": true, + "daily-notes": false, + "templates": false, + "note-composer": true, + "command-palette": true, + "slash-command": false, + "editor-status": true, + "markdown-importer": true, + "zk-prefixer": false, + "random-note": false, + "outline": false, + "word-count": true, + "slides": false, + "audio-recorder": false, + "workspaces": false, + "file-recovery": true, + "publish": false, + "sync": false, + "canvas": true, + "properties": true, + "bookmarks": true +} \ No newline at end of file diff --git a/.obsidian/core-plugins.json b/.obsidian/core-plugins.json index ab1d511..d6508c6 100644 --- a/.obsidian/core-plugins.json +++ b/.obsidian/core-plugins.json @@ -4,12 +4,14 @@ "switcher", "graph", "backlink", + "canvas", + "properties", "page-preview", "note-composer", "command-palette", "editor-status", + "bookmarks", "markdown-importer", "word-count", - "open-with-default-app", "file-recovery" ] \ No newline at end of file diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json new file mode 100644 index 0000000..5ea4d50 --- /dev/null +++ b/.obsidian/workspace.json @@ -0,0 +1,119 @@ +{ + "main": { + "id": "a3fd1cce45b1f8c7", + "type": "split", + "children": [ + { + "id": "be6dfdd7fd6b4bd2", + "type": "tabs", + "children": [ + { + "id": "6eef4bfce0aa6755", + "type": "leaf", + "state": { + "type": "empty", + "state": {} + } + } + ] + } + ], + "direction": "vertical" + }, + "left": { + "id": "b048eb54fa374766", + "type": "split", + "children": [ + { + "id": "e11ca7a6960f6d3a", + "type": "tabs", + "children": [ + { + "id": "dcbfb7d997345a6d", + "type": "leaf", + "state": { + "type": "file-explorer", + "state": { + "sortOrder": "alphabetical" + } + } + }, + { + "id": "71c77e5f8611a008", + "type": "leaf", + "state": { + "type": "search", + "state": { + "query": "", + "matchingCase": false, + "explainSearch": false, + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical" + } + } + }, + { + "id": "e1045807dcdbef2e", + "type": "leaf", + "state": { + "type": "bookmarks", + "state": {} + } + } + ] + } + ], + "direction": "horizontal", + "width": 300 + }, + "right": { + "id": "21bf1fc32c9c71b6", + "type": "split", + "children": [ + { + "id": "a4876a0c9201c49f", + "type": "tabs", + "children": [ + { + "id": "f9b771fcb063544b", + "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 + }, + "left-ribbon": { + "hiddenItems": { + "switcher:Open quick switcher": false, + "graph:Open graph view": false, + "canvas:Create new canvas": false, + "command-palette:Open command palette": false, + "markdown-importer:Open format converter": false + } + }, + "active": "6eef4bfce0aa6755", + "lastOpenFiles": [ + "content/posts/batch-of-kobolds.md", + "content/posts/silhouette-spray-paintings.md", + "content/posts/skillsengine.md", + "content/posts/three-years-at-q2.md", + "content/posts/web-components.md", + "content/posts/ember-conf-2020-acceptance.md" + ] +} \ No newline at end of file