Templates
This commit is contained in:
15
Templates/Musician Template.md
Normal file
15
Templates/Musician Template.md
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
category: "[[People]]"
|
||||
tags:
|
||||
- people
|
||||
- musicians
|
||||
created: {{date}}
|
||||
---
|
||||
## Albums
|
||||
|
||||
```dataview
|
||||
table without id file.link as Album, artist as "Artist", rating as "Rating"
|
||||
from #albums
|
||||
where artist = this.file.link or contains(artist,this.file.link)
|
||||
sort rating desc
|
||||
```
|
||||
Reference in New Issue
Block a user