habit-tracker
habit-tracker copied to clipboard
daysToShow doesn't work properly
Don't know why but I can't set a different amount of days to show:
This is the code
```habittracker
{
"path": "Habits/", "daysToShow": "31"
}
This is how the plugin render it:
Plugin Version: 1.4.2 Obsidian Version: 1.6.5
With the debug option activated:
{
"path": "Habits/",
"lastDisplayedDate": "2024-07-07",
"daysToShow": "31",
"daysToLoad": "311",
"rootElement": {},
"habitsGoHere": {},
"debug": true
}