forked from Edikoyo/EdikoyoWiki
Pull Edikoyo-Main into Edikoyo-n04 #1
3 changed files with 15 additions and 7 deletions
16
Edikoyo/.obsidian/workspace.json
vendored
16
Edikoyo/.obsidian/workspace.json
vendored
|
@ -83,9 +83,11 @@
|
||||||
"id": "6e65a1802f52d161",
|
"id": "6e65a1802f52d161",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "image",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Images/Flags/barrowmaw.png"
|
"file": "test.md",
|
||||||
|
"mode": "source",
|
||||||
|
"source": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -156,7 +158,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "backlink",
|
"type": "backlink",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Images/Flags/barrowmaw.png",
|
"file": "test.md",
|
||||||
"collapseAll": false,
|
"collapseAll": false,
|
||||||
"extraContext": false,
|
"extraContext": false,
|
||||||
"sortOrder": "alphabetical",
|
"sortOrder": "alphabetical",
|
||||||
|
@ -173,7 +175,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "outgoing-link",
|
"type": "outgoing-link",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Images/Flags/barrowmaw.png",
|
"file": "test.md",
|
||||||
"linksCollapsed": false,
|
"linksCollapsed": false,
|
||||||
"unlinkedCollapsed": true
|
"unlinkedCollapsed": true
|
||||||
}
|
}
|
||||||
|
@ -196,7 +198,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "outline",
|
"type": "outline",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Images/Flags/barrowmaw.png"
|
"file": "test.md"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -225,8 +227,9 @@
|
||||||
"obsidian-git:Open Git source control": false
|
"obsidian-git:Open Git source control": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "fdbd8ce5e8a10389",
|
"active": "6e65a1802f52d161",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
|
"Images/Flags/barrowmaw.png",
|
||||||
"People/_index.md",
|
"People/_index.md",
|
||||||
"Countries/_index.md",
|
"Countries/_index.md",
|
||||||
"Countries/Barrowmaw.md",
|
"Countries/Barrowmaw.md",
|
||||||
|
@ -253,7 +256,6 @@
|
||||||
"Countries/Drenvale.md",
|
"Countries/Drenvale.md",
|
||||||
"Countries/Dasona.md",
|
"Countries/Dasona.md",
|
||||||
"Countries/Dolfeyja.md",
|
"Countries/Dolfeyja.md",
|
||||||
"Countries/Dratana.md",
|
|
||||||
"Languages",
|
"Languages",
|
||||||
"Images/Flags/vosaka.png",
|
"Images/Flags/vosaka.png",
|
||||||
"Images/Flags/vikogyna.png",
|
"Images/Flags/vikogyna.png",
|
||||||
|
|
|
@ -2,3 +2,5 @@
|
||||||
TABLE FROM "Animals/Slimes" WHERE file.name != "_index"
|
TABLE FROM "Animals/Slimes" WHERE file.name != "_index"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> [!note]
|
||||||
|
> Note Test
|
||||||
|
|
|
@ -5,3 +5,7 @@
|
||||||
````dataview
|
````dataview
|
||||||
TABLE FROM "Animals/Slimes" WHERE file.name != "_index"
|
TABLE FROM "Animals/Slimes" WHERE file.name != "_index"
|
||||||
````
|
````
|
||||||
|
|
||||||
|
>
|
||||||
|
> \[!note\]
|
||||||
|
> Note Test
|
||||||
|
|
Loading…
Reference in a new issue