forked from Edikoyo/EdikoyoWiki
Pull Edikoyo-Main into Edikoyo-n04 #1
7 changed files with 72 additions and 26 deletions
20
Edikoyo/.obsidian/workspace.json
vendored
20
Edikoyo/.obsidian/workspace.json
vendored
|
@ -73,7 +73,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Animals/_index.md",
|
"file": "Plants/_index.md",
|
||||||
"mode": "source",
|
"mode": "source",
|
||||||
"source": false
|
"source": false
|
||||||
}
|
}
|
||||||
|
@ -146,7 +146,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "backlink",
|
"type": "backlink",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Animals/_index.md",
|
"file": "Plants/_index.md",
|
||||||
"collapseAll": false,
|
"collapseAll": false,
|
||||||
"extraContext": false,
|
"extraContext": false,
|
||||||
"sortOrder": "alphabetical",
|
"sortOrder": "alphabetical",
|
||||||
|
@ -163,7 +163,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "outgoing-link",
|
"type": "outgoing-link",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Animals/_index.md",
|
"file": "Plants/_index.md",
|
||||||
"linksCollapsed": false,
|
"linksCollapsed": false,
|
||||||
"unlinkedCollapsed": true
|
"unlinkedCollapsed": true
|
||||||
}
|
}
|
||||||
|
@ -186,7 +186,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "outline",
|
"type": "outline",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Animals/_index.md"
|
"file": "Plants/_index.md"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -224,19 +224,20 @@
|
||||||
},
|
},
|
||||||
"active": "e18161b255f8c3cb",
|
"active": "e18161b255f8c3cb",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"Animals/Slimes/_index.md",
|
"Languages/_index.md",
|
||||||
"Animals/_index.md",
|
"Plants/_index.md",
|
||||||
"Countries/_index.md",
|
|
||||||
"People/_index.md",
|
"People/_index.md",
|
||||||
|
"Animals/_index.md",
|
||||||
|
"Animals/Slimes/_index.md",
|
||||||
|
"Animals/Cat.md",
|
||||||
|
"Countries/_index.md",
|
||||||
"Regions/_index.md",
|
"Regions/_index.md",
|
||||||
"Provinces/_index.md",
|
"Provinces/_index.md",
|
||||||
"Plants/_index.md",
|
|
||||||
"Landmarks/_index.md",
|
"Landmarks/_index.md",
|
||||||
"Countries/Batanoka.md",
|
"Countries/Batanoka.md",
|
||||||
"Countries/Barrowmaw.md",
|
"Countries/Barrowmaw.md",
|
||||||
"Countries/Dasona.md",
|
"Countries/Dasona.md",
|
||||||
"Animals/Dog.md",
|
"Animals/Dog.md",
|
||||||
"Animals/Cat.md",
|
|
||||||
"Landmarks/Untitled.md",
|
"Landmarks/Untitled.md",
|
||||||
"Animals/Taura.md",
|
"Animals/Taura.md",
|
||||||
"Animals/Slom.md",
|
"Animals/Slom.md",
|
||||||
|
@ -249,7 +250,6 @@
|
||||||
"Animals/Slimes/Bark Slime.md",
|
"Animals/Slimes/Bark Slime.md",
|
||||||
"Animals/Slimes/Ababa Slime.md",
|
"Animals/Slimes/Ababa Slime.md",
|
||||||
"Countries/Vikogyna.md",
|
"Countries/Vikogyna.md",
|
||||||
"Countries/Vosaka.md",
|
|
||||||
"Images/Slimes/garden-1.png",
|
"Images/Slimes/garden-1.png",
|
||||||
"Images/Slimes/sunflower-2.png",
|
"Images/Slimes/sunflower-2.png",
|
||||||
"Images/Slimes/sunflower-1.png",
|
"Images/Slimes/sunflower-1.png",
|
||||||
|
|
|
@ -1,6 +1,11 @@
|
||||||
```dataview
|
<!-- QueryToSerialize: TABLE WITHOUT ID link(file.path, choice(file.name != "_index", file.name, split(file.folder, "/")[1])) as "Animals" FROM "Animals" WHERE (file.folder = "Animals" and file.name != "_index") or (file.name = "_index" AND file.folder != "Animals") -->
|
||||||
TABLE WITHOUT ID link(file.path, choice(file.name != "_index", file.name, split(file.folder, "/")[1])) as "Animals"
|
<!-- SerializedQuery: TABLE WITHOUT ID link(file.path, choice(file.name != "_index", file.name, split(file.folder, "/")[1])) as "Animals" FROM "Animals" WHERE (file.folder = "Animals" and file.name != "_index") or (file.name = "_index" AND file.folder != "Animals") -->
|
||||||
FROM "Animals"
|
|
||||||
WHERE file.folder = "Animals" or file.name = "_index"
|
| Animals |
|
||||||
```
|
| ------------------------------------ |
|
||||||
<!-- QueryToSerialize: TABLE WITHOUT ID file.link as "Animals" SORT file.name -->
|
| [[Cat]] |
|
||||||
|
| [[Dog]] |
|
||||||
|
| [[Animals/Slimes/_index.md\|Slimes]] |
|
||||||
|
| [[Slom]] |
|
||||||
|
| [[Taura]] |
|
||||||
|
<!-- SerializedQuery END -->
|
||||||
|
|
|
@ -1 +1,12 @@
|
||||||
To be added
|
<!-- QueryToSerialize: TABLE WITHOUT ID link(file.path, choice(file.name != "_index", file.name, split(file.folder, "/")[1])) as "Languages" FROM "Languages" WHERE (file.folder = "Languages" and file.name != "_index") or (file.name = "_index" AND file.folder != "Languages") -->
|
||||||
|
<!-- SerializedQuery: TABLE WITHOUT ID link(file.path, choice(file.name != "_index", file.name, split(file.folder, "/")[1])) as "Languages" FROM "Languages" WHERE (file.folder = "Languages" and file.name != "_index") or (file.name = "_index" AND file.folder != "Languages") -->
|
||||||
|
|
||||||
|
| Languages |
|
||||||
|
| ----------------------------------- |
|
||||||
|
| [[Edikan]] |
|
||||||
|
| [[Fayahi]] |
|
||||||
|
| [[Guo]] |
|
||||||
|
| [[Lacelian]] |
|
||||||
|
| [[Mokrixi]] |
|
||||||
|
<!-- SerializedQuery END -->
|
||||||
|
|
|
@ -1 +1,7 @@
|
||||||
To be added
|
<!-- QueryToSerialize: TABLE WITHOUT ID link(file.path, choice(file.name != "_index", file.name, split(file.folder, "/")[1])) as "Plants" FROM "Plants" WHERE (file.folder = "Plants" and file.name != "_index") or (file.name = "_index" AND file.folder != "Plants") -->
|
||||||
|
<!-- SerializedQuery: TABLE WITHOUT ID link(file.path, choice(file.name != "_index", file.name, split(file.folder, "/")[1])) as "Plants" FROM "Plants" WHERE (file.folder = "Plants" and file.name != "_index") or (file.name = "_index" AND file.folder != "Plants") -->
|
||||||
|
|
||||||
|
| Plants |
|
||||||
|
| ------ |
|
||||||
|
<!-- SerializedQuery END -->
|
||||||
|
|
|
@ -1,11 +1,16 @@
|
||||||
---
|
---
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<!-- QueryToSerialize: TABLE WITHOUT ID link(file.path, choice(file.name != "_index", file.name, split(file.folder, "/")[1])) as "Animals" FROM "Animals" WHERE (file.folder = "Animals" and file.name != "_index") or (file.name = "_index" AND file.folder != "Animals") -->
|
||||||
|
<!-- SerializedQuery: TABLE WITHOUT ID link(file.path, choice(file.name != "_index", file.name, split(file.folder, "/")[1])) as "Animals" FROM "Animals" WHERE (file.folder = "Animals" and file.name != "_index") or (file.name = "_index" AND file.folder != "Animals") -->
|
||||||
|
|
||||||
````dataview
|
|Animals|
|
||||||
TABLE WITHOUT ID link(file.path, choice(file.name != "_index", file.name, split(file.folder, "/")[1])) as "Animals"
|
|-------|
|
||||||
FROM "Animals"
|
|[Cat](Cat.md)|
|
||||||
WHERE file.folder = "Animals" or file.name = "_index"
|
|[Dog](Dog.md)|
|
||||||
````
|
|[Slimes](Slimes\_index.md)|
|
||||||
|
|[Slom](Slom.md)|
|
||||||
|
|[Taura](Taura.md)|
|
||||||
|
|
||||||
|
<!-- SerializedQuery END -->
|
||||||
|
|
||||||
<!-- QueryToSerialize: TABLE WITHOUT ID file.link as "Animals" SORT file.name -->
|
|
||||||
|
|
|
@ -1,4 +1,16 @@
|
||||||
---
|
---
|
||||||
---
|
---
|
||||||
|
|
||||||
To be added
|
<!-- QueryToSerialize: TABLE WITHOUT ID link(file.path, choice(file.name != "_index", file.name, split(file.folder, "/")[1])) as "Languages" FROM "Languages" WHERE (file.folder = "Languages" and file.name != "_index") or (file.name = "_index" AND file.folder != "Languages") -->
|
||||||
|
<!-- SerializedQuery: TABLE WITHOUT ID link(file.path, choice(file.name != "_index", file.name, split(file.folder, "/")[1])) as "Languages" FROM "Languages" WHERE (file.folder = "Languages" and file.name != "_index") or (file.name = "_index" AND file.folder != "Languages") -->
|
||||||
|
|
||||||
|
|Languages|
|
||||||
|
|---------|
|
||||||
|
|[Edikan](Edikan.md)|
|
||||||
|
|[Fayahi](Fayahi.md)|
|
||||||
|
|[Guo](Guo.md)|
|
||||||
|
|[Lacelian](Lacelian.md)|
|
||||||
|
|[Mokrixi](Mokrixi.md)|
|
||||||
|
|
||||||
|
<!-- SerializedQuery END -->
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,11 @@
|
||||||
---
|
---
|
||||||
---
|
---
|
||||||
|
|
||||||
To be added
|
<!-- QueryToSerialize: TABLE WITHOUT ID link(file.path, choice(file.name != "_index", file.name, split(file.folder, "/")[1])) as "Plants" FROM "Plants" WHERE (file.folder = "Plants" and file.name != "_index") or (file.name = "_index" AND file.folder != "Plants") -->
|
||||||
|
<!-- SerializedQuery: TABLE WITHOUT ID link(file.path, choice(file.name != "_index", file.name, split(file.folder, "/")[1])) as "Plants" FROM "Plants" WHERE (file.folder = "Plants" and file.name != "_index") or (file.name = "_index" AND file.folder != "Plants") -->
|
||||||
|
|
||||||
|
|Plants|
|
||||||
|
|------|
|
||||||
|
|
||||||
|
<!-- SerializedQuery END -->
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue