Files
zmVault/topics.base
T
2025-10-24 15:30:51 -04:00

35 lines
746 B
Plaintext

filters:
and:
- file.ext == "md"
- file.name != "tags"
- file.folder == "/"
views:
- type: table
name: estimating
filters:
and:
- file.hasTag("topic/estimating")
- type: table
name: occupational-systems
filters:
and:
- file.hasTag("occupational/systems")
- 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: table
name: my-electrical
filters:
and:
- file.hasTag("authorship/original")
- file.hasTag("topic/construction/electrical")