Files
SecondBrain/10 Knowledge/Templates/Journal Template.md
T

77 lines
864 B
Markdown

<%*
const date = tp.date.now("YYYY-MM-DD");
const year = tp.date.now("YYYY");
await tp.file.move(
`20 Work/Journal/${year}/${date}`
);
-%>
# <% tp.date.now("dddd, MMMM Do YYYY") %>
← [[<% tp.date.now("YYYY-MM-DD",-1) %>]] | **Week <% tp.date.now("WW") %>** | [[<% tp.date.now("YYYY-MM-DD",1) %>]] →
---
## Meetings
- <% tp.file.cursor() %>
---
## Significant Events
-
---
## Decisions Made
- [[]]
---
## People / Management
Feedback given, coaching moments, observations.
-
---
## Projects
Important project changes only.
-
---
## Leadership Reflection
### What surprised me today?
-
### What did I learn today?
-
### What would I do differently next time?
-
---
## Follow-ups
> Only actions that still belong to me.
> Everything else should already be in **Twos**, **Jira**, or **Monday**.
- [ ]
---
## Related
- [[]]