vault backup: 2023-05-15 09:42:13
This commit is contained in:
@@ -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
|
||||
```
|
||||
@@ -0,0 +1,5 @@
|
||||
```tasks
|
||||
not done
|
||||
path includes Projects/Einkaufsliste
|
||||
group by heading
|
||||
```
|
||||
@@ -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"
|
||||
```
|
||||
Reference in New Issue
Block a user