Files
zmVault/topics.base
T

36 lines
784 B
Plaintext

filters:
and:
- file.ext == "md"
- file.name != "tags"
- file.folder == "/"
- '!file.tags.contains("type/task")'
views:
- type: list
name: estimating
filters:
and:
- file.hasTag("topic/estimating")
- type: list
name: occupational-systems
filters:
and:
- file.hasTag("occupational/takeoff")
- file.hasTag("type/guide")
sort:
- property: file.name
direction: ASC
- type: table
name: all-electrical
filters:
and:
- file.hasTag("topic/electrical")
sort:
- property: file.name
direction: ASC
- type: list
name: my-electrical
filters:
and:
- file.hasTag("authorship/original")
- file.hasTag("topic/construction/electrical")