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

94 lines
1.7 KiB
Plaintext

filters:
and:
- note.categories.contains(link("Places"))
- '!file.name.contains("Template")'
properties:
note.type:
displayName: Type
note.rating:
displayName: Rating
note.loc:
displayName: Location
file.name:
displayName: Name
note.last:
displayName: Last
views:
- type: table
name: Places
order:
- file.name
- rating
- loc
- type
- last
sort:
- column: note.last
direction: DESC
- column: note.type
direction: ASC
- column: note.loc
direction: ASC
columnSize:
file.name: 162
note.loc: 145
note.type: 199
- type: table
name: Location
filters:
and:
- list(loc).contains(this)
order:
- file.name
- type
- rating
- last
sort:
- column: note.rating
direction: DESC
- column: note.last
direction: DESC
- column: note.loc
direction: ASC
columnSize:
note.type: 197
- type: table
name: Type
filters:
and:
- list(type).contains(this)
order:
- file.name
- type
- rating
- last
sort:
- column: note.last
direction: DESC
- column: note.loc
direction: ASC
columnSize:
note.type: 153
- type: table
name: Related
filters:
and:
- file.hasLink(this)
order:
- file.name
- rating
- loc
- type
- last
sort:
- column: note.last
direction: DESC
- column: note.type
direction: ASC
- column: note.loc
direction: ASC
columnSize:
file.name: 162
note.loc: 145
note.type: 199