Files
kepano-obsidian/References/Paul Chambers.md
2023-09-13 09:44:12 -07:00

16 lines
283 B
Markdown

---
category:
- "[[People]]"
tags:
- people
- musicians
created: 2023-09-13
---
## 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
```