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:
@@ -25,8 +25,8 @@ const calendarData = {
|
|||||||
},
|
},
|
||||||
showCurrentDayBorder: true, // (optional) defaults to true
|
showCurrentDayBorder: true, // (optional) defaults to true
|
||||||
defaultEntryIntensity: 4, // (optional) defaults to 4
|
defaultEntryIntensity: 4, // (optional) defaults to 4
|
||||||
//intensityScaleStart: 1, // (optional) defaults to lowest 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
|
intensityScaleEnd: 5, // (optional) defaults to highest value passed to entries.intensity
|
||||||
entries: [], // (required) populated in the DataviewJS loop below
|
entries: [], // (required) populated in the DataviewJS loop below
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user