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

71 lines
1.3 KiB
Plaintext

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