Files
kepano-obsidian/Templates/Bases/Genre.base
2025-06-05 11:42:17 -07:00

29 lines
506 B
Plaintext

filters:
and:
- list(genre).contains(this)
properties:
note.rating:
displayName: Rating
note.categories:
displayName: Category
note.last:
displayName: Last
file.name:
displayName: 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