vault backup: 2023-09-24 11:21:04
This commit is contained in:
21
91 - Templater/Weekly.md
Normal file
21
91 - Templater/Weekly.md
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
tags:
|
||||
- weekly
|
||||
- journaling
|
||||
week: <% tp.date.now("YYYY-[W]W", 0, tp.file.title, "YYYY-[W]W") %>
|
||||
year: <% tp.date.now("YYYY", 0, tp.file.title, "YYYY-[W]W") %>
|
||||
---
|
||||
|
||||
## To do 💪
|
||||
- [ ]
|
||||
## Notes ✏
|
||||
-
|
||||
## History
|
||||
|
||||
<%*
|
||||
Array.from(Array(7).keys()).map((i) => {
|
||||
date = tp.date.weekday("YYYY-MM-DD", i, tp.file.title, "YYYY-[W]W");
|
||||
tR += `### ${date}\n`;
|
||||
tR += `![[Tracking/Daily/${date}#Outcomes 🦄]]\n\n`;
|
||||
});
|
||||
%>
|
||||
Reference in New Issue
Block a user