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

14
91 - Templater/Compass.md Normal file
View File

@@ -0,0 +1,14 @@
> [!multi-column]
>
>> [!info]+ Comes from
>> Somewhere
>
>> [!success]+ Similar to
>> Something
>
>> [!danger]+ Competes with
>> Something
>
>> [!seealso]+ Leads to
>> Somewhere

29
91 - Templater/Daily.md Normal file
View File

@@ -0,0 +1,29 @@
---
tags:
- daily
- journaling
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") %>
sport: 0
stretching: 0
weight: "90"
calories: "2000"
carbs: "141"
protein: "187"
fat: "62"
---
### To do 💪
- [ ]
#### Weekly to do's
```tasks
not done
path includes <% tp.date.now("YYYY-[W]W", 0, tp.file.title, "YYYY-MM-DD") %>
sort by due date
```
### Work 💻
- [ ]
### Outcomes 🦄
1.

View File

@@ -0,0 +1,27 @@
---
tags:
- sport/exercise
creation date: <% tp.file.creation_date() %>
modification date: <% tp.file.last_modified_date("dddd Do MMMM YYYY HH:mm:ss") %>
---
# <% tp.file.title %>
Name:: <% tp.file.title %>
Biceps:: 0
Triceps:: 0
Front delts:: 0
Side delts:: 0
Rear delts:: 0
Pecs:: 0
Abs:: 0
Rotator cuff:: 0
Upper traps:: 0
Mid/lower traps:: 0
Lats:: 0
Spine erectors:: 0
Quads:: 0
Hamstrings:: 0
Glutes:: 0
Leg adductors:: 0
Leg abductors:: 0
Calves:: 0

View File

@@ -0,0 +1,13 @@
---
tags:
- note/fleeting
- to-review
relates-to:
creation-date: <% tp.file.creation_date() %>
modification-date: <% tp.file.last_modified_date("dddd Do MMMM YYYY HH:mm:ss") %>
---
# <% tp.file.title %>
---

View File

@@ -0,0 +1,10 @@
---
tags:
relates-to:
---
# <% tp.file.title %>
---
# References

View File

@@ -0,0 +1,37 @@
---
tags:
- note/moc
relates to:
references:
creation date: <% tp.file.creation_date() %>
modification date: <% tp.file.last_modified_date("dddd Do MMMM YYYY HH:mm:ss") %>
cssclasses:
- dashboard
- wide-page
---
# Map of content for <% tp.file.title %>
- ### Map
- Content 1
- Content 2
- ### Of
- Content 3
- Content 4
- ### Content
- Content 5
- Content 6
- Content 7
> [!multi-column]
>
>> [!note]+ Something
>> Something here
>
>> [!check]+ Else
>> Or something there
---
# Relates to
-

View File

@@ -0,0 +1,30 @@
---
tags:
- note/permanent 
relates-to:
creation-date: <% tp.file.creation_date() %>
modification-date: <% tp.file.last_modified_date("dddd Do MMMM YYYY HH:mm:ss") %>
---
# <% tp.file.title %>
### Compass
> [!multi-column]
>
>> [!info]+ Comes from
>> Somewhere
>
>> [!success]+ Similar to
>> Something
>
>> [!danger]+ Competes with
>> Something
>
>> [!seealso]+ Leads to
>> Somewhere
### Core
---
# References

17
91 - Templater/QEC.md Normal file
View File

@@ -0,0 +1,17 @@
> [!question]+ What about...
> This issue
> [!multi-column]
>
>> [!info]+ Evidence
>> Something
>
>> [!info]+ Evidence
>> Something else
>
>> [!info]+ Evidence
>> Something last
> [!check]+ Conclusion
> Something

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`;
});
%>