Merge pull request #7 from mathisgauthey/journal-query-mood-grading

Update Journal 2024 📔.md
This commit is contained in:
Mathis Gauthey
2024-01-06 23:13:48 +01:00
committed by GitHub

View File

@@ -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
} }