Update Journal 2024 📔.md

Didn't notice beforehand as I imported my journal last year.

But this change is required for a 1-5 mood grading. Otherwise, the
color heatmap is made using min/max values, which I don't want.
This commit is contained in:
Mathis Gauthey
2024-01-06 23:13:01 +01:00
committed by GitHub
parent eff4fc875b
commit 20d559d0a5

View File

@@ -25,8 +25,8 @@ const calendarData = {
},
showCurrentDayBorder: true, // (optional) defaults to true
defaultEntryIntensity: 4, // (optional) defaults to 4
//intensityScaleStart: 1, // (optional) defaults to lowest value passed to entries.intensity
//intensityScaleEnd: 5, // (optional) defaults to highest value passed to entries.intensity
intensityScaleStart: 1, // (optional) defaults to lowest value passed to entries.intensity
intensityScaleEnd: 5, // (optional) defaults to highest value passed to entries.intensity
entries: [], // (required) populated in the DataviewJS loop below
}