I added a Weekly Notes box to Todolet
This feature wasn't in my roadmap, but lately when I've been researching other apps and seeing where the gaps in mine are, I noticed that most apps, whether they're notes, reminders or task manager, have some kind of free space for general notes, thoughts and ideas.
So, I set about trying to add that feature today and putting together some prompts for Claude Code to see how we could do it. Using 'Plan Mode', we sketched out some ideas of how it would look and where it would be placed, and how it would function.
Our initial plan called for a per-week notes box, which is always visible, and should 'save on blur' rather than save as you type, which works well with the LocalStorage function that powers the app.
After doing a bit of tweaking to get it looking right, which took me around an hour, I'm quite pleased with how it looks overall. Most of the time I try to stick to my roadmap, especially as I'm developing multiple apps at the same time, but then again, if a feature is missing and I feel like it would really benefit the user experience, I try to get it deployed as soon as I can.
If you'd like to see this new feature in action, head on over to Todolet.app to test it, and let me know what you think!