Initial commit
This commit is contained in:
38
Templates/Bases/Daily note tasks.base
Normal file
38
Templates/Bases/Daily note tasks.base
Normal file
@@ -0,0 +1,38 @@
|
||||
properties:
|
||||
file.name:
|
||||
displayName: Name
|
||||
note.rows.file.link:
|
||||
displayName: Task
|
||||
views:
|
||||
- type: table
|
||||
name: Default view
|
||||
filters:
|
||||
and:
|
||||
- file.inFolder("TaskNotes")
|
||||
- or:
|
||||
- completed == this.date
|
||||
- status == "in-progress"
|
||||
- and:
|
||||
- status != "done"
|
||||
- status != "cancelled"
|
||||
- or:
|
||||
- and:
|
||||
- start
|
||||
- start <= this.date
|
||||
- and:
|
||||
- scheduled
|
||||
- scheduled <= this.date
|
||||
- and:
|
||||
- due
|
||||
- due <= this.date
|
||||
groupBy:
|
||||
property: status
|
||||
direction: ASC
|
||||
order:
|
||||
- file.name
|
||||
- title
|
||||
sort: []
|
||||
group_by: status
|
||||
columnSize:
|
||||
file.name: 176
|
||||
indentProperties: true
|
||||
Reference in New Issue
Block a user