vault backup: 2023-09-24 11:21:04
This commit is contained in:
14
91 - Templater/Compass.md
Normal file
14
91 - Templater/Compass.md
Normal 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
29
91 - Templater/Daily.md
Normal 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.
|
||||
27
91 - Templater/Exercise.md
Normal file
27
91 - Templater/Exercise.md
Normal 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
|
||||
13
91 - Templater/Fleeting note.md
Normal file
13
91 - Templater/Fleeting note.md
Normal 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 %>
|
||||
|
||||
|
||||
|
||||
---
|
||||
10
91 - Templater/Literature note.md
Normal file
10
91 - Templater/Literature note.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
tags:
|
||||
relates-to:
|
||||
---
|
||||
# <% tp.file.title %>
|
||||
|
||||
|
||||
|
||||
---
|
||||
# References
|
||||
37
91 - Templater/Map of contents.md
Normal file
37
91 - Templater/Map of contents.md
Normal 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
|
||||
-
|
||||
30
91 - Templater/Permanent note.md
Normal file
30
91 - Templater/Permanent note.md
Normal 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
17
91 - Templater/QEC.md
Normal 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
21
91 - Templater/Weekly.md
Normal 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`;
|
||||
});
|
||||
%>
|
||||
Reference in New Issue
Block a user