Files
kepano-obsidian/Templates/Author Template.md
Steph Ango 3fc27a3663 Templates
2023-09-12 15:28:12 -07:00

13 lines
239 B
Markdown

---
category: "[[People]]"
tags:
- people
- authors
---
## Books
```dataview
table without id file.link as Title, year as "Year", rating as "Rating"
where author = this.file.link or contains(author,this.file.link)
sort rating desc
```