sam-4screen-desktop 2026-5-16:7:16:54
This commit is contained in:
24
.obsidian/workspace.json
vendored
24
.obsidian/workspace.json
vendored
@@ -20,8 +20,23 @@
|
|||||||
"icon": "lucide-file",
|
"icon": "lucide-file",
|
||||||
"title": "1778841999-CBOE"
|
"title": "1778841999-CBOE"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "ed97d424fc5c5b07",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "markdown",
|
||||||
|
"state": {
|
||||||
|
"file": "100 inbox/Untitled.md",
|
||||||
|
"mode": "source",
|
||||||
|
"source": false
|
||||||
|
},
|
||||||
|
"icon": "lucide-file",
|
||||||
|
"title": "Untitled"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"currentTab": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"direction": "vertical"
|
"direction": "vertical"
|
||||||
@@ -195,8 +210,11 @@
|
|||||||
"templater-obsidian:Templater": false
|
"templater-obsidian:Templater": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "845a8e3995ad4a8a",
|
"active": "ed97d424fc5c5b07",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
|
"inbox/1778841999-CBOE.md",
|
||||||
|
"100 inbox/Untitled.md",
|
||||||
|
"000 daily/1778841999-CBOE.md",
|
||||||
"100 inbox/1778493481-VJZL.md",
|
"100 inbox/1778493481-VJZL.md",
|
||||||
"inbox/1778841999-CBOE.md~",
|
"inbox/1778841999-CBOE.md~",
|
||||||
"100 inbox/1778533395-ZAPX.md",
|
"100 inbox/1778533395-ZAPX.md",
|
||||||
@@ -205,8 +223,6 @@
|
|||||||
"100 inbox/1778553013-ARYX.md",
|
"100 inbox/1778553013-ARYX.md",
|
||||||
"100 inbox/1778553155-TGHR.md",
|
"100 inbox/1778553155-TGHR.md",
|
||||||
"100 inbox/1778553635-RFCE.md",
|
"100 inbox/1778553635-RFCE.md",
|
||||||
"100 inbox/Untitled.md",
|
|
||||||
"000 daily/1778841999-CBOE.md",
|
|
||||||
"300 areas/350 AI/Pi Agent Extensions & Skills.md",
|
"300 areas/350 AI/Pi Agent Extensions & Skills.md",
|
||||||
"templates/Daily_Note_Template.md",
|
"templates/Daily_Note_Template.md",
|
||||||
"daily",
|
"daily",
|
||||||
|
|||||||
0
100 inbox/Untitled.md
Normal file
0
100 inbox/Untitled.md
Normal file
23
inbox/1778841999-CBOE.md
Normal file
23
inbox/1778841999-CBOE.md
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
---
|
||||||
|
id: 1778841999-CBOE
|
||||||
|
aliases: []
|
||||||
|
tags: []
|
||||||
|
---
|
||||||
|
# 1778841999-CBOE
|
||||||
|
⏪ [[1777-12-31]] | 📅 [[1778-W01]] | ⏩ [[1778-01-02]]
|
||||||
|
|
||||||
|
## 🎯 Focus Areas
|
||||||
|
- [ ] Move notes from latest work Pi Dev, Obsidian, OpenSpec, Archon, Plannotator,
|
||||||
|
- [ ]
|
||||||
|
- [ ]
|
||||||
|
|
||||||
|
## 🪵 Timeline Log
|
||||||
|
* **21:08** -
|
||||||
|
|
||||||
|
## 📝 Quick Captures & Thoughts
|
||||||
|
-
|
||||||
|
|
||||||
|
## 📊 Daily Review
|
||||||
|
* **Accomplishments:**
|
||||||
|
* **Friction points:**
|
||||||
|
* **Improvements for tomorrow:**
|
||||||
@@ -1,11 +1,5 @@
|
|||||||
# <% tp.file.title %>
|
# Daily_Note_Template
|
||||||
<%*
|
⏪ [[Invalid date]] | 📅 [[Invalid date-WInvalid date]] | ⏩ [[Invalid date]]
|
||||||
// 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
|
## 🎯 Focus Areas
|
||||||
- [ ]
|
- [ ]
|
||||||
@@ -13,7 +7,7 @@ let tomorrow = moment(current).add(1, 'days').format("YYYY-MM-DD");
|
|||||||
- [ ]
|
- [ ]
|
||||||
|
|
||||||
## 🪵 Timeline Log
|
## 🪵 Timeline Log
|
||||||
* **<% tp.date.now("HH:mm") %>** -
|
* **21:08** -
|
||||||
|
|
||||||
## 📝 Quick Captures & Thoughts
|
## 📝 Quick Captures & Thoughts
|
||||||
-
|
-
|
||||||
|
|||||||
Reference in New Issue
Block a user