sam-4screen-desktop 2026-5-15:20:55:6
This commit is contained in:
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:**
|
||||
Reference in New Issue
Block a user