vault backup: 2023-08-14 09:37:41
This commit is contained in:
19
Templater/Weekly.md
Normal file
19
Templater/Weekly.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
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") %>
|
||||
---
|
||||
|
||||
## 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`;
|
||||
});
|
||||
%>
|
||||
## Outcomes
|
||||
1. 🪂
|
||||
Reference in New Issue
Block a user