Templates
This commit is contained in:
13
Templates/Author Template.md
Normal file
13
Templates/Author Template.md
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
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
|
||||
```
|
||||
Reference in New Issue
Block a user