Live data from Hacker News

Show HN: A Minimal Monthly Task Planner (printable, offline, no signup)

printcalendar.top

31–33 of 33 posts

Re: Show HN: A Minimal Monthly Task Planner (printable, offline, no signup)

#31
post #3
post #2

I really like your Minimal Monthly Task Planner, is it also responsive? Great idea, simple, I like the side notes; if possible, I'd add a list above or below. Thanks, I'll use it and print it at home.

Thanks! Glad you liked it. Yep, it’s responsive — though the layout gets a bit tight on very small screens, so I’ll tweak that later. About the “list above or below” part — what kind of list were you thinking of? Like a separate to-do list outside the calendar, or just more space for notes? Curious to hear what you meant!

Thanks for the reply, I thought so because I use it in paper form. A to-do list for the selected month, along with notes, is helpful.

Re: Show HN: A Minimal Monthly Task Planner (printable, offline, no signup)

#32
post #22

Earlier quoted context omitted.

Thanks! Yes, everything is stored locally in the browser — no backend at all. And that’s a great idea. I’ve been thinking about adding an export/import option, and encoding the data into the URL hash actually fits the “offline + privacy-first” vibe really well. I’ll explore it — would be super useful for sharing or backup without requiring any server. Thanks for the suggestion!

A small suggestion that immediately came to my mind, why not try making it a JSON serialized data and base64 encode it just like JWT. So that it can be shared and loaded effectively. Just thinking out loud here ;)

This is what I would do too but one problem I think there is a max HTTP URL length
Post reply on HN