vault backup: 2023-09-01 15:23:01

This commit is contained in:
2023-09-01 15:23:01 +02:00
parent 8d1d53d08d
commit d4ae7e6754
13 changed files with 44 additions and 64 deletions

32
Home.md
View File

@@ -12,7 +12,7 @@ banner_y: 0.95
searchTarget: Sport, Stretching
folder: Tracking/Daily
datasetName: Sport, Stretching
fixedScale: 0.7
fixedScale: 0.8
month:
mode: annotation
annotation: 💪, 🐈
@@ -21,11 +21,13 @@ banner_y: 0.95
showAnnotationOfAllTargets: true
```
- Calories
- Weight
```tracker
searchType: table
searchTarget: filePath[0][0]
searchType: frontmatter
searchTarget: weight
folder: Tracking/Daily
fixedScale: 0.8
startDate: 2023-08-23
line:
title: Weight log
yAxisLabel: Weight
@@ -34,16 +36,18 @@ banner_y: 0.95
lineColor: '#3C81E3'
```
- Weight
- Calories
```tracker
searchType: task.done
searchTarget: Sport, Stretching
searchType: frontmatter
searchTarget: calories
folder: Tracking/Daily
datasetName: Sport, Stretching
month:
mode: annotation
annotation: 💪, 🐈
startWeekOn: 'Mon'
color: '#3C81E3'
showAnnotationOfAllTargets: true
fixedScale: 0.8
startDate: 2023-08-23
line:
title: Calories log
yAxisLabel: Calories
yAxisUnit: kcal
xAxisLabel: Date
lineColor: '#3C81E3'
```