Initial commit

This commit is contained in:
2026-03-02 17:06:32 +00:00
commit 430dd71917
1190 changed files with 622790 additions and 0 deletions

View File

@@ -0,0 +1,54 @@
filters:
and:
- file.folder != "Templates"
- category.contains(link("People"))
- type.contains(link("Patients"))
formulas:
Name: link(file.name, title)
properties:
note.created:
displayName: Added
views:
- type: table
name: Current
filters:
and:
- binary == true
order:
- formula.Name
- memory-trigger
- created
sort:
- property: created
direction: DESC
columnSize:
formula.Name: 119
note.memory-trigger: 232
note.created: 112
- type: table
name: Past
filters:
and:
- binary == false
order:
- formula.Name
- created
- memory-trigger
sort:
- property: created
direction: DESC
columnSize:
formula.Name: 147
note.created: 164
- type: table
name: All
order:
- formula.Name
- created
- memory-trigger
sort:
- property: created
direction: DESC
columnSize:
formula.Name: 147
note.created: 164