I Tried Every Todo App and Ended Up With a .txt File

https://www.al3rez.com/todo-txt-journey

cross-posted from: https://lemmy.ml/post/34624204

32 points · 11 comments · view on lemmy.world

11 Comments

jbrains@sh.itjust.works · 10 pts · 1y (2 replies)

The section entitled "The Secret Sauce" is the real magic of this article.

Apps aren't a problem, but they're also not a guaranteed solution. If you don't actually do what needs to be done, then it isn't working.

stabby_cicada@slrpnk.net · 4 pts · 1y

The best to-do organization solution is the one you use 😆

stabby_cicada@slrpnk.net · 1 pts · 1y
[ removed ]
smps@sopuli.xyz · 4 pts · 1y (1 reply)

I use this one. Very handy http://todotxt.org/

smps@sopuli.xyz · 0 pts · 1y

plain text calendar is even better than the txt todo-list. Here's a good introduction and a free template until 2039 https://terokarvinen.com/2021/calendar-txt/

grrgyle@slrpnk.net · 2 pts · 1y

Basically, yeah.

Although I use a notebook for most of my todos, anything more technical goes in a text file -- though I made mine like:

# todo.md
- todos for website.one [here](./website.one.md)
- todos for website.two [here](./website.two.md)

# website.one.md
- [x] support mobile views
- [ ] migrate to self-hosted

Although my "todos" double as "ideas to try out" and "projects to spike" so I like this type of organization.

Actually speaking of pointless todo apps... I have this one I've been mulling over that basically takes a markdown list as input, does logical stuff to it, then outputs in the same format. I don't know if that's useful in any way, but I feel every nerd needs to reinvent the wheel at least once.

arabine@piaille.fr · 2 pts · 1y

@stabby_cicada so true. I have a physical note book for work, and all personal notes are in markdown, nextcloud server.

wolfyvegan@slrpnk.net · 1 pts · 1y

I also do something like this. As I get older, I find that I work less and less with fancy software and more and more with .txt and (more recently) .md files.

vikingtons@lemmy.world · 1 pts · 1y

I can agree and empathise with this a lot, a text file is what I generally use on a desktop, though for smaller tasks that I knock out on the go, I use p!n on android (fdroid)

AmanitaCaesarea@slrpnk.net · 1 pts · 1y

Logseq. Basically a .txt file on steroids.

octobersun@slrpnk.net · 1 pts · 354d

He didn't try org-mode though. https://orgmode.org/

pixxelkick@lemmy.world · 1 pts · 1y

This is why I like neorg plugin on neovim

I just have a directory for todos, checklists, reference files, etc.

And I can peruse it easily with nvim-tree

And I just have a hotkey to toggle state of items (todo, done, paused, represented by empty box, checked box, clock, respectively)

But in the end it's just editting a raw text file.