Obsidian_vault/_Templates/Area Note.md

38 lines
488 B
Markdown

---
area: <% tp.file.title %>
type: area
updated: <% tp.date.now("YYYY-MM-DD") %>
---
# <% tp.file.title %>
## 🧭 Purpose
> Why this area exists in your life/work.
## 📐 Standards
> What good looks like here.
---
## 🚀 Active Projects
```dataview
list from "30 - Projects"
where area = this.area and status = "active"
```
---
## 📋 Ongoing Tasks
- [ ]
---
## 🔗 Key Resources
-
## 💡 Related Knowledge
-
---
## 📅 Last Reviewed: <% tp.date.now("YYYY-MM-DD") %>