- Use default colors only
- Use parameter
datasetName
to set the title name
searchType: tag
searchTarget: meditation
datasetName: Meditation
folder: diary
month:
- Click "<" to see data in previous month
- Click ">" to see data in next month
- Click "◦" to see data in current month
searchType: tag
searchTarget: exercise-pushup
datasetName: PushUp
folder: diary
month:
startWeekOn: 'Sun'
threshold: 40
color: tomato
headerMonthColor: orange
dimNotInMonth: false
todayRingColor: orange
selectedRingColor: steelblue
showSelectedValue: true
searchType: tag
searchTarget: meditation
datasetName: Meditation
folder: diary
month:
startWeekOn: 'Sun'
color: steelblue
headerMonthColor: green
selectedRingColor: orange
Use parameter circleColorByValue
, color the circles based on the values
searchType: tag
searchTarget: exercise-pushup
datasetName: PushUp
folder: diary
month:
startWeekOn:
threshold: 40
color: green
headerMonthColor: orange
dimNotInMonth: false
todayRingColor: orange
selectedRingColor: steelblue
circleColorByValue: true
showSelectedValue: true
searchType: tag
searchTarget: exercise-pushup
summary:
template: "minDate: {{minDate()}}\nminValue: {{min()}}\nmaxDate: {{maxDate()}}\nmaxValue: {{max()}}"
Specify the initial month in YYYY-MM format
searchType: tag
searchTarget: exercise-pushup
datasetName: PushUp
folder: diary
month:
startWeekOn:
threshold: 40
color: green
headerMonthColor: orange
dimNotInMonth: false
todayRingColor: orange
selectedRingColor: steelblue
circleColorByValue: true
showSelectedValue: true
initMonth: 2021-09
Specify the initial month by relative date
searchType: tag
searchTarget: exercise-pushup
datasetName: PushUp
folder: diary
month:
startWeekOn:
threshold: 40
color: green
headerMonthColor: orange
dimNotInMonth: false
todayRingColor: orange
selectedRingColor: steelblue
circleColorByValue: true
showSelectedValue: true
initMonth: -1M
- Use parameter
datasetName
to specify the name of each dataset - Use parameter
dataset
to include dataset we are going to view - Use parameter
threshold
to specify the level of achievement (affect the streaks) - Click the datasetName label in month view to change the target dataset
searchType: tag
searchTarget: exercise-pushup, meditation
datasetName: PushUp, Meditation
folder: diary
month:
dataset: 0, 1
startWeekOn: 'Sun'
threshold: 40, 0
color: green
headerMonthColor: orange
dimNotInMonth: false
todayRingColor: orange
selectedRingColor: steelblue
circleColorByValue: true
showSelectedValue: true
One target at a time
searchType: tag
searchTarget: exercise-pushup, meditation
datasetName: PushUp, Meditation
folder: diary
month:
mode: annotation
startWeekOn: 'Sun'
threshold: 40, 0
color: green
headerMonthColor: orange
dimNotInMonth: false
annotation: 💪,🧘♂️
showAnnotationOfAllTargets: false
All targets
searchType: tag
searchTarget: exercise-pushup, meditation
datasetName: PushUp, Meditation
folder: diary
month:
mode: annotation
startWeekOn: 'Sun'
threshold: 40, 0
color: green
headerMonthColor: orange
dimNotInMonth: false
annotation: 💪,🧘♂️
showAnnotationOfAllTargets: true
Please also check those search targets in markdown files under folder 'diary'.