Files
Obsidian-Vault-2026/99 Toolkit/Templates/Project-Dashboards/Followups.base
T

25 lines
614 B
Plaintext

views:
- type: table
name: All Followups
filters:
and:
- Type == "Followup"
- '!file.path.startsWith("99 Toolkit")'
- Project == "REPLACE THIS MOLLY!"
- type: table
name: Followups - Done
filters:
and:
- Type == "Followup"
- file.path.startsWith("99 Toolkit")
- Done == true
- Project == "CHANGE THIS MOLLY!!!"
- type: table
name: Followups - Not Done
filters:
and:
- Type == "Followup"
- '!file.path.startsWith("99 Toolkit")'
- Project == "CHANGE THIS MOLLY!!!"
- Done != true