Earlier quoted context omitted.
What this shows to me, as someone who has committed some of the unholy crimes above, is that people want their system, however esoteric, to come naturally to them. I think reading docs, understanding a new system which someone else has designed, and fitting one's brain into _their_ organisational structure is the hard part. Harder than designing one's own system. It's the reason many don't stick with an off-the-shelf…
> What this shows to me, as someone who has committed some of the unholy crimes above, is that people want their system, however esoteric, to come naturally to them I think this is a vocal minority. Outside of internet comment sections, most everyone I know doesn’t care that much about their todo list software. The most productive people I ever worked with all had really minimal productivity software. For one person…
I tried every todo app and ended up with a .txt file
701–710 of 831 posts
Re: I tried every todo app and ended up with a .txt file
#702Reading through the comments under this thread, there are many users who swear by a plain text file, but who then build quite a lot of snowflake software to regain functionality offered by more structured TODO applications. That includes: - having your computer alert you to things that come up - being able to tag notes - being able to add events to a calendar - being able to set priority of tasks - expecting prioriti…
The best todo app ideally should be a smartphone app, which you'd have always with you. I think Microsoft Todo is a good choice for Android. It is mostly functional, free of cost and does not have any ads.
Re: I tried every todo app and ended up with a .txt file
#703Re: I tried every todo app and ended up with a .txt file
#704Re: I tried every todo app and ended up with a .txt file
#705Maybe I'm dumb but another thing I never understand is how the hell you think org-mode is the best way to do this? An org document is one of the worst things I have seen in my life in terms of readability. How do you read this and properly interact with that mess? I am really eager to understand...
Re: I tried every todo app and ended up with a .txt file
#706 ! important thing to do
~ something already started but not finished
- thing to do
- another thing to do
x something done
x already done
? needs more thought
Been using it for the past 35 years, once I start a project I create a todo.txt file and start adding items, create logo, create database, etc* Don't forget to add your todo.txt to .gitignore
Re: I tried every todo app and ended up with a .txt file
#707Re: I tried every todo app and ended up with a .txt file
#708[X] Task 1 [] Task 2
Its enough for me
Re: I tried every todo app and ended up with a .txt file
#709I'll share with the world my own txt todo list: ! important thing to do ~ something already started but not finished - thing to do - another thing to do x something done x already done ? needs more thought Been using it for the past 35 years, once I start a project I create a todo.txt file and start adding items, create logo, create database, etc * Don't forget to add your todo.txt to .gitignore
- add todo.txt to global gitignore