26 lines
555 B
Markdown
26 lines
555 B
Markdown
<%* // 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]]
|
|
|