Files
ObsidianHome/02 - Tracking/Daily/00 - Daily tracking.md

76 lines
1.5 KiB
Markdown

## Diet summary
### Calories
```tracker
searchType: frontmatter
searchTarget: calories
folder: 02 - Tracking/Daily
startDate: 2023-08-28
bar:
title: Calories
yMin: 0
yAxisLabel: Calories
yAxisUnit: kcal
xAxisLabel: ""
barColor: '#3C81E3'
```
```tracker
searchType: frontmatter
searchTarget: calories
folder: 02 - 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: 02 - 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
searchType: frontmatter
searchTarget: carbs
folder: 02 - Tracking/Daily
startDate: 2023-08-28
summary:
template: "Average carbs: {{average()}}g"
style: "font-size:15px;color:#3C81E3;margin-left: 50px;margin-top:00px;"
```
```tracker
searchType: frontmatter
searchTarget: protein
folder: 02 - Tracking/Daily
startDate: 2023-08-28
summary:
template: "Average protein: {{average()}}g"
style: "font-size:15px;color:#3C81E3;margin-left: 50px;margin-top:00px;"
```
```tracker
searchType: frontmatter
searchTarget: fat
folder: 02 - Tracking/Daily
startDate: 2023-08-28
summary:
template: "Average fat: {{average()}}g"
style: "font-size:15px;color:#3C81E3;margin-left: 50px;margin-top:00px;"
```