Initial commit

This commit is contained in:
2026-03-02 17:06:32 +00:00
commit 430dd71917
1190 changed files with 622790 additions and 0 deletions

View File

@@ -0,0 +1,75 @@
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