134 lines
2.7 KiB
Plaintext
134 lines
2.7 KiB
Plaintext
filters:
|
|
and:
|
|
- file.folder != "Templates"
|
|
- category.contains(link("People"))
|
|
formulas:
|
|
Age: (now() - birthday).years.floor()
|
|
Untitled: link(file.name,if(file.properties.title.isEmpty(),file.name,file.properties.title))
|
|
properties:
|
|
file.name:
|
|
displayName: Name
|
|
note.tags:
|
|
displayName: Tags
|
|
note.birthday:
|
|
displayName: Birthday
|
|
formula.Untitled:
|
|
displayName: Name
|
|
views:
|
|
- type: table
|
|
name: All people
|
|
order:
|
|
- formula.Untitled
|
|
sort:
|
|
- property: formula.Untitled
|
|
direction: ASC
|
|
- property: file.name
|
|
direction: ASC
|
|
columnSize:
|
|
note.tags: 209
|
|
formula.Age: 99
|
|
- type: table
|
|
name: Family
|
|
filters:
|
|
and:
|
|
- type.contains(link("Family"))
|
|
order:
|
|
- formula.Untitled
|
|
sort: []
|
|
columnSize:
|
|
note.tags: 209
|
|
formula.Age: 99
|
|
- type: table
|
|
name: Pets
|
|
filters:
|
|
and:
|
|
- type.contains(link("Pets"))
|
|
order:
|
|
- formula.Untitled
|
|
sort: []
|
|
columnSize:
|
|
note.tags: 209
|
|
formula.Age: 99
|
|
- type: table
|
|
name: Patients
|
|
filters:
|
|
and:
|
|
- type.contains(link("Patients"))
|
|
order:
|
|
- formula.Untitled
|
|
sort: []
|
|
columnSize:
|
|
note.tags: 209
|
|
formula.Age: 99
|
|
- type: table
|
|
name: Authors
|
|
filters:
|
|
and:
|
|
- type.contains(link("Authors"))
|
|
order:
|
|
- formula.Untitled
|
|
sort: []
|
|
columnSize:
|
|
note.tags: 209
|
|
formula.Age: 99
|
|
- type: table
|
|
name: School
|
|
filters:
|
|
and:
|
|
- type.contains(link("School"))
|
|
order:
|
|
- formula.Untitled
|
|
sort: []
|
|
columnSize:
|
|
note.tags: 209
|
|
formula.Age: 99
|
|
- type: table
|
|
name: Staff
|
|
filters:
|
|
and:
|
|
- type.contains(link("Staff"))
|
|
order:
|
|
- formula.Untitled
|
|
sort: []
|
|
columnSize:
|
|
note.tags: 209
|
|
formula.Age: 99
|
|
- type: table
|
|
name: Friends
|
|
filters:
|
|
and:
|
|
- type.contains(link("Friends"))
|
|
order:
|
|
- formula.Untitled
|
|
sort: []
|
|
columnSize:
|
|
note.tags: 209
|
|
formula.Age: 99
|
|
- type: table
|
|
name: Other
|
|
filters:
|
|
or:
|
|
- '!type.containsAny(link("Family"), link("Pets"), link("Patients"), link("Authors"), link("School"), link("Staff"), link("Friends"))'
|
|
- type.isEmpty()
|
|
order:
|
|
- formula.Untitled
|
|
sort: []
|
|
columnSize:
|
|
note.tags: 209
|
|
formula.Age: 99
|
|
- type: table
|
|
name: Orgnaisation
|
|
filters:
|
|
and:
|
|
- org.contains(this)
|
|
order:
|
|
- formula.Untitled
|
|
sort:
|
|
- property: formula.Untitled
|
|
direction: ASC
|
|
- property: file.name
|
|
direction: ASC
|
|
columnSize:
|
|
note.tags: 209
|
|
formula.Age: 99
|