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

23 lines
386 B
Plaintext

filters:
and:
- categories.contains(link("Events"))
- '!file.name.contains("Template")'
properties:
note.end:
displayName: End
note.loc:
displayName: Location
note.start:
displayName: Start
views:
- type: table
name: Events
order:
- file.name
- start
- end
- loc
sort:
- column: note.start
direction: DESC