vault backup: 2023-09-24 11:21:04

This commit is contained in:
2023-09-24 11:21:04 +02:00
parent e7a807c298
commit b225622c23
75 changed files with 35 additions and 35 deletions

21
91 - Templater/Weekly.md Normal file
View 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`;
});
%>