35 lines
723 B
Plaintext
35 lines
723 B
Plaintext
filters:
|
|
and:
|
|
- category == "task"
|
|
formulas:
|
|
Untitled: ""
|
|
Untitled 2: =[[file.name|link]]
|
|
views:
|
|
- type: list
|
|
name: Table
|
|
filters:
|
|
or:
|
|
- completed == this.note.date
|
|
- status == "in-progress"
|
|
- and:
|
|
- or:
|
|
- start <= this.note.date
|
|
- scheduled <= this.note.date
|
|
- due <= this.note.date
|
|
- and:
|
|
- status != "done"
|
|
- status != "cancelled"
|
|
groupBy:
|
|
property: status
|
|
direction: ASC
|
|
order:
|
|
- file.name
|
|
- title
|
|
sort: []
|
|
columnSize:
|
|
note.title: 437
|
|
note.due: 122
|
|
markers: none
|
|
indentProperties: false
|
|
cardSize: 160
|