diff --git a/Edikoyo/.obsidian/workspace.json b/Edikoyo/.obsidian/workspace.json index b988df3..1c3e4bb 100644 --- a/Edikoyo/.obsidian/workspace.json +++ b/Edikoyo/.obsidian/workspace.json @@ -85,7 +85,7 @@ "state": { "type": "markdown", "state": { - "file": "test.md", + "file": "Countries/_index.md", "mode": "source", "source": false } @@ -158,7 +158,7 @@ "state": { "type": "backlink", "state": { - "file": "test.md", + "file": "Countries/_index.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -175,7 +175,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "test.md", + "file": "Countries/_index.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -198,7 +198,7 @@ "state": { "type": "outline", "state": { - "file": "test.md" + "file": "Countries/_index.md" } } }, @@ -229,8 +229,10 @@ }, "active": "6e65a1802f52d161", "lastOpenFiles": [ - "Animals/Slimes/_index.md", + "Cultures/_index.md", "test.md", + "Countries/_index.md", + "Animals/Slimes/_index.md", "Animals/Slimes/Ababa Slime.md", "conflict-files-obsidian-git.md", "Animals/_index.md", @@ -238,9 +240,7 @@ "Animals/Slimes/Test.md", "Animals/Cat.md", "Animals/Dog.md", - "Countries/_index.md", "Animals/Slimes", - "Cultures/_index.md", "Continents/_index.md", "Cities/_index.md", "Countries/Barrowmaw.md", diff --git a/Edikoyo/test.md b/Edikoyo/test.md index dad42c8..f76a8c9 100644 --- a/Edikoyo/test.md +++ b/Edikoyo/test.md @@ -1,3 +1,4 @@ ```dataview -TABLE -``` \ No newline at end of file +TABLE FROM "Animals/Slimes" WHERE file.name != "_index" +``` + diff --git a/content/test.md b/content/test.md index 3dc5589..4ef2c3d 100644 --- a/content/test.md +++ b/content/test.md @@ -3,5 +3,5 @@ ````dataview -TABLE +TABLE FROM "Animals/Slimes" WHERE file.name != "_index" ````