migrate to bases
This commit is contained in:
@@ -3,16 +3,4 @@ tags:
|
||||
- categories
|
||||
---
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Book,
|
||||
author as Author,
|
||||
year as Year,
|
||||
rating as Rating,
|
||||
created as Added,
|
||||
genre as Genre
|
||||
where
|
||||
contains(categories,this.file.link) and
|
||||
!contains(file.name, "Template")
|
||||
sort rating desc, date asc
|
||||
```
|
||||
![[Books.base]]
|
||||
Reference in New Issue
Block a user