Files
2026-06-26 16:36:53 +02:00

41 lines
782 B
Plaintext

filters:
and:
- file.folder == "Infos/Kontakte"
views:
- type: table
name: Alle Kontakte
filters:
and:
- file.folder == "Infos/Kontakte"
order:
- file.name
- company
- ORG
- last_chat
- birthday
sort:
- property: file.name
direction: ASC
- property: last_chat
direction: DESC
- property: company
direction: ASC
columnSize:
note.company: 259
- type: table
name: cimt Kollegen
filters:
and:
- file.folder == "Infos/Kontakte"
- company.startsWith("cimt")
order:
- file.name
- company
- manager
- last_chat
sort:
- property: company
direction: ASC
columnSize:
note.company: 166