sam-4screen-desktop 2026-5-15:20:55:6

This commit is contained in:
2026-05-15 20:55:06 +10:00
parent 7b0517d114
commit c48b511c4f
5 changed files with 68 additions and 7 deletions

View File

@@ -1,3 +1,4 @@
{
"folder": "000 daily"
"folder": "000 daily",
"template": "templates/Daily_Note_Template"
}

View File

@@ -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,

View File

@@ -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",

29
inbox/1778841999-CBOE.md Normal file
View File

@@ -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:**

View File

@@ -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:**