Initial commit
This commit is contained in:
25
.trash/2026-01-05 6.md
Normal file
25
.trash/2026-01-05 6.md
Normal file
@@ -0,0 +1,25 @@
|
||||
<%* // Get the current file's frontmatter
|
||||
const fm = tp.frontmatter;
|
||||
const created = fm.created || tp.file.creation_date("YYYY-MM-DD[T]HH:mm:ss");
|
||||
const date = fm.date || tp.file.title;
|
||||
-%>
|
||||
---
|
||||
created: <% created %>
|
||||
up:
|
||||
- "[[Daily Notes]]"
|
||||
date: <% date %>
|
||||
---
|
||||
[[Home]] | [[<% tp.date.now("YYYY-MM-DD", -1, tp.file.title, "YYYY-MM-DD") %>|Yesterday]] | [[<% tp.date.now("YYYY-MM-DD", 1, tp.file.title, "YYYY-MM-DD") %>|Tomorrow]]
|
||||
![[Daily note tasks1.base]]
|
||||
|
||||
# today's activity
|
||||
![[Daily note today.base]]
|
||||
|
||||
# notepad
|
||||
- [ ]
|
||||
|
||||
|
||||
|
||||
## Links
|
||||
![[Down.base]]
|
||||
|
||||
Reference in New Issue
Block a user