diff --git a/.obsidian/daily-notes.json b/.obsidian/daily-notes.json index 8ddbcbf..b0fcd56 100644 --- a/.obsidian/daily-notes.json +++ b/.obsidian/daily-notes.json @@ -1,3 +1,4 @@ { - "folder": "000 daily" + "folder": "000 daily", + "template": "templates/Daily_Note_Template" } \ No newline at end of file diff --git a/.obsidian/plugins/templater-obsidian/data.json b/.obsidian/plugins/templater-obsidian/data.json index 4e7ca6d..fe366ac 100644 --- a/.obsidian/plugins/templater-obsidian/data.json +++ b/.obsidian/plugins/templater-obsidian/data.json @@ -25,6 +25,10 @@ { "folder": "400 resources/440 Code Cheats Snips CLI", "template": "templates/tmpl_technical_snippet.md" + }, + { + "folder": "000 daily", + "template": "templates/Daily_Note_Template.md" } ], "enable_file_templates": false, diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 288c2f7..837d149 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -13,12 +13,12 @@ "state": { "type": "markdown", "state": { - "file": "300 areas/350 AI/Pi Agent Extensions & Skills.md", - "mode": "preview", - "source": true + "file": "100 inbox/1778553635-RFCE.md", + "mode": "source", + "source": false }, "icon": "lucide-file", - "title": "Pi Agent Extensions & Skills" + "title": "1778553635-RFCE" } } ] @@ -195,11 +195,14 @@ "templater-obsidian:Templater": false } }, - "active": "7066c9273c6fb936", + "active": "845a8e3995ad4a8a", "lastOpenFiles": [ + "inbox/1778841999-CBOE.md~", + "inbox/1778841999-CBOE.md", + "300 areas/350 AI/Pi Agent Extensions & Skills.md", + "templates/Daily_Note_Template.md", "100 inbox/Untitled.md", "100 inbox/1778553635-RFCE.md", - "300 areas/350 AI/Pi Agent Extensions & Skills.md", "100 inbox/1778553155-TGHR.md", "100 inbox/1778553013-ARYX.md", "100 inbox/1778545221-MOBT.md", diff --git a/inbox/1778841999-CBOE.md b/inbox/1778841999-CBOE.md new file mode 100644 index 0000000..7ecc609 --- /dev/null +++ b/inbox/1778841999-CBOE.md @@ -0,0 +1,29 @@ +--- +id: 1778841999-CBOE +aliases: [] +tags: [] +--- +# <% tp.file.title %> +<%* +// Calculates navigation dates relative to the note's title date +let current = moment(tp.file.title, "YYYY-MM-DD"); +let yesterday = moment(current).subtract(1, 'days').format("YYYY-MM-DD"); +let tomorrow = moment(current).add(1, 'days').format("YYYY-MM-DD"); +-%> +⏪ [[<% yesterday %>]] | 📅 [[<% current.format("YYYY") %>-W<% current.format("ww") %>]] | ⏩ [[<% tomorrow %>]] + +## 🎯 Focus Areas +- [ ] Move notes from latest work Pi Dev, Obsidian, OpenSpec, Archon, Plannotator, +- [ ] +- [ ] + +## 🪵 Timeline Log +* **<% tp.date.now("HH:mm") %>** - + +## 📝 Quick Captures & Thoughts +- + +## 📊 Daily Review +* **Accomplishments:** +* **Friction points:** +* **Improvements for tomorrow:** diff --git a/templates/Daily_Note_Template.md b/templates/Daily_Note_Template.md new file mode 100644 index 0000000..1778656 --- /dev/null +++ b/templates/Daily_Note_Template.md @@ -0,0 +1,24 @@ +# <% tp.file.title %> +<%* +// Calculates navigation dates relative to the note's title date +let current = moment(tp.file.title, "YYYY-MM-DD"); +let yesterday = moment(current).subtract(1, 'days').format("YYYY-MM-DD"); +let tomorrow = moment(current).add(1, 'days').format("YYYY-MM-DD"); +-%> +⏪ [[<% yesterday %>]] | 📅 [[<% current.format("YYYY") %>-W<% current.format("ww") %>]] | ⏩ [[<% tomorrow %>]] + +## 🎯 Focus Areas +- [ ] +- [ ] +- [ ] + +## 🪵 Timeline Log +* **<% tp.date.now("HH:mm") %>** - + +## 📝 Quick Captures & Thoughts +- + +## 📊 Daily Review +* **Accomplishments:** +* **Friction points:** +* **Improvements for tomorrow:**