habit-tracker
habit-tracker copied to clipboard
I found a way to arrange the dates!!
Sorry for the bad translation, this is my first contribution about this
As you can see, July has 31 days, you just have to look at the calendar and check how many days the month brings
- Add this code
{
"path": "name of your folder/",
"lastDisplayedDate": "2024-07-31",
"daysToShow": 31
}
- Change the word "Name of your folder" to the directory where you have empty habit notes
I'll show you an example of how I'll do everything step by step with the month of November, If you notice, November of this year has 30 days, we only have to modify certain parameters in the code
{
"path": "name of your folder",
"lastDisplayedDate": "2024-11-30",
"daysToShow": 30
}
- Just change the name folder