sam-4screen-desktop 2026-5-15:20:55:6
This commit is contained in:
3
.obsidian/daily-notes.json
vendored
3
.obsidian/daily-notes.json
vendored
@@ -1,3 +1,4 @@
|
|||||||
{
|
{
|
||||||
"folder": "000 daily"
|
"folder": "000 daily",
|
||||||
|
"template": "templates/Daily_Note_Template"
|
||||||
}
|
}
|
||||||
@@ -25,6 +25,10 @@
|
|||||||
{
|
{
|
||||||
"folder": "400 resources/440 Code Cheats Snips CLI",
|
"folder": "400 resources/440 Code Cheats Snips CLI",
|
||||||
"template": "templates/tmpl_technical_snippet.md"
|
"template": "templates/tmpl_technical_snippet.md"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"folder": "000 daily",
|
||||||
|
"template": "templates/Daily_Note_Template.md"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"enable_file_templates": false,
|
"enable_file_templates": false,
|
||||||
|
|||||||
15
.obsidian/workspace.json
vendored
15
.obsidian/workspace.json
vendored
@@ -13,12 +13,12 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "300 areas/350 AI/Pi Agent Extensions & Skills.md",
|
"file": "100 inbox/1778553635-RFCE.md",
|
||||||
"mode": "preview",
|
"mode": "source",
|
||||||
"source": true
|
"source": false
|
||||||
},
|
},
|
||||||
"icon": "lucide-file",
|
"icon": "lucide-file",
|
||||||
"title": "Pi Agent Extensions & Skills"
|
"title": "1778553635-RFCE"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -195,11 +195,14 @@
|
|||||||
"templater-obsidian:Templater": false
|
"templater-obsidian:Templater": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "7066c9273c6fb936",
|
"active": "845a8e3995ad4a8a",
|
||||||
"lastOpenFiles": [
|
"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/Untitled.md",
|
||||||
"100 inbox/1778553635-RFCE.md",
|
"100 inbox/1778553635-RFCE.md",
|
||||||
"300 areas/350 AI/Pi Agent Extensions & Skills.md",
|
|
||||||
"100 inbox/1778553155-TGHR.md",
|
"100 inbox/1778553155-TGHR.md",
|
||||||
"100 inbox/1778553013-ARYX.md",
|
"100 inbox/1778553013-ARYX.md",
|
||||||
"100 inbox/1778545221-MOBT.md",
|
"100 inbox/1778545221-MOBT.md",
|
||||||
|
|||||||
29
inbox/1778841999-CBOE.md
Normal file
29
inbox/1778841999-CBOE.md
Normal 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:**
|
||||||
24
templates/Daily_Note_Template.md
Normal file
24
templates/Daily_Note_Template.md
Normal 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:**
|
||||||
Reference in New Issue
Block a user