diff --git a/.obsidian/hotkeys.json b/.obsidian/hotkeys.json index 6bdfa92..e273e7d 100644 --- a/.obsidian/hotkeys.json +++ b/.obsidian/hotkeys.json @@ -34,5 +34,14 @@ ], "key": "M" } + ], + "templater-obsidian:create-new-note-from-template": [ + { + "modifiers": [ + "Mod", + "Shift" + ], + "key": "B" + } ] } \ No newline at end of file diff --git a/10 Knowledge/Templates/Journal Template.md b/10 Knowledge/Templates/Journal Template.md index c5cfddc..179a16f 100644 --- a/10 Knowledge/Templates/Journal Template.md +++ b/10 Knowledge/Templates/Journal Template.md @@ -1,35 +1,78 @@ -# {{date}} +<%* +const date = tp.date.now("YYYY-MM-DD"); +const year = tp.date.now("YYYY"); -## Legend -🟢 On Track / Healthy -🟡 Attention -🟠 At Risk -🔴 Critical / Off Track -⚪ Unknown +await tp.file.move( +`20 Work/Journal/${year}/${date}` +); +-%> -## What Happened +# <% 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) %>]] → -## Decisions +--- -- +## Meetings + +- + +--- + +## Significant Events + +<% tp.file.cursor() %> + +- + +--- + +## Decisions Made + +- [[]] + +--- ## People / Management -- +Feedback given, coaching moments, observations. -## What I Learned +- -- +--- -## What I Could Have Done Better +## Projects -- +Important project changes only. -## Follow-up +- -- [ ] +--- + +## 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 diff --git a/20 Work/Journal/2026/.gitkeep b/20 Work/Journal/2026/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/20 Work/Journal/2026/2026-08-05.md b/20 Work/Journal/2026/2026-08-05.md new file mode 100644 index 0000000..ef467e2 --- /dev/null +++ b/20 Work/Journal/2026/2026-08-05.md @@ -0,0 +1,76 @@ + +# Wednesday, August 5th 2026 + +← [[2026-08-04]] | **Week 32** | [[2026-08-06]] → + +--- + +## Meetings + +- With JC to talk about live and ingest feed. Good news, the video the next day works well. +- With Slimane about testing the live mogado +- With Slimane about no more spaces in the p2 and p1,p3 at risk + +--- + +## Significant Events + +<% tp.file.cursor() %> + +- p1 added 100GB +- p2 added 100GB +- Must see tomorrow the issues + +--- + +## Decisions Made + +- [[]] + +--- + +## People / Management + +Feedback given, coaching moments, observations. + +- Slimane semble donner l'impression qu'il refuse d'intéragir avec des gens. Franck m'a dit `il refuse` pourtant la capture d'écran montre autre chose + +--- + +## Projects + +Important project changes only. + +- Boukili sera en retard de 4 jours selon Zemind + +--- + +## Leadership Reflection + +### What surprised me today? + +- Les serveurs n'ont plus d'espaces, Ca peut amener encore des problèmes + +### What did I learn today? + +- More about obsidian and a need for using a system and cadence + +### What would I do differently next time? + +- Get better, better follow up + +--- + +## Follow-ups + +> Only actions that still belong to me. +> Everything else should already be in **Twos**, **Jira**, or **Monday**. + +- [ ] + +--- + +## Related + +- [[]]# {{date}} +