vault backup: 2022-12-11 01:15:17

This commit is contained in:
Bram Adams
2022-12-11 01:15:17 -06:00
parent 934c51f510
commit 41c0b6be1a
46 changed files with 31662 additions and 141 deletions

View File

@@ -1,6 +1,6 @@
Dataview collections
%% Begin Waypoint %%
- [[Trackers]]
%% End Waypoint %%

28
Computed/Trackers.md Normal file
View File

@@ -0,0 +1,28 @@
# Line Graph
``` tracker
searchType: frontmatter
searchTarget: temperature
folder: Daily
fixedScale: 1.0
fitPanelWidth: true
startDate: 2022-01-01
line:
title: Temperature Outside
yAxisLabel: Temp
yAxisUnit: f
lineColor: yellow
```
# Bar Graph
```tracker
searchType: frontmatter
searchTarget: read
fixedScale: 1.0
fitPanelWidth: true
folder: Daily
datasetName: Read >20 mins
month:
```