habit-tracker icon indicating copy to clipboard operation
habit-tracker copied to clipboard

daysToShow doesn't work properly

Open dlion opened this issue 7 months ago • 3 comments

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:

image

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
}

dlion avatar Jul 07 '24 15:07 dlion