Files
kepano-obsidian/Templates/Bases/Place type.base
Steph Ango 3372f128c3 more bases
2025-05-25 15:17:10 -07:00

25 lines
473 B
Plaintext

filters:
and:
- contains(type, concat("[[", this.file.name, "]]"))
display:
property.rating: Rating
file.name: Name
property.loc: Location
property.last: Last
views:
- type: table
name: Default view
order:
- file.name
- rating
- last
- loc
sort:
- column: property.last
direction: DESC
- column: property.rating
direction: ASC
columnSize:
property.rating: 94
property.loc: 270