Initial commit
This commit is contained in:
133
Templates/Bases/People.base
Normal file
133
Templates/Bases/People.base
Normal file
@@ -0,0 +1,133 @@
|
||||
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
|
||||
Reference in New Issue
Block a user