2023-09-13 09:53:39
This commit is contained in:
2
Books.md
2
Books.md
@@ -4,7 +4,7 @@ tags:
|
||||
---
|
||||
|
||||
```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
|
||||
table without id file.link as Book, author as Author, year as Year, rating as Rating, created as Added, genre as Genre
|
||||
from #books
|
||||
where !contains(file.name, "Template") and rating > 5
|
||||
sort rating desc, date asc
|
||||
|
||||
Reference in New Issue
Block a user