diff options
| author | Dominik Kaiser | 2026-04-14 21:08:15 +0200 |
|---|---|---|
| committer | Dominik Kaiser | 2026-04-14 21:08:15 +0200 |
| commit | ad67e29f491b9d4601a85a6707767edb3c86d7da (patch) | |
| tree | cdaadf312d54b01bcab13e7b7128f0232ef298a2 /.obsidian/workspace.json | |
| parent | aa62e92aa350ab690ca62182b8030ce502022b6d (diff) | |
| download | MNEME-ad67e29f491b9d4601a85a6707767edb3c86d7da.tar.gz MNEME-ad67e29f491b9d4601a85a6707767edb3c86d7da.zip | |
Add deploy script
Diffstat (limited to '.obsidian/workspace.json')
| -rw-r--r-- | .obsidian/workspace.json | 202 |
1 files changed, 202 insertions, 0 deletions
diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json new file mode 100644 index 0000000..fb575ce --- /dev/null +++ b/.obsidian/workspace.json @@ -0,0 +1,202 @@ +{ + "main": { + "id": "3473c4bbb2405dfc", + "type": "split", + "children": [ + { + "id": "c03d4428c39bf081", + "type": "tabs", + "children": [ + { + "id": "004463469ead11aa", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "index.md", + "mode": "source", + "source": false + }, + "icon": "lucide-file", + "title": "index" + } + } + ] + } + ], + "direction": "vertical" + }, + "left": { + "id": "f5881cf10131e4be", + "type": "split", + "children": [ + { + "id": "f49f37608f89c179", + "type": "tabs", + "children": [ + { + "id": "8121ee68654ab866", + "type": "leaf", + "state": { + "type": "file-explorer", + "state": { + "sortOrder": "alphabetical", + "autoReveal": false + }, + "icon": "lucide-folder-closed", + "title": "Files" + } + }, + { + "id": "b8b382028e008708", + "type": "leaf", + "state": { + "type": "search", + "state": { + "query": "", + "matchingCase": false, + "explainSearch": false, + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical" + }, + "icon": "lucide-search", + "title": "Search" + } + }, + { + "id": "c688641cd0aa4fd6", + "type": "leaf", + "state": { + "type": "bookmarks", + "state": {}, + "icon": "lucide-bookmark", + "title": "Bookmarks" + } + } + ] + } + ], + "direction": "horizontal", + "width": 300 + }, + "right": { + "id": "f499b569ca565938", + "type": "split", + "children": [ + { + "id": "add39d0eb744517c", + "type": "tabs", + "children": [ + { + "id": "f8cbc0457d3e4f1a", + "type": "leaf", + "state": { + "type": "backlink", + "state": { + "file": "index.md", + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical", + "showSearch": false, + "searchQuery": "", + "backlinkCollapsed": false, + "unlinkedCollapsed": true + }, + "icon": "links-coming-in", + "title": "Backlinks for index" + } + }, + { + "id": "6d1d25b150fae54b", + "type": "leaf", + "state": { + "type": "outgoing-link", + "state": { + "file": "index.md", + "linksCollapsed": false, + "unlinkedCollapsed": true + }, + "icon": "links-going-out", + "title": "Outgoing links from index" + } + }, + { + "id": "8901a2f9fae0afe8", + "type": "leaf", + "state": { + "type": "tag", + "state": { + "sortOrder": "frequency", + "useHierarchy": true, + "showSearch": false, + "searchQuery": "" + }, + "icon": "lucide-tags", + "title": "Tags" + } + }, + { + "id": "c0521f5f735f8530", + "type": "leaf", + "state": { + "type": "all-properties", + "state": { + "sortOrder": "frequency", + "showSearch": false, + "searchQuery": "" + }, + "icon": "lucide-archive", + "title": "All properties" + } + }, + { + "id": "a63b8c4f7910b374", + "type": "leaf", + "state": { + "type": "outline", + "state": { + "file": "index.md", + "followCursor": false, + "showSearch": false, + "searchQuery": "" + }, + "icon": "lucide-list", + "title": "Outline of index" + } + }, + { + "id": "43d4f8de6217fad6", + "type": "leaf", + "state": { + "type": "git-view", + "state": {}, + "icon": "git-pull-request", + "title": "Source Control" + } + } + ], + "currentTab": 5 + } + ], + "direction": "horizontal", + "width": 300 + }, + "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, + "bases:Create new base": false, + "obsidian-git:Open Git source control": false + } + }, + "active": "8121ee68654ab866", + "lastOpenFiles": [ + "deploy.sh", + "index.md" + ] +}
\ No newline at end of file |
