Skip to content

Instantly share code, notes, and snippets.

@leandromuto
Created January 6, 2023 11:42
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leandromuto/dc2f6b14feb0bdf390f206a3e8cefc23 to your computer and use it in GitHub Desktop.
Save leandromuto/dc2f6b14feb0bdf390f206a3e8cefc23 to your computer and use it in GitHub Desktop.
Tracker plugin: https://github.com/pyrochlore/obsidian-tracker
## Gym, Study and BuJo
``` tracker
searchType: frontmatter
searchTarget: gym, study, bujo
folder: Daily
datasetName: Gym, Study, Bujo
startDate: 2023-01-01
month:
mode: annotation
startWeekOn: 'Mon'
annotation: 💪, 📗, 🖊
dimNotInMonth: false
headerYearColor: white
dividingLineColor: none
showAnnotationOfAllTargets: true
```
## Energy & Mood
``` tracker
searchType: frontmatter
searchTarget: energy, mood
folder: Daily
datasetName: Energy, Mood
startDate: 2023-01-01
line:
lineColor: white, yellow
showLegend: true
yMin: 0
yMax: 10
pointColor: white, yellow
yAxisUnit: Low > High
reverseYAxis: false
showLine: true
pointSize: 4
fillGap: false
```
## Productivity
``` tracker
searchType: frontmatter
searchTarget: productivity
folder: Daily
datasetName: Productivity
startDate: 2023-01-01
line:
lineColor: white
pointColor: white
showLegend: true
yMin: 0
yMax: 10
yAxisUnit: Low > High
showLine: true
pointSize: 4
fillGap: false
reverseYAxis: false
showLegend: false
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment