12f7825adfae 2026-5-15:21:23:39
This commit is contained in:
@@ -1,11 +1,5 @@
|
||||
# <% 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 %>]]
|
||||
# Daily_Note_Template
|
||||
⏪ [[Invalid date]] | 📅 [[Invalid date-WInvalid date]] | ⏩ [[Invalid date]]
|
||||
|
||||
## 🎯 Focus Areas
|
||||
- [ ]
|
||||
@@ -13,7 +7,7 @@ let tomorrow = moment(current).add(1, 'days').format("YYYY-MM-DD");
|
||||
- [ ]
|
||||
|
||||
## 🪵 Timeline Log
|
||||
* **<% tp.date.now("HH:mm") %>** -
|
||||
* **21:08** -
|
||||
|
||||
## 📝 Quick Captures & Thoughts
|
||||
-
|
||||
|
||||
Reference in New Issue
Block a user