A plain-text file format for todos and check lists
11–20 of 115 posts
Re: A plain-text file format for todos and check lists
#12Re: A plain-text file format for todos and check lists
#13I am just getting more and more convinced that any personal todo list is useless. Most useless part is priorities on personal list. If something like utility invoice is to be paid - just do it. If it is something like "read Anna Karenina" it is not getting any priority ever it is just something I would like to do in my life. So stuff that really needs to be done I will deal with without any todo list I will just reme…
Re: A plain-text file format for todos and check lists
#14I like this a bunch. I've used `-` to represent at task that isn't done and `+` to represent a task that is done, optionally with a time estimate in front of them. I might switch over to this since it's just a bit more descriptive and defined.
Re: A plain-text file format for todos and check lists
#15No way to create subitems i.e. when the subitems are completed, the parent item is completed? The main thing I need out of a task manager is for it to allow me to decompose and refine tasks, and to keep track of that stuff as it gets complicated. If the data format doesn't even allow for subtasks, that seems impossible without abusing tags. edit: I now see that it's the top issue on your bugtracker.
As mentioned in that ticket, I’m still reluctant to add this to the [x]it! file specification. On the one hand it seems like an obvious and useful feature, but on the other hand it’s unfortunately pretty difficult to implement in tooling. For example, I tried to add experimental support for nested subitems in the Sublime Text plugin, but I eventually had to give up, just because the syntax highlighting engine is so limited in regards to recursion. It’s the same – or much worse – for other editors.
At the end of the day, I feel that it doesn’t help to add such a feature to the file format, if tools then cannot deal with it properly. Right now, the spec is so simple that it can be implemented in maybe a day or so. I see a great deal of value in keeping the hurdle for tool creators small. But it’s a pretty tricky balancing act in the end.
Re: A plain-text file format for todos and check lists
#16I am just getting more and more convinced that any personal todo list is useless. Most useless part is priorities on personal list. If something like utility invoice is to be paid - just do it. If it is something like "read Anna Karenina" it is not getting any priority ever it is just something I would like to do in my life. So stuff that really needs to be done I will deal with without any todo list I will just reme…
Just remember. That's exactly the thing I (for example) am not capable of. I keep forgetting everything. Every time I have some spare time, I am checking my todo first if there's something I need/want/can do.
Re: A plain-text file format for todos and check lists
#17I am just getting more and more convinced that any personal todo list is useless. Most useless part is priorities on personal list. If something like utility invoice is to be paid - just do it. If it is something like "read Anna Karenina" it is not getting any priority ever it is just something I would like to do in my life. So stuff that really needs to be done I will deal with without any todo list I will just reme…
Additionally, some todo's have different timeframes than others. I try to think of things as short term/immediate, medium term/this week, and long term/nextweek-before I die.
I'll occasionally pick things of the long term list and cut them down into an action I could do immediate or this week, for example, get Anna karenina from the library.
Re: A plain-text file format for todos and check lists
#18I am just getting more and more convinced that any personal todo list is useless. Most useless part is priorities on personal list. If something like utility invoice is to be paid - just do it. If it is something like "read Anna Karenina" it is not getting any priority ever it is just something I would like to do in my life. So stuff that really needs to be done I will deal with without any todo list I will just reme…
Digital to-do lists are where tasks go to die.
I just keep on coming back to a nice notebook, a nice pen, and my variant of the Pomodoro method.
Re: A plain-text file format for todos and check lists
#19I am just getting more and more convinced that any personal todo list is useless. Most useless part is priorities on personal list. If something like utility invoice is to be paid - just do it. If it is something like "read Anna Karenina" it is not getting any priority ever it is just something I would like to do in my life. So stuff that really needs to be done I will deal with without any todo list I will just reme…
Re: A plain-text file format for todos and check lists
#20Why use this over orgmode?