Files
kepano-obsidian/Templates/Bases/Events.base
2025-07-18 08:59:04 -07:00

23 lines
383 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:
- property: start
direction: DESC