Add AGENTS.md and Templates directory
This commit is contained in:
33
Templates/Bases/People.base
Normal file
33
Templates/Bases/People.base
Normal file
@@ -0,0 +1,33 @@
|
||||
filters:
|
||||
and:
|
||||
- '!file.name.contains("Template")'
|
||||
- note.tags.contains("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
|
||||
Reference in New Issue
Block a user