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