forked from Edikoyo/EdikoyoWiki
vault backup: 2024-09-07 01:05:01
This commit is contained in:
parent
49e1d75421
commit
2bddc764e9
3 changed files with 11 additions and 10 deletions
14
Edikoyo/.obsidian/workspace.json
vendored
14
Edikoyo/.obsidian/workspace.json
vendored
|
@ -85,7 +85,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "test.md",
|
"file": "Countries/_index.md",
|
||||||
"mode": "source",
|
"mode": "source",
|
||||||
"source": false
|
"source": false
|
||||||
}
|
}
|
||||||
|
@ -158,7 +158,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "backlink",
|
"type": "backlink",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "test.md",
|
"file": "Countries/_index.md",
|
||||||
"collapseAll": false,
|
"collapseAll": false,
|
||||||
"extraContext": false,
|
"extraContext": false,
|
||||||
"sortOrder": "alphabetical",
|
"sortOrder": "alphabetical",
|
||||||
|
@ -175,7 +175,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "outgoing-link",
|
"type": "outgoing-link",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "test.md",
|
"file": "Countries/_index.md",
|
||||||
"linksCollapsed": false,
|
"linksCollapsed": false,
|
||||||
"unlinkedCollapsed": true
|
"unlinkedCollapsed": true
|
||||||
}
|
}
|
||||||
|
@ -198,7 +198,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "outline",
|
"type": "outline",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "test.md"
|
"file": "Countries/_index.md"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -229,8 +229,10 @@
|
||||||
},
|
},
|
||||||
"active": "6e65a1802f52d161",
|
"active": "6e65a1802f52d161",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"Animals/Slimes/_index.md",
|
"Cultures/_index.md",
|
||||||
"test.md",
|
"test.md",
|
||||||
|
"Countries/_index.md",
|
||||||
|
"Animals/Slimes/_index.md",
|
||||||
"Animals/Slimes/Ababa Slime.md",
|
"Animals/Slimes/Ababa Slime.md",
|
||||||
"conflict-files-obsidian-git.md",
|
"conflict-files-obsidian-git.md",
|
||||||
"Animals/_index.md",
|
"Animals/_index.md",
|
||||||
|
@ -238,9 +240,7 @@
|
||||||
"Animals/Slimes/Test.md",
|
"Animals/Slimes/Test.md",
|
||||||
"Animals/Cat.md",
|
"Animals/Cat.md",
|
||||||
"Animals/Dog.md",
|
"Animals/Dog.md",
|
||||||
"Countries/_index.md",
|
|
||||||
"Animals/Slimes",
|
"Animals/Slimes",
|
||||||
"Cultures/_index.md",
|
|
||||||
"Continents/_index.md",
|
"Continents/_index.md",
|
||||||
"Cities/_index.md",
|
"Cities/_index.md",
|
||||||
"Countries/Barrowmaw.md",
|
"Countries/Barrowmaw.md",
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
```dataview
|
```dataview
|
||||||
TABLE
|
TABLE FROM "Animals/Slimes" WHERE file.name != "_index"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -3,5 +3,5 @@
|
||||||
|
|
||||||
|
|
||||||
````dataview
|
````dataview
|
||||||
TABLE
|
TABLE FROM "Animals/Slimes" WHERE file.name != "_index"
|
||||||
````
|
````
|
||||||
|
|
Loading…
Reference in a new issue