A lot more templates and examples
This commit is contained in:
6
Books.md
6
Books.md
@@ -1,9 +1,11 @@
|
||||
## Favorites
|
||||
---
|
||||
tags:
|
||||
- databases
|
||||
---
|
||||
|
||||
```dataview
|
||||
table without id file.link as Book, author as Author, year as Year, rating as Rating, created as Added, last as "Last read", genre as Genre
|
||||
from #books
|
||||
where !contains(file.name, "Template") and rating > 5
|
||||
sort rating desc, date asc
|
||||
limit 100
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user