vault backup: 2023-08-14 09:37:41
This commit is contained in:
0
2023-W33.md
Normal file
0
2023-W33.md
Normal file
14
Templater/Daily.md
Normal file
14
Templater/Daily.md
Normal 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
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