On Firefox it just gets stuck on "Preparing Preview" when pressing the print button...
Worked fine on mine.
Show HN: A Minimal Monthly Task Planner (printable, offline, no signup)
21–30 of 33 posts
Re: Show HN: A Minimal Monthly Task Planner (printable, offline, no signup)
#22I love the simplicity! Does this store state in the browser? Have you considered adding an export/import data option? I was actually expecting "Copy link" to have my months worth of event data encoded in the url after the # (so it would never be sent to the server, but means I could share the month with a friend). Just an idea.
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!
Re: Show HN: A Minimal Monthly Task Planner (printable, offline, no signup)
#23Wonderful. I wish there was the possibility to sync data among browsers, but that would probably defy the whole purpose of this. Is there a repository?
Right now everything works fully offline, and that's part of the appeal.
If I do add a backend, it would only be for optional things like syncing or sharing — and it would stay opt-in so the core experience remains local-only.
Still exploring the balance there, but thanks for the idea!
Re: Show HN: A Minimal Monthly Task Planner (printable, offline, no signup)
#24Other than that I like the idea. More and more I look for apps that do one simple thing and do it well.
Re: Show HN: A Minimal Monthly Task Planner (printable, offline, no signup)
#25For those who want to plan for the entire year https://neatnik.net/calendar/
Previously posted comment: I’m not sure if this is due to any content blocker on my phone (though I tried disabling Safari’s content blockers too) or if it’s not mobile optimized, but I can’t seem to get rid of the “Hello! If you print this page…” popup. I tapped elsewhere, tapped on the top right of the popup (even though there isn’t any close button), nothing helped.
Am I supposed to be doing something else to see and print it?
Re: Show HN: A Minimal Monthly Task Planner (printable, offline, no signup)
#26Next/Previous month buttons appear in the print output. It's like seeing a hyperlink in a book :) Maybe those could be hidden. Other than that I like the idea. More and more I look for apps that do one simple thing and do it well.
Depending on how this thing is structured all these things could be easily fixed using a print stylesheet (https://inviqa.com/blog/print-stylesheet-definitive-guide)
Re: Show HN: A Minimal Monthly Task Planner (printable, offline, no signup)
#27For those who want to plan for the entire year https://neatnik.net/calendar/
This is exactly what I was looking for yesterday - a simple printable calendar that can fill an A4 or A3 page. However, I was more interested in a monthly version, rather than yearly. I tried vibe coding a simple Python script to generate a version that could suit me with Gemini CLI, but the results were comically bad (granted, I gave up pretty early on). I am sure there are plenty of similar solutions online, but I…
Re: Show HN: A Minimal Monthly Task Planner (printable, offline, no signup)
#28For those who want to plan for the entire year https://neatnik.net/calendar/
This is exactly what I was looking for yesterday - a simple printable calendar that can fill an A4 or A3 page. However, I was more interested in a monthly version, rather than yearly. I tried vibe coding a simple Python script to generate a version that could suit me with Gemini CLI, but the results were comically bad (granted, I gave up pretty early on). I am sure there are plenty of similar solutions online, but I…
Re: Show HN: A Minimal Monthly Task Planner (printable, offline, no signup)
#29I love the simplicity! Does this store state in the browser? Have you considered adding an export/import data option? I was actually expecting "Copy link" to have my months worth of event data encoded in the url after the # (so it would never be sent to the server, but means I could share the month with a friend). Just an idea.
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!
Just thinking out loud here ;)
Re: Show HN: A Minimal Monthly Task Planner (printable, offline, no signup)
#30Does it not print the notes? I tried to print a month and it is not showing any notes in the preview.