Files
kepano-obsidian/Templates/Bases/Meetings.base
2025-06-05 11:42:17 -07:00

38 lines
659 B
Plaintext

filters:
and:
- note.categories.contains(link("Meetings"))
- '!file.name.contains("Template")'
properties:
note.date:
displayName: Date
note.people:
displayName: People
note.type:
displayName: Type
file.name:
displayName: Meeting
views:
- type: table
name: Meetings
order:
- file.name
- date
- type
- people
sort:
- column: note.date
direction: ASC
- type: table
name: Person
filters:
and:
- list(people).contains(this)
order:
- file.name
- date
- type
- people
sort:
- column: note.date
direction: ASC