From b8c28fc54584068d4ccbb6de7d16e4d1bb83b87b Mon Sep 17 00:00:00 2001 From: Rune Harlyk Date: Sat, 30 Mar 2024 21:55:43 +0100 Subject: [PATCH] Adds obsidian vault --- docs/.obsidian/app.json | 1 + docs/.obsidian/appearance.json | 3 + docs/.obsidian/core-plugins-migration.json | 30 ++++ docs/.obsidian/core-plugins.json | 20 +++ docs/.obsidian/workspace.json | 172 +++++++++++++++++++++ 5 files changed, 226 insertions(+) create mode 100644 docs/.obsidian/app.json create mode 100644 docs/.obsidian/appearance.json create mode 100644 docs/.obsidian/core-plugins-migration.json create mode 100644 docs/.obsidian/core-plugins.json create mode 100644 docs/.obsidian/workspace.json diff --git a/docs/.obsidian/app.json b/docs/.obsidian/app.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/docs/.obsidian/app.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/docs/.obsidian/appearance.json b/docs/.obsidian/appearance.json new file mode 100644 index 0000000..c8c365d --- /dev/null +++ b/docs/.obsidian/appearance.json @@ -0,0 +1,3 @@ +{ + "accentColor": "" +} \ No newline at end of file diff --git a/docs/.obsidian/core-plugins-migration.json b/docs/.obsidian/core-plugins-migration.json new file mode 100644 index 0000000..436f43c --- /dev/null +++ b/docs/.obsidian/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/docs/.obsidian/core-plugins.json b/docs/.obsidian/core-plugins.json new file mode 100644 index 0000000..9405bfd --- /dev/null +++ b/docs/.obsidian/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/docs/.obsidian/workspace.json b/docs/.obsidian/workspace.json new file mode 100644 index 0000000..5aa58c9 --- /dev/null +++ b/docs/.obsidian/workspace.json @@ -0,0 +1,172 @@ +{ + "main": { + "id": "8b44d57b1a695470", + "type": "split", + "children": [ + { + "id": "0f6870d21abbef0f", + "type": "tabs", + "children": [ + { + "id": "e338073e64d4becc", + "type": "leaf", + "state": { + "type": "canvas", + "state": { + "file": "Untitled.canvas", + "viewState": { + "x": 436, + "y": -211.74998474121094, + "zoom": -0.5 + } + } + } + }, + { + "id": "cdbb92cef28dd635", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "readme.md", + "mode": "source", + "source": false + } + } + } + ], + "currentTab": 1 + } + ], + "direction": "vertical" + }, + "left": { + "id": "5c08c524be7411d8", + "type": "split", + "children": [ + { + "id": "b39b2ecb9b6de94f", + "type": "tabs", + "children": [ + { + "id": "9fb90e3ddd4ac294", + "type": "leaf", + "state": { + "type": "file-explorer", + "state": { + "sortOrder": "alphabetical" + } + } + }, + { + "id": "d6029e2cd4a8ff3b", + "type": "leaf", + "state": { + "type": "search", + "state": { + "query": "", + "matchingCase": false, + "explainSearch": false, + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical" + } + } + }, + { + "id": "6d5c800258715bb2", + "type": "leaf", + "state": { + "type": "bookmarks", + "state": {} + } + } + ] + } + ], + "direction": "horizontal", + "width": 300 + }, + "right": { + "id": "8c119a814abdc419", + "type": "split", + "children": [ + { + "id": "217e54d2fca6f865", + "type": "tabs", + "children": [ + { + "id": "7b61ee2cb94d62bd", + "type": "leaf", + "state": { + "type": "backlink", + "state": { + "file": "readme.md", + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical", + "showSearch": false, + "searchQuery": "", + "backlinkCollapsed": false, + "unlinkedCollapsed": true + } + } + }, + { + "id": "7270cec1f614c957", + "type": "leaf", + "state": { + "type": "outgoing-link", + "state": { + "file": "readme.md", + "linksCollapsed": false, + "unlinkedCollapsed": true + } + } + }, + { + "id": "826b7bf946dc9374", + "type": "leaf", + "state": { + "type": "tag", + "state": { + "sortOrder": "frequency", + "useHierarchy": true + } + } + }, + { + "id": "d1e92da23bbd283b", + "type": "leaf", + "state": { + "type": "outline", + "state": { + "file": "readme.md" + } + } + } + ] + } + ], + "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": "cdbb92cef28dd635", + "lastOpenFiles": [ + "Untitled.canvas", + "api.md", + "Architecture & Design principles.md", + "readme.md" + ] +} \ No newline at end of file