vault backup: 2024-09-07 01:05:01

This commit is contained in:
Ategon 2024-09-07 01:05:02 -04:00
parent 49e1d75421
commit 2bddc764e9
3 changed files with 11 additions and 10 deletions

View file

@ -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",

View file

@ -1,3 +1,4 @@
```dataview
TABLE
```
TABLE FROM "Animals/Slimes" WHERE file.name != "_index"
```

View file

@ -3,5 +3,5 @@
````dataview
TABLE
TABLE FROM "Animals/Slimes" WHERE file.name != "_index"
````