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

I found a way to arrange the dates!!

Open LANZATURCA opened this issue 7 months ago • 2 comments

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

Captura de pantalla 2024-07-18 224007

  1. Add this code
{
	"path": "name of your folder/",
		 "lastDisplayedDate": "2024-07-31",
		"daysToShow": 31 	 
}
  1. 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

Captura de pantalla 2024-07-18 225211

{
	"path": "name of your folder",
		 "lastDisplayedDate": "2024-11-30",
		"daysToShow": 30 	 
}
  1. Just change the name folder

Captura de pantalla 2024-07-18 225224

LANZATURCA avatar Jul 19 '24 04:07 LANZATURCA