Initial commit
This commit is contained in:
75
Templates/Bases/Events.base
Normal file
75
Templates/Bases/Events.base
Normal 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
|
||||
Reference in New Issue
Block a user