2023-09-13 14:12:55
This commit is contained in:
12
Templates/Genre Template.md
Normal file
12
Templates/Genre Template.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
tags:
|
||||
- genres
|
||||
---
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Title,
|
||||
rating as "Rating"
|
||||
where
|
||||
contains(genre,this.file.link)
|
||||
sort rating desc
|
||||
```
|
||||
Reference in New Issue
Block a user