| I’m looking to replace my physical notebook daily todo lists (I know there’s something unique about physically checking tasks out on a notebook, but sometimes is not so practical so I want a good digital alternative). Is there an app out there that is really up to the challenge? My flow is as follows: For each day I write the date and the tasks I really want to tackle that day. I also have a “week” box at the side with things I really want to tackle that week but don’t have a fixed day yet. When on a given day I can’t get to a task I will put a down arrow next to it to signal it should go on the next day, then on the next day I re-write it (this would be nicely automated in an app). Similar happens with “this week’s” tasks. I’ve been using Apple notes for a while when my physical notebook is not at hand, is fine for the most part but not ideal. The features that’d make an app the perfect candidate are: 1. You can with one click start writing the tasks for TODAY
2. Same as the above for the tasks of the week
3. Tasks not done are automatically carried over to the next day/week, with a label showing how many times it’s been delayed
4. Tasks can be dragged and dropped between today and this week
5. Done tasks can be hidden or showed with a label showing when they were marked as done Let me know if you know of an app that has these features, if you’d be interested in building such an app, or if you’d be interested in using such an app. |
You can use Insert > Building Blocks > Meeting Notes, or build a template manually:
1. Create a heading for each day and insert the current date using @today
2. Add a checklist under the heading https://www.howtogeek.com/733363/how-to-create-a-checklist-i...
3. Add @today for each item when you insert it into the list (eg: a first created date). If you'd like the actual delta in days, you might need to write a function using apps script: https://stackoverflow.com/questions/47545080/calculating-dif...
4. Optionally add a recurring calendar invitation (I called mine "Current Week") at the beginning of every week and Insert > Smart Chips > Calendar Event.
5. If you'd like to customize names, you can optionally create calendar events from Sheets: https://stackoverflow.com/questions/59167098/create-calendar...
6. Optionally build a table of contents which you can toggle in the side-bar
The end result looks something like this: https://imgur.com/gallery/oE866AM