Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:57:46 +08:00
commit 0958e2ff2c
17 changed files with 2762 additions and 0 deletions

View File

@@ -0,0 +1,45 @@
---
date: {{date}}
tags:
- daily-note
---
# {{date}}
## Morning
### Goals
- [ ]
- [ ]
- [ ]
### Schedule
-
## Notes
### Meetings
### Ideas
### Quick Captures
## Evening Review
### Completed
-
### Challenges
### Tomorrow
- [ ]
- [ ]
## Links
- [[{{yesterday}}|Yesterday]]
- [[{{tomorrow}}|Tomorrow]]

View File

@@ -0,0 +1,21 @@
---
date: {{date:YYYY-MM-DD}}
tags: [daily-note]
---
# {{date:YYYY-MM-DD}}
## 📝 Today's Focus
- [ ]
## ✅ Completed
-
## 💭 Notes
## 🔗 Links
- [[Yesterday|{{date-1d:YYYY-MM-DD}}]]
- [[Tomorrow|{{date+1d:YYYY-MM-DD}}]]

View File

@@ -0,0 +1,71 @@
---
title: "{{meeting-title}}"
date: {{date}}
time: {{time}}
tags:
- meeting
- {{tag}}
attendees:
- {{attendee}}
---
# {{meeting-title}}
**Date:** {{date}}
**Time:** {{time}}
**Location:**
## Attendees
- [[{{attendee-1}}]]
- [[{{attendee-2}}]]
## Agenda
1.
2.
3.
## Discussion
### Topic 1
### Topic 2
### Topic 3
## Decisions
-
## Action Items
- [ ] {{person}} - {{action}} - Due: {{date}}
- [ ]
- [ ]
## Parking Lot
-
## Next Steps
## Follow-up
**Next Meeting:** {{date}}
## Links
- [[{{previous-meeting}}|Previous Meeting]]
- [[{{project}}|Project]]
-
---
**Notes by:**
**Distribution:**

View File

@@ -0,0 +1,40 @@
---
date: {{date:YYYY-MM-DD}}
tags: [meeting]
attendees: []
---
# {{title}} - {{date:YYYY-MM-DD}}
## 📅 Meeting Info
- **Date:** {{date:YYYY-MM-DD HH:mm}}
- **Attendees:**
-
- **Location:**
## 📋 Agenda
1.
2.
3.
## 📝 Notes
### Topic 1
### Topic 2
## ✅ Action Items
- [ ] [@person] Action item 1
- [ ] [@person] Action item 2
## 🔗 Related
- [[Previous Meeting|{{date-7d:YYYY-MM-DD}}]]
- [[Project Name]]
## 📄 Attachments
-

View File

@@ -0,0 +1,94 @@
---
title: {{project-name}}
status: planning
start-date: {{date}}
tags:
- project
- {{tag}}
---
# {{project-name}}
## Overview
**Status:** #status/planning
**Owner:**
**Timeline:**
### Goals
### Success Criteria
## Context
### Problem Statement
### Background
## Plan
### Phases
- [ ] Phase 1:
- [ ] Phase 2:
- [ ] Phase 3:
### Milestones
| Milestone | Target Date | Status |
| --------- | ----------- | ------ |
| | | |
## Tasks
### To Do
- [ ]
- [ ]
- [ ]
### In Progress
-
### Completed
- [x]
### Blocked
-
## Resources
### Documents
- [[]]
### References
-
### Team
-
## Notes
### Decisions
### Risks
### Open Questions
- [ ]
## Updates
### {{date}}
## Related
- [[Projects MOC]]
-

View File

@@ -0,0 +1,48 @@
---
title: {{title}}
tags: [project]
status: planning
created: {{date:YYYY-MM-DD}}
---
# {{title}}
## 🎯 Overview
Brief description of the project.
## 📋 Goals
- [ ] Goal 1
- [ ] Goal 2
- [ ] Goal 3
## ✅ Tasks
### To Do
- [ ] Task 1
- [ ] Task 2
### In Progress
-
### Done
-
## 📚 Resources
- [[Link to related note]]
-
## 📝 Notes
### {{date:YYYY-MM-DD}}
Initial project setup.
## 🏷️ Related Projects
- [[Related Project 1]]