diff --git a/.obsidian/graph.json b/.obsidian/graph.json index 42a46ec..84c3de6 100644 --- a/.obsidian/graph.json +++ b/.obsidian/graph.json @@ -17,6 +17,6 @@ "repelStrength": 10, "linkStrength": 1, "linkDistance": 250, - "scale": 1, + "scale": 0.21062798827601864, "close": true } \ No newline at end of file diff --git a/.obsidian/plugins/notebook-navigator/data.json b/.obsidian/plugins/notebook-navigator/data.json index 3947048..77a50a4 100644 --- a/.obsidian/plugins/notebook-navigator/data.json +++ b/.obsidian/plugins/notebook-navigator/data.json @@ -117,9 +117,9 @@ "file": null, "createMissingPeriodicNote": true }, - "dualPane": false, - "dualPaneOrientation": "vertical", - "narrowSidebarLayout": "singlePane", + "dualPane": true, + "dualPaneOrientation": "horizontal", + "narrowSidebarLayout": "vertical", "narrowSidebarTriggerMode": "fitPanes", "narrowSidebarCustomWidth": 350, "showTooltips": false, diff --git a/.obsidian/plugins/templater-obsidian/data.json b/.obsidian/plugins/templater-obsidian/data.json index 38a4052..6a8645c 100644 --- a/.obsidian/plugins/templater-obsidian/data.json +++ b/.obsidian/plugins/templater-obsidian/data.json @@ -10,11 +10,11 @@ "user_scripts_folder": "", "folder_templates": [ { - "folder": "20 Work/Journal", + "folder": "20 Work/Journal/2026", "template": "10 Knowledge/Templates/Journal Template.md" }, { - "folder": "20 Work/Weekly Review", + "folder": "20 Work/Weekly Review/2026", "template": "10 Knowledge/Templates/Weekly Review Template.md" }, { diff --git a/10 Knowledge/Templates/Decision Template.md b/10 Knowledge/Templates/Decision Template.md index 503bbb1..217fdb6 100644 --- a/10 Knowledge/Templates/Decision Template.md +++ b/10 Knowledge/Templates/Decision Template.md @@ -1,3 +1,14 @@ +<%* +const year = tp.date.now("YYYY"); +const date = tp.date.now("YYYY-MM-DD"); +const baseFolder = "20 Work/Decisions"; +const yearFolder = `${baseFolder}/${year}`; +if (!app.vault.getAbstractFileByPath(yearFolder)) { + await app.vault.createFolder(yearFolder); +} +await tp.file.move(`${yearFolder}/${date}`); + +-%> # {{title}} - 🟡 **Proposed** — Decision is being considered; not final yet. diff --git a/10 Knowledge/Templates/Employe - Note Template.md b/10 Knowledge/Templates/Employe - Note Template.md index 07b467f..60e49e6 100644 --- a/10 Knowledge/Templates/Employe - Note Template.md +++ b/10 Knowledge/Templates/Employe - Note Template.md @@ -1,3 +1,4 @@ + # {{date}} - {{Title}} **Date:** {{date}} diff --git a/10 Knowledge/Templates/Idea Template.md b/10 Knowledge/Templates/Idea Template.md index 0a139b8..31314c9 100644 --- a/10 Knowledge/Templates/Idea Template.md +++ b/10 Knowledge/Templates/Idea Template.md @@ -1,3 +1,15 @@ + +<%* +const year = tp.date.now("YYYY"); +const date = tp.date.now("YYYY-MM-DD"); +const baseFolder = "20 Work/Ideas"; +const yearFolder = `${baseFolder}/${year}`; +if (!app.vault.getAbstractFileByPath(yearFolder)) { + await app.vault.createFolder(yearFolder); +} +await tp.file.move(`${yearFolder}/${date}`); + +-%> # {{title}} **Date:** {{date}} diff --git a/10 Knowledge/Templates/Team Meeting Template.md b/10 Knowledge/Templates/Team Meeting Template.md index 049e249..7347575 100644 --- a/10 Knowledge/Templates/Team Meeting Template.md +++ b/10 Knowledge/Templates/Team Meeting Template.md @@ -1,6 +1,14 @@ <%* +const year = tp.date.now("YYYY"); const date = tp.date.now("YYYY-MM-DD"); -await tp.file.move( `20 Work/Meetings/Team Meetings/Team Meeting - ${date}` ); +const baseFolder = "20 Work/Meetings/Team Meetings"; +const yearFolder = `${baseFolder}/${year}`; + +if (!app.vault.getAbstractFileByPath(yearFolder)) { + await app.vault.createFolder(yearFolder); +} +await tp.file.move(`${yearFolder}/Team Meeting - ${date}`); + -%> **Date:** <% tp.date.now("YYYY-MM-DD") %> diff --git a/20 Work/Decisions/2026/2026-08-07 - Pay Trings for the french tabs.md b/20 Work/Decisions/2026/2026-08-07 - Pay Trings for the french tabs.md new file mode 100644 index 0000000..83553b7 --- /dev/null +++ b/20 Work/Decisions/2026/2026-08-07 - Pay Trings for the french tabs.md @@ -0,0 +1,71 @@ + + + +- 🟢 **Decided** — Decision has been made and is currently valid. + + +**Date:** 2026-08-07 +**Status:** 🟡 Proposed +**Decision Owner:** +**People Involved:** + +## Context + +What situation led to this decision? + +## Problem + +What problem are we trying to solve? + +## Options Considered + +### Option 1 + +**Description:** + +**Pros:** +- + +**Cons:** +- + +### Option 2 + +**Description:** + +**Pros:** +- + +**Cons:** +- + +## Decision + +What did we decide? + +## Why + +Why was this option chosen? + +## Risks / Trade-offs + +What are we accepting by making this decision? + +## Next Steps + +- [ ] +- [ ] + +## Outcome + +_To be completed later._ + +What actually happened after the decision? + +## Lessons Learned + +What would I do differently next time? + +## Related + +- [[]] \ No newline at end of file diff --git a/20 Work/Journal/2026/2026-08-06.md b/20 Work/Journal/2026/2026-08-06.md index 75af479..aeeb1e6 100644 --- a/20 Work/Journal/2026/2026-08-06.md +++ b/20 Work/Journal/2026/2026-08-06.md @@ -1,7 +1,7 @@ # Thursday, August 6th 2026 -← [[2026-08-05]] | **Week 32** | [[2026-08-07]] → +← [[2026-08-05]] | **Week 32** | [[20 Work/Journal/2026/2026-08-07]] → --- diff --git a/20 Work/Weekly Review/Jira Review.md b/20 Work/Weekly Review/2026/Jira Review.md similarity index 100% rename from 20 Work/Weekly Review/Jira Review.md rename to 20 Work/Weekly Review/2026/Jira Review.md diff --git a/20 Work/Weekly Review/2026/Week 32 - Weekly Review - 2026-08-07.md b/20 Work/Weekly Review/2026/Week 32 - Weekly Review - 2026-08-07.md index 7eb10c5..3821db9 100644 --- a/20 Work/Weekly Review/2026/Week 32 - Weekly Review - 2026-08-07.md +++ b/20 Work/Weekly Review/2026/Week 32 - Weekly Review - 2026-08-07.md @@ -57,7 +57,7 @@ Overall morale: **Who needs coaching?** - Binta on estimation, ownership, testing strategy, communication, and balancing project work with operational responsibilities. -- Slimane More autonomy in prioritization and technical decision-making. +- Slimane needs more autonomy in prioritization and technical decision-making. **Any conflicts?** @@ -77,6 +77,7 @@ Overall morale: | BetterStack Heartbeats | 🟡 | Selection and implementation | Operation takeover with tickets | | Umami | 🟡 | Establish new timeline | Operation then vacations | | FMC | 🟢
| First draft as to what is available | None | +| Algolia | 🔴 | Validation | Me + Habiba vacation | Projects slipping: @@ -135,7 +136,7 @@ Anything unusual? What decisions must be made next week? - Do we need a 2nd streams for the live on the OTT -- +- Do I tell the team about CPE --- @@ -192,8 +193,6 @@ Lessons learned Something that annoyed me this week. - - - Important project documentation was modified after approval without notification. How can I make sure it never happens again?