vault backup: 2023-08-14 09:37:41

This commit is contained in:
2023-08-14 09:37:41 +02:00
parent 11d38f50a8
commit 5284a912a3
3 changed files with 33 additions and 0 deletions

0
2023-W33.md Normal file
View File

14
Templater/Daily.md Normal file
View File

@@ -0,0 +1,14 @@
---
date: <% tp.date.now("YYYY-MM-DD", 0, tp.file.title, "YYYY-MM-DD") %>
week: <% tp.date.now("YYYY-[W]W", 0, tp.file.title, "YYYY-MM-DD") %>
year: <% tp.date.now("YYYY", 0, tp.file.title, "YYYY-MM-DD") %>
---
#### Work
- [ ] 💪
#### Meetings
- 🎙
#### Outcomes
1. 🦄

19
Templater/Weekly.md Normal file
View 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. 🪂