1
0
Fork 0
EdikoyoWiki-Ategon/content/docs/Animals/_index.md

12 lines
296 B
Markdown
Raw Normal View History

2024-09-07 08:54:11 +00:00
---
---
2024-09-07 09:26:19 +00:00
````dataview
2024-09-07 09:36:20 +00:00
TABLE WITHOUT ID link(file.path, choice(file.name != "_index", file.name, split(file.folder, "/")[1])) as "Animals"
2024-09-07 09:31:19 +00:00
FROM "Animals"
2024-09-07 09:36:20 +00:00
WHERE file.folder = "Animals" or file.name = "_index"
2024-09-07 09:26:19 +00:00
````
<!-- QueryToSerialize: TABLE WITHOUT ID file.link as "Animals" SORT file.name -->