24 lines
401 B
Plaintext
24 lines
401 B
Plaintext
filters:
|
|
and:
|
|
- categories.contains(link("Tasks"))
|
|
- '!file.name.contains("Template")'
|
|
views:
|
|
- type: table
|
|
name: Offene Tasks
|
|
filters:
|
|
and:
|
|
- stat == false
|
|
order:
|
|
- file.name
|
|
- stat
|
|
- created
|
|
columnSize:
|
|
file.name: 526
|
|
note.stat: 69
|
|
- type: table
|
|
name: Alle Tasks
|
|
order:
|
|
- file.name
|
|
- stat
|
|
- created
|