I've found WorkFlowy [1] to be helpful. It's just a touch more sophisticated than a text editor (you can collapse different levels, for instance, and there's an app so you can take notes on your phone, too). But it's not so sophisticated that you get lost in the features. It gets out of the way so you can make your lists. I've been using it for years now. [1]: https://workflowy.com
The Search for the Perfect To-do List
111–120 of 128 posts
Re: The Search for the Perfect To-do List
#112Re: The Search for the Perfect To-do List
#113I have yet to meet anyone who kept and followed a todo list over the long term. Can anyone say otherwise? It just doesn't seem to be human nature to do it consistently beyond short bursts of focus, like dieting and following step-by-step procedures.
Re: The Search for the Perfect To-do List
#114I haven't found a decent ToDo list with this killer feature: dependencies. I want to mark a task as dependant on another being done. I want to add time estimates to those tasks, and see a gantt chart. I want tasks to show the sum of their dependencies estimates next to their own estimates. I want priorities to also flow through dependency chains in this manner - if a high priority task is dependant on a low priority…
This is key for any ADDers - chains of dependencies to ensure that not only raisins are picked off your ToDo List and you get to only see next steps and not all steps. For the past three years I have been working on this in an app sideproject and planned to launch the beta this winter, but I keep getting distracted :) Android alpha testers can get in touch with me.
Re: The Search for the Perfect To-do List
#115IMHO GTD-based approaches are not optimal for knowledge workers cause they don't limit work-in-progress, and this ends up being overwhelming.
I am not sure if I get you right, but what I have a problem with is that to-do list are, well, lists of deadlines. There is no representation of task being "in progress". This way, if you don't groom your list on a daily basis, you may end up having dozen of deadlines to face one day.
I think a user must be able to postpone a task without assigning a due date to it. I'm working on a todo app that will implement separate hide-until and due dates.
Re: The Search for the Perfect To-do List
#116I haven't found a decent ToDo list with this killer feature: dependencies. I want to mark a task as dependant on another being done. I want to add time estimates to those tasks, and see a gantt chart. I want tasks to show the sum of their dependencies estimates next to their own estimates. I want priorities to also flow through dependency chains in this manner - if a high priority task is dependant on a low priority…
Precisely this. Beyond that, we need opportunity tracking. Often, there is a very small window in progress can be made on a task. It could be an unique event, a recurring event, a time of day, access to a resource, etc. - Buy milk when you're near milk - Talk to John when you're near John - Tan when they sun is bright - Catch the train in the next 5 minutes otherwise you'll wait an hour for the next You can't make a…
(The app currently has all the infrastructure for such contexts, however I'm not yet sure about how to implement person proximity triggers in particular).
Re: The Search for the Perfect To-do List
#117Earlier quoted context omitted.
> Make the OS your task management system Can anyone who is more familiar with orgmode describe how it might play this role?
> > Make the OS your task management system > Can anyone who is more familiar with orgmode describe how it might play this role? Emacs, full screen ( https://www.emacswiki.org/emacs/FullScreen ), auto-starting org-mode, and do everything you can in it ( http://blog.vivekhaldar.com/post/3996068979/the-levels-of-em... ). It helps if you already use Emacs, such as writing software in it.
Re: The Search for the Perfect To-do List
#118I haven't found a decent ToDo list with this killer feature: dependencies. I want to mark a task as dependant on another being done. I want to add time estimates to those tasks, and see a gantt chart. I want tasks to show the sum of their dependencies estimates next to their own estimates. I want priorities to also flow through dependency chains in this manner - if a high priority task is dependant on a low priority…
This is key for any ADDers - chains of dependencies to ensure that not only raisins are picked off your ToDo List and you get to only see next steps and not all steps. For the past three years I have been working on this in an app sideproject and planned to launch the beta this winter, but I keep getting distracted :) Android alpha testers can get in touch with me.
Re: The Search for the Perfect To-do List
#119I recently published my current OmniFocus/GTD workflow, which has been working really well for me. http://johnny.chadda.se/the-2016-omnifocus-setup-and-workflo...
that's a nice write up and very helpful.
Re: The Search for the Perfect To-do List
#120Earlier quoted context omitted.
> > Make the OS your task management system > Can anyone who is more familiar with orgmode describe how it might play this role? Emacs, full screen ( https://www.emacswiki.org/emacs/FullScreen ), auto-starting org-mode, and do everything you can in it ( http://blog.vivekhaldar.com/post/3996068979/the-levels-of-em... ). It helps if you already use Emacs, such as writing software in it.
Yeah there's my problem. I've heard wonderful things about orgmode, to the point that people think it's worth switching. But I'm a vim user and I'm not sure if it's worth the trouble. Trying to get a variety of opinions.
A couple perks of the switch: org-mode, magit (wrapper for git), elisp is kind of fun and makes customizing emacs really approachable (subjective of course), I used to live in the commandline (bash, tmux, vim) but I've found that I navigate my system faster and better than before (buffers and registers).
There's a steep learning curve, but being willing to read documentation is helpful. It's definitely been worth it for me. And I do think that conceptually thinking of emacs as an OS or interface to your computer rather than a text editor is helpful.