Generates a directory structure for a calendar year with markdown files for month. Days grouped by weeks.
I find handling a calendar is simply easier with a plain markdown file and a good editor. Great overview, easy to edit and the data is easily accessible to other software.
I use Markor for android to access this calendar structure, but other editors are Obsedian, etc.
The -
being generated under each day is for the user to easily start adding in a bullet point list.
Generates a structure like this:
# January 2025
## w.01 January
### 01 Jan, Wednesday
-
### 02 Jan, Thursday
-
### 03 Jan, Friday
-
### 04 Jan, Saturday
-
### 05 Jan, Sunday
-
## w.02 January
### 06 Jan, Monday
-
...