Vault/Templates/Bases/People.base
Günther Wagner b2977c28fa Initial
2026-02-16 07:45:28 +01:00

34 lines
667 B
Plaintext

filters:
and:
- '!file.name.contains("Template")'
- categories.contains(link("People"))
formulas:
Age: (now() - birthday).years.floor()
properties:
file.name:
displayName: Name
note.tags:
displayName: Tags
note.birthday:
displayName: Birthday
views:
- type: table
name: All people
order:
- file.name
- tags
- birthday
- formula.Age
sort:
- property: file.name
direction: ASC
- property: tags
direction: ASC
- property: formula.Age
direction: DESC
- property: birthday
direction: DESC
columnSize:
note.tags: 209
formula.Age: 99