You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@LANZATURCA I'm sorry but it's hard to follow what bug you're talking about. I can understand Spanish, so if you can, could you please send your message again in your native tongue? I'd really wanna hear from you 🙏
@zincplusplus I understand what @LANZATURCA was trying to convey. It is a very good way to organize the habit tracker month-wise.
In a nutshell, to display a particular month only, one can set the lastDisplayedDate to the last date of the month and daysToShow to the number of days on that month. Therefore the tracker will show the data of that month only.
Also, in this way one can embed different trackers for different months.
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
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
The text was updated successfully, but these errors were encountered: