Files
bobbie-pkm/Templates/Bases/Ratings.base
2026-03-02 17:06:32 +00:00

40 lines
654 B
Plaintext

filters:
and:
- rating > 0
properties:
note.rating:
displayName: Rating
note.last:
displayName: Last
file.name:
displayName: Name
note.categories:
displayName: Categories
views:
- type: table
name: Ratings
order:
- file.name
- rating
- last
- categories
sort:
- column: note.last
direction: DESC
columnSize:
file.name: 238
- type: table
name: Recent
filters:
and:
- last > now() - "60d"
order:
- file.name
- rating
- last
- categories
sort:
- column: note.last
direction: DESC
limit: 100