Files
kepano-obsidian/Templates/Bases/Trips.base
2025-07-18 09:02:24 -07:00

39 lines
680 B
Plaintext

filters:
and:
- note.categories.contains(link("Trips"))
- '!file.name.contains("Template")'
properties:
note.start:
displayName: Start
note.end:
displayName: End
file.name:
displayName: Trip
note.loc:
displayName: Location
views:
- type: table
name: All trips
filters:
and:
- '!file.name.contains("Planning")'
order:
- file.name
- start
- end
- loc
sort:
- column: note.end
direction: DESC
columnSize:
file.name: 255
- type: table
name: Location
filters:
and:
- list(loc).contains(this)
order:
- file.name
- start
- end