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

25 lines
435 B
Plaintext

filters:
and:
- list(genre).contains(this)
display:
note.rating: Rating
note.categories: Category
note.last: Last
file.name: Name
views:
- type: table
name: Genre
order:
- file.name
- rating
- categories
- last
sort:
- column: note.rating
direction: DESC
- column: note.last
direction: DESC
columnSize:
file.name: 248
note.categories: 170