vault backup: 2023-09-04 11:49:03
This commit is contained in:
@@ -1,4 +1,21 @@
|
||||
### Diet summary
|
||||
|
||||
## Diet summary
|
||||
|
||||
### Calories
|
||||
```tracker
|
||||
searchType: frontmatter
|
||||
searchTarget: calories
|
||||
folder: Tracking/Daily
|
||||
startDate: 2023-08-28
|
||||
bar:
|
||||
title: Calories
|
||||
yMin: 0
|
||||
yAxisLabel: Calories
|
||||
yAxisUnit: kcal
|
||||
xAxisLabel: ""
|
||||
barColor: '#3C81E3'
|
||||
```
|
||||
|
||||
```tracker
|
||||
searchType: frontmatter
|
||||
searchTarget: calories
|
||||
@@ -6,6 +23,25 @@ folder: Tracking/Daily
|
||||
startDate: 2023-08-28
|
||||
summary:
|
||||
template: "Average: {{average()}}kcal"
|
||||
style: "font-size:20px;color:#3C81E3;margin-left: 50px;margin-top:00px;"
|
||||
|
||||
```
|
||||
|
||||
### Macros
|
||||
```tracker
|
||||
searchType: frontmatter
|
||||
searchTarget: carbs, protein, fat
|
||||
folder: Tracking/Daily
|
||||
startDate: 2023-08-28
|
||||
line:
|
||||
title: Macros
|
||||
yMin: 0
|
||||
yAxisLabel: Macros
|
||||
yAxisUnit: g
|
||||
xAxisLabel: ""
|
||||
pointColor: white
|
||||
pointBorderColor: '#3C81E3'
|
||||
lineColor: yellow, red, green
|
||||
```
|
||||
|
||||
```tracker
|
||||
@@ -14,14 +50,26 @@ searchTarget: carbs
|
||||
folder: Tracking/Daily
|
||||
startDate: 2023-08-28
|
||||
summary:
|
||||
template: "Average: {{average()}}kcal"
|
||||
template: "Average carbs: {{average()}}g"
|
||||
style: "font-size:20px;color:#3C81E3;margin-left: 50px;margin-top:00px;"
|
||||
```
|
||||
|
||||
```tracker
|
||||
searchType: frontmatter
|
||||
searchTarget: calories
|
||||
searchTarget: protein
|
||||
folder: Tracking/Daily
|
||||
startDate: 2023-08-28
|
||||
summary:
|
||||
template: "Average: {{average()}}kcal"
|
||||
template: "Average protein: {{average()}}g"
|
||||
style: "font-size:20px;color:#3C81E3;margin-left: 50px;margin-top:00px;"
|
||||
```
|
||||
|
||||
```tracker
|
||||
searchType: frontmatter
|
||||
searchTarget: fat
|
||||
folder: Tracking/Daily
|
||||
startDate: 2023-08-28
|
||||
summary:
|
||||
template: "Average fat: {{average()}}g"
|
||||
style: "font-size:20px;color:#3C81E3;margin-left: 50px;margin-top:00px;"
|
||||
```
|
||||
Reference in New Issue
Block a user