16 lines
262 B
Plaintext
16 lines
262 B
Plaintext
filters:
|
|
and:
|
|
- file.hasTag("type/task")
|
|
- file.name != "tags"
|
|
views:
|
|
- type: table
|
|
name: all
|
|
sort:
|
|
- property: file.name
|
|
direction: ASC
|
|
- type: table
|
|
name: meta
|
|
filters:
|
|
and:
|
|
- file.hasTag("topic/meta")
|