Fix for people base
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
filters:
|
filters:
|
||||||
and:
|
and:
|
||||||
- '!file.name.contains("Template")'
|
- '!file.name.contains("Template")'
|
||||||
- note.tags.contains("people")
|
- categories.contains(link("People"))
|
||||||
formulas:
|
formulas:
|
||||||
Age: (now() - birthday).years.floor()
|
Age: (now() - birthday).years.floor()
|
||||||
properties:
|
properties:
|
||||||
@@ -19,15 +19,15 @@ views:
|
|||||||
- tags
|
- tags
|
||||||
- birthday
|
- birthday
|
||||||
- formula.Age
|
- formula.Age
|
||||||
|
sort:
|
||||||
|
- property: file.name
|
||||||
|
direction: ASC
|
||||||
|
- property: tags
|
||||||
|
direction: ASC
|
||||||
|
- property: formula.Age
|
||||||
|
direction: DESC
|
||||||
|
- property: birthday
|
||||||
|
direction: DESC
|
||||||
columnSize:
|
columnSize:
|
||||||
note.tags: 209
|
note.tags: 209
|
||||||
formula.Age: 99
|
formula.Age: 99
|
||||||
sort:
|
|
||||||
- column: file.name
|
|
||||||
direction: ASC
|
|
||||||
- column: note.tags
|
|
||||||
direction: ASC
|
|
||||||
- column: formula.Age
|
|
||||||
direction: DESC
|
|
||||||
- column: note.birthday
|
|
||||||
direction: DESC
|
|
||||||
|
|||||||
Reference in New Issue
Block a user