forked from Edikoyo/EdikoyoWiki
Pull Edikoyo-Main into Edikoyo-n04 #1
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
```dataview
|
||||
TABLE file.name as "Name"
|
||||
|
||||
TABLE choice(file.name != "_index", file.name, file.folder[-1]) as "Name"
|
||||
FROM "Animals"
|
||||
```
|
||||
<!-- QueryToSerialize: TABLE WITHOUT ID file.link as "Animals" SORT file.name -->
|
|
@ -3,8 +3,8 @@
|
|||
|
||||
|
||||
````dataview
|
||||
TABLE file.name as "Name"
|
||||
|
||||
TABLE choice(file.name != "_index", file.name, file.folder[-1]) as "Name"
|
||||
FROM "Animals"
|
||||
````
|
||||
|
||||
<!-- QueryToSerialize: TABLE WITHOUT ID file.link as "Animals" SORT file.name -->
|
||||
|
|
Loading…
Reference in a new issue