Files
bobbie-vault/Templates/Bases/Events.base
2026-03-02 17:06:32 +00:00

76 lines
1.3 KiB
Plaintext

filters:
and:
- file.folder != "Templates"
- category.contains(link("Events"))
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: date
direction: DESC
- type: table
name: Type
filters:
and:
- list(type).contains(this)
order:
- file.name
- start
- loc
sort:
- property: start
direction: DESC
- type: table
name: Location
filters:
and:
- list(loc).contains(this)
order:
- file.name
- start
- loc
sort:
- property: start
direction: DESC
- type: table
name: Organisation
filters:
or:
- up.contains(link(this.file))
- org.contains(link(this.file))
order:
- file.name
- start
- end
- loc
sort:
- property: start
direction: DESC
- type: table
name: Person
filters:
and:
- list(people).contains(this)
order:
- file.name
- location
- date
sort:
- property: date
direction: DESC
columnSize:
file.name: 353
note.location: 224