vault backup: 2023-05-15 09:42:13

This commit is contained in:
2023-05-15 09:42:13 +02:00
commit 91bf72fc87
565 changed files with 240938 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
## Diese Woche
```tasks
not done
due in this week
sort by urgency
```
## Übersicht
```tasks
not done
group by heading
sort by urgency
```
## Überfällig
```tasks
not done
due before today
sort by urgency
```
## Erledigt
```tasks
done
group by heading
path regex does not match /Einkaufsliste/
sort by urgency
```
+5
View File
@@ -0,0 +1,5 @@
```tasks
not done
path includes Projects/Einkaufsliste
group by heading
```
+69
View File
@@ -0,0 +1,69 @@
## Gewicht Chart
```chart
type: line
id: gewicht
file: Journal/Gewicht
layout: column
spanGaps: true
```
# Weight Tracker
```tracker
searchType: table
searchTarget: Journal/Gewicht[0][0], Journal/Gewicht[0][1]
dateFormat: YYYY-MM-DD
xDataset: 0
startDate: -1M
endDate: 0d
line:
title: Weight Log
yAxisLabel: Weight
yAxisUnit: kg
fillGap: true
lineColor: yellow
```
## Summary
```tracker
searchType: frontmatter
searchTarget: weight
dateFormat: YYYY-MM-DD
folder: Journal
startDate: -6M
endDate: 0d
summary:
template: "Minimum: {{min()}}kg\nMaximum: {{max()}}kg\nMedian: {{median()}}kg\nAverage: {{average()}}kg"
```
```tracker
searchType: table
searchTarget: Journal/Gewicht[0][0], Journal/Gewicht[0][1]
dateFormat: YYYY-MM-DD
xDataset: 0
line:
title: Weight Log
yAxisLabel: Weight
yAxisUnit: kg
showPoint: false
fillGap: true
lineColor: "#b16286"
```
```tracker
searchType: frontmatter
searchTarget: weight
dateFormat: YYYY-MM-DD
folder: Journal
startDate: -3M
line:
title: Weight Log
yAxisLabel: Weight
yAxisUnit: kg
showPoint: false
fillGap: true
lineColor: "#b16286"
```