From 019e6100346d50b174b4aae990130016d76744f6 Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Mon, 9 Dec 2024 08:55:52 +0100 Subject: [PATCH] add test vault --- test-vault/.obsidian/app.json | 1 + test-vault/.obsidian/appearance.json | 1 + test-vault/.obsidian/core-plugins.json | 30 +++++ test-vault/.obsidian/workspace.json | 159 +++++++++++++++++++++++++ 4 files changed, 191 insertions(+) create mode 100644 test-vault/.obsidian/app.json create mode 100644 test-vault/.obsidian/appearance.json create mode 100644 test-vault/.obsidian/core-plugins.json create mode 100644 test-vault/.obsidian/workspace.json diff --git a/test-vault/.obsidian/app.json b/test-vault/.obsidian/app.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/test-vault/.obsidian/app.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/test-vault/.obsidian/appearance.json b/test-vault/.obsidian/appearance.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/test-vault/.obsidian/appearance.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/test-vault/.obsidian/core-plugins.json b/test-vault/.obsidian/core-plugins.json new file mode 100644 index 0000000..436f43c --- /dev/null +++ b/test-vault/.obsidian/core-plugins.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/test-vault/.obsidian/workspace.json b/test-vault/.obsidian/workspace.json new file mode 100644 index 0000000..931cab5 --- /dev/null +++ b/test-vault/.obsidian/workspace.json @@ -0,0 +1,159 @@ +{ + "main": { + "id": "bfa45b8ea8321450", + "type": "split", + "children": [ + { + "id": "0e5ecfa3293f7df3", + "type": "tabs", + "children": [ + { + "id": "6250121b95d02304", + "type": "leaf", + "state": { + "type": "empty", + "state": {}, + "icon": "lucide-file", + "title": "New tab" + } + } + ] + } + ], + "direction": "vertical" + }, + "left": { + "id": "4374e5d6e879b2d4", + "type": "split", + "children": [ + { + "id": "478160a8394244fe", + "type": "tabs", + "children": [ + { + "id": "6f788bdaa22626aa", + "type": "leaf", + "state": { + "type": "file-explorer", + "state": { + "sortOrder": "alphabetical" + }, + "icon": "lucide-folder-closed", + "title": "Files" + } + }, + { + "id": "3a973112723b504c", + "type": "leaf", + "state": { + "type": "search", + "state": { + "query": "", + "matchingCase": false, + "explainSearch": false, + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical" + }, + "icon": "lucide-search", + "title": "Search" + } + }, + { + "id": "8e1b004169a5b2a3", + "type": "leaf", + "state": { + "type": "bookmarks", + "state": {}, + "icon": "lucide-bookmark", + "title": "Bookmarks" + } + } + ] + } + ], + "direction": "horizontal", + "width": 300 + }, + "right": { + "id": "e0a707d8816492d9", + "type": "split", + "children": [ + { + "id": "ca2c98702d680c98", + "type": "tabs", + "children": [ + { + "id": "64b2c6a30d5875ee", + "type": "leaf", + "state": { + "type": "backlink", + "state": { + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical", + "showSearch": false, + "searchQuery": "", + "backlinkCollapsed": false, + "unlinkedCollapsed": true + }, + "icon": "links-coming-in", + "title": "Backlinks" + } + }, + { + "id": "99dd1bb8dcf90d0a", + "type": "leaf", + "state": { + "type": "outgoing-link", + "state": { + "linksCollapsed": false, + "unlinkedCollapsed": true + }, + "icon": "links-going-out", + "title": "Outgoing links" + } + }, + { + "id": "6d0e7c8add5f7b7e", + "type": "leaf", + "state": { + "type": "tag", + "state": { + "sortOrder": "frequency", + "useHierarchy": true + }, + "icon": "lucide-tags", + "title": "Tags" + } + }, + { + "id": "f5c89f97c3eea797", + "type": "leaf", + "state": { + "type": "outline", + "state": {}, + "icon": "lucide-list", + "title": "Outline" + } + } + ] + } + ], + "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": "6250121b95d02304", + "lastOpenFiles": [] +} \ No newline at end of file