diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..ade87ed --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "test-vault"] + path = test-vault + url = https://github.com/xDovos/Dataview-Deep-Dive diff --git a/test-vault b/test-vault new file mode 160000 index 0000000..7d2fc6a --- /dev/null +++ b/test-vault @@ -0,0 +1 @@ +Subproject commit 7d2fc6a8a318f55f608c47d59eb08b1fedfe2403 diff --git a/test-vault/.obsidian/app.json b/test-vault/.obsidian/app.json deleted file mode 100644 index 9e26dfe..0000000 --- a/test-vault/.obsidian/app.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/test-vault/.obsidian/appearance.json b/test-vault/.obsidian/appearance.json deleted file mode 100644 index 9e26dfe..0000000 --- a/test-vault/.obsidian/appearance.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/test-vault/.obsidian/core-plugins.json b/test-vault/.obsidian/core-plugins.json deleted file mode 100644 index 436f43c..0000000 --- a/test-vault/.obsidian/core-plugins.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "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 deleted file mode 100644 index 931cab5..0000000 --- a/test-vault/.obsidian/workspace.json +++ /dev/null @@ -1,159 +0,0 @@ -{ - "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 diff --git a/test-vault/Fields.md b/test-vault/Fields.md deleted file mode 100644 index f89129e..0000000 --- a/test-vault/Fields.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -author: Daniel Bauer ---- - - - -(person:: Bob) -(person:: Bob Bobbington) -(person:: [[Bob]]) -(person:: [Bob](https://example.com/bob)) - -[person:: Alice] -[person:: [[Alice]]] -[person:: [Alice](https://example.com/alice)] \ No newline at end of file