vault backup: 2023-08-14 10:10:29

This commit is contained in:
2023-08-14 10:10:29 +02:00
parent cd3984a27e
commit 9bcf335370
4 changed files with 36 additions and 9 deletions

View File

@@ -10,6 +10,10 @@ year: <% tp.date.now("YYYY", 0, tp.file.title, "YYYY-MM-DD") %>
- [ ] Sport
- [ ] Stretching
| Calories | Weight |
|--------|--------|
|2000 kcal|XX kg|
#### Work 💻
- [ ]

View File

@@ -13,7 +13,8 @@ year: <% tp.date.now("YYYY", 0, tp.file.title, "YYYY-[W]W") %>
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`;
tR += `![[Tracking/Daily/${date}#Outcomes 🦄]]\n\n`;
tR += `![[Tracking/Daily/${date}#Habits ☕]]\n\n`;
});
%>
## Outcomes 🦄