2023-09-13 14:48:02

This commit is contained in:
Steph Ango
2023-09-13 14:48:02 -07:00
parent 0a2475e59c
commit 313efaafd6
22 changed files with 169 additions and 27 deletions

13
References/Sci-fi.md Normal file
View File

@@ -0,0 +1,13 @@
---
tags:
- genres
---
```dataview
table without id
file.link as Title,
category as Category,
rating as Rating
where
contains(genre,this.file.link)
sort rating desc
```