Files
obsidian-vault/templates/Project.md

37 lines
517 B
Markdown

---
title: "{{title}}"
type: project
status: active # Options: active, on-hold, completed, archived
areas:
- "[[TODO]]"
projects: []
related_tools: []
related_systems: []
created: {{date:YYYY-MM-DD}}
updated: {{date:YYYY-MM-DD}}
tags: [project]
---
# {{title}}
## Objective
What this project aims to achieve.
## Status
Current state of the project.
## Notes
<!-- Log milestones, decisions, references here -->
## Related
- **Areas:** [[TODO]]
- **Tools:**
- **Systems:**
*Created: {{date:YYYY-MM-DD}}*