Calendar and tasks for daily notes

Hi, I liked this idea but wanted a little more customization. In the other similar posts I only saw the generated markdown. So I put together a bash script to generate a calendar view that uses the date format that I specifically use for daily notes (it is customizable). You can also customize the format of the “empty days” in the calendar grid and the table headers among other things.

The bash script can be found here:

and produces something like this:

I tested it on ubuntu but should work on any linux with bash and gnu date command.

NOTE!! It uses the GNU date command - so it doesnt work out of the box on Mac - but if there is interest i can make a mac version also (or you can install gnu date on mac)

I also plan to make dedicated week / month views that embed the daily notes etc. Let me know if there is interest in that and I will share once it is ready.

15 Likes