Live data from Hacker News

I tried every todo app and ended up with a .txt file

al3rez.com

621–630 of 831 posts

Re: I tried every todo app and ended up with a .txt file

#621
My requirements were: - ability to sync the TODO lists between devices (web and android). - ability to have sub-items, so that I can organise my complex lists into magnificent trees of tasks. I sometimes have 5 levels of details on some travel checklists. - ability to handle periodic tasks, and ability to create a task and hide it until a specific date (topics for my future self) - ability to be self-hosted.

I'm now using Vikunja, and Tasks.org for the Android side. That setup has worked for me wonderfully for a couple years now. Vikunja has a ton of features I don't use, and that's fine. They don't get in the way.

Re: I tried every todo app and ended up with a .txt file

#622
I was also used evernote, then onenote, then notion and obsidian to track my TODO items and personal knowledge base, finally settled using pure local markdown file and edit it using emacs, for syncing i just init a git repo and sync to private github repo, so far so good.

Re: I tried every todo app and ended up with a .txt file

#623
post #353

Read this and you clearly want something like Obsidian. Get obsidian and then set up - Syncthing for free open source syncing that doesn't go to any cloud, just replicates across your own devices - You can just do a single markdown file instead of a single txt file if you really want to smoosh everything into one file (gross but you do you). markdown is portable and many software can render it easily, if they can't m…

I use Obsidian on my phone, and I use syncthing to sync it, and then I just edit it with vscode on my computer.

I have Obsidian set up to create a new week file every week, and then I add things to do there, I also move things from previous weeks if I still feel they are relevant.

Works like a charm.

Re: I tried every todo app and ended up with a .txt file

#625

I use Todoist in a very light weight fashion. I add tasks and they sit on my screen until they're done, basically identical to a text file. I've never used the points, projects, labels, etc. It does one thing a text file struggles at: scheduling recurring tasks and adding notes to a recurring task. I have annual reminders for infrequent, but important stuff. For example, I have a recurring annual task to review my in…

I'm a heavy Todoist user and I think it's great. I used to use org-mode, but all the Android apps I used for it were clunky and had issues with syncing when my file was concurrently edited somewhere else.

Todoist's API is pretty good too, so I've ended up building my own little webapp that fills some of the gaps in Todoist's functionality (e.g. finding a list of the projects that don't have a next action defined).

Re: I tried every todo app and ended up with a .txt file

#626
People say "this is the one best system for every human", but if you want to learn how to design a system that's right for you (regardless of which app), read Francis Wade's Perfect Time Based Productivity[1]. (I have no affiliation, it's just one of the best productivity books I ever read)

[1] https://productivitycast.net/2020/07/07/080-perfect-time-bas...

Re: I tried every todo app and ended up with a .txt file

#627
There was a period in my life when, just like OP, I tried many TODO apps. With each new app that I tried, I was filled with immense expectation that this finally is the app that will help me get my life in order. Needless to say, the early high was soon filled with inevitable dread, as the items and lists in the app kept on growing and I struggled to keep up with the brutal requirements of life as it is.

There were certain apps which would give the user a lot of options to customize the lists and the items in them. Customize in ways that would make the TODO item the most unique TODO item in its requirement and its quality. Such apps made me think a lot. Or should I say, overthink a lot. I would spend a lot of time trying to find the ultimate, most specific, custom setting for a TODO item that would make it unique and give it a life of its own. Looking back now, I am not sure how useful it all was. Ultimately, I ended up doing some items and not doing others. I cannot quantify what additional productivity they brought to me.

Now I dont use any TODO app at all. I just try to remember things, and I don't feel any different from the time when I was using those apps. Makes me wonder! Was I trying to invent a problem so that I could use these apps as a solution.

Perhaps that's why so many people come back to the old plain paper or a simple text file approach. Perhaps we all realize that it was perhaps not a problem after all and we would still have achieved most of what we set out to do. And even if we didn't, in the end, it doesn't matter all that much because life still goes on regardless.

Re: I tried every todo app and ended up with a .txt file

#628

Earlier quoted context omitted.

I strongly agree. I think it's a form of procrastinating. I read about all these complex systems for notes and second brains and whatnot. All procrastinating imho.

Same. I dabbled in the second brain fad for a while, until I realized I already have a first brain. It was helpful to create new mental models, but I now much prefer using my actual brain to organize my thoughts.

> Same. I dabbled in the second brain fad for a while, until I realized I already have a first brain.

The way you chose to describe keeping engineering notes as "second brain fad" is telling. It says you mindlessly tried to follow an organization scheme even though you felt no need to adopt an organization scheme.

In other words, you somehow hopped onto a solution searching for a problem you didn't had.

That's perfectly fine. Fads are defined by those who, like you, onboard onto something for all the wrong reasons and without spending any time thinking about what they are doing and why they are doing it.

Of course, those who end up searching for problems that fit a specific solution end up not finding it. That's the fad part.

In the meantime, engineering logs are indeed time tested and a tried-and-true technique. Those who use it to solve problems they have will naturally see their problems solved by them. That's why you see blog posts like this, and people commenting on how they scratched their itch.

Re: I tried every todo app and ended up with a .txt file

#630

Earlier quoted context omitted.

The whole point of org-mode is that it's so malleable, that you can extend it to be whatever you want it to be, much easier than writing your own, ad-hoc, bug-ridden reimplementation of org-mode.

Org-mode is the most appropriate answer. It is as simple or as sophisticated as we want it to be. Obviously one needs to be an Emacs user first

> Obviously one needs to be an Emacs user first

The only reason why I still use Emacs daily is org-mode.

Post reply on HN