Vault/Templates/Bases/Books.base
Günther Wagner b2977c28fa Initial
2026-02-16 07:45:28 +01:00

58 lines
977 B
Plaintext

filters:
and:
- categories.contains(link("Books"))
- '!file.name.contains("Template")'
properties:
note.author:
displayName: Author
file.name:
displayName: Name
note.year:
displayName: Year
note.genre:
displayName: Genre
views:
- type: table
name: Books
order:
- file.name
- author
- length
- year
- rating
- topics
- last
sort:
- property: file.name
direction: ASC
- type: table
name: Top rated
order:
- file.name
- rating
- last
sort:
- property: last
direction: DESC
- type: table
name: Author
filters:
and:
- list(author).contains(this)
order:
- file.name
- year
- genre
sort:
- property: genre
direction: ASC
- type: table
name: Genre
filters:
and:
- list(genre).contains(this)
order:
- file.name
- year
- genre