Initial commit
This commit is contained in:
70
Templates/Bases/Meetings.base
Normal file
70
Templates/Bases/Meetings.base
Normal file
@@ -0,0 +1,70 @@
|
||||
filters:
|
||||
and:
|
||||
- category.contains(link("Events"))
|
||||
- type.contains(link("Meetings"))
|
||||
formulas:
|
||||
Meeting: link(file.name,if(file.properties.title.isEmpty(),file.name,file.properties.title))
|
||||
properties:
|
||||
note.date:
|
||||
displayName: Date
|
||||
note.people:
|
||||
displayName: People
|
||||
note.type:
|
||||
displayName: Type
|
||||
file.name:
|
||||
displayName: Meeting
|
||||
note.org:
|
||||
displayName: Org
|
||||
views:
|
||||
- type: table
|
||||
name: Meetings
|
||||
order:
|
||||
- date
|
||||
- formula.Meeting
|
||||
sort:
|
||||
- property: date
|
||||
direction: DESC
|
||||
columnSize:
|
||||
note.date: 130
|
||||
- type: table
|
||||
name: Person
|
||||
filters:
|
||||
and:
|
||||
- list(people).contains(this)
|
||||
order:
|
||||
- date
|
||||
- file.name
|
||||
- people
|
||||
sort:
|
||||
- property: date
|
||||
direction: DESC
|
||||
columnSize:
|
||||
file.name: 342
|
||||
- type: table
|
||||
name: Type
|
||||
filters:
|
||||
and:
|
||||
- list(type).contains(this)
|
||||
order:
|
||||
- file.name
|
||||
- date
|
||||
- people
|
||||
- org
|
||||
sort:
|
||||
- property: date
|
||||
direction: DESC
|
||||
- type: table
|
||||
name: Organisation
|
||||
filters:
|
||||
or:
|
||||
- up.contains(link(this.file))
|
||||
- org.contains(link(this.file))
|
||||
order:
|
||||
- date
|
||||
- file.name
|
||||
- people
|
||||
sort:
|
||||
- property: date
|
||||
direction: DESC
|
||||
columnSize:
|
||||
file.name: 371
|
||||
Reference in New Issue
Block a user