- new obsidian-sorter skill: file notes via the 010 inbox on .27 - project-docs now writes to the inbox and lets the sorter choose the folder + type, instead of the retired <vault>/Projects/ path - obsidian-note template gains title/type/created and keeps skills:/tools:
49 lines
1.2 KiB
Smarty
49 lines
1.2 KiB
Smarty
---
|
|
title: "{{PROJECT_NAME}}"
|
|
type: note
|
|
status: active
|
|
tags:
|
|
- project
|
|
- {{PROJECT_TAG}}
|
|
- showcase
|
|
skills:
|
|
- {{DEMONSTRATED_SKILLS_LIST}}
|
|
tools:
|
|
- {{TOOLS_USED_LIST}}
|
|
aliases: []
|
|
created: {{DATE}}
|
|
---
|
|
|
|
# {{PROJECT_NAME}} — Overview
|
|
|
|
## 💡 What is this project?
|
|
|
|
{{HUMAN_EXPLANATION_SIMPLE}}
|
|
|
|
## 🌟 Key Highlights (Portfolio & Employment)
|
|
|
|
- **Concept**: {{KEY_CONCEPT}}
|
|
- **Tools & Skills Showcase**: {{SHOWCASE_HIGHLIGHTS}}
|
|
- **Practical Value**: {{PRACTICAL_VALUE}}
|
|
|
|
## 📐 Architecture & Flow
|
|
|
|
```mermaid
|
|
{{MERMAID_DIAGRAM_SOURCE}}
|
|
```
|
|
|
|
## 🔗 Related Notes & Links
|
|
|
|
- Gitea Repo: `{{GITEA_REPO_URL}}`
|
|
- Interactive Map: [Archify Map](https://maps.lab.audasmedia.com.au/{{PROJECT_NAME}}/)
|
|
- AI Context (Outline): `{{OUTLINE_DOC_URL}}`
|
|
|
|
<!--
|
|
NOTES FOR THE AGENT WRITING THIS NOTE
|
|
* `type: note` is intentional — this note is written into the INBOX and the
|
|
obsidian-sorter assigns the real type from its final folder.
|
|
* Keep `skills:` and `tools:` — they are custom fields the sorter preserves.
|
|
* Do NOT add a `type` other than `note`, and do NOT choose a folder.
|
|
* Add the `project` tag so the sorter constrains it to the projects bucket.
|
|
-->
|