I love Markdown files with editors such as Obsidian or Logseq, but found them to be suboptimal for to-do's / tasks.
I tried every todo app and ended up with a .txt file
321–330 of 831 posts
Re: I tried every todo app and ended up with a .txt file
#322Re: I tried every todo app and ended up with a .txt file
#323My journey has been like this: Wunderlist -> Microsoft acquired Wunderlist -> Any.DO -> Google Keep -> Todoist -> Trello -> ClickUp -> Obsidian -> todo.md file
(I am probably missing multiple.)
I still use Obsidian, but not as a Todo app, with absolute zero plugins. And Wunderlist remains the most tasteful todo app I have ever seen.
Now I just open up Alacritty and type in `vim todo.md`. It has today's date in H2, and tasks as checkboxes. That's it. Works better than anything else. Why . md over .txt? Because I like the syntax highlighting in vim.
Re: I tried every todo app and ended up with a .txt file
#324```.vimrc
map x :vs:e ~/Documents/notepad.txt
map X :vs:e ~/Documents/notes
map P :Files ~/Documents/notes
```
And that's pretty much it. I can pop open a long running file for temporary one offs, or pop open a directory with directories with files which all start with `01-`, `02-`,... to enforce order, with additions to a particular topic doing `01A-`, etc
And since I edit everything I work on in ViM, I have notes available in all my editors which have keyboard short cut quick jump navigation.
It keeps me very organized, can be set up anywhere with just a couple lines in the config file there, and only took me about a decade of steadily refining things down to get to
Re: I tried every todo app and ended up with a .txt file
#325This flies a bit in the face of the author's "The sync breaks. The company sells out and dies" point and the simple beauty of a text file. I find that Obsidian.md is just one step above a text file. Simple daily notes, which are automatically organized into year and month folders. (Tip: Set the date format to YYYY/YYYY-MM/YYYY-MM-DD) The Sync feature works great, but no reason you couldn't do this with just git on yo…
I love Obsidian and the sync is worth it, but I wouldn't say it's one step above a text file. It's miles away. Never-ending features and customisations. If you want simplicity, a text file really can't be beaten.
Re: I tried every todo app and ended up with a .txt file
#326Earlier quoted context omitted.
Thanks for trying. (It expects mixed-case, which I need to actually say in the messaging.) The codebase started out as something I used entirely myself, so the aspects of the workflow that relate to new user onboarding (most important for actually getting customers) are the ones that are the weakest. So this part of the codebase is where I'm working now to clean it up and it's probably also the most rough.
Why does it require mixed-case? It's for TODOs, not healthcare. If I want to use my insecure password to try out your service, please let me! It took extra code here for you to try to be secure, when it's now generally known that password requirements are security theatre at best and anti-security at worst.
Longer term, I mainly want it to just use external auth (Google, etc.) and not use passwords at all.
Re: I tried every todo app and ended up with a .txt file
#327Re: I tried every todo app and ended up with a .txt file
#328Sounds to me like you need something simple and quick. If the current system works for you I would suggest to keep using it. If you ever feel like you need something better I would recommend trying microsoft todo or google tasks. Google Tasks syncs with your google calendar so it's a bit more powerful. Apart from them both a pretty simple. If you are looking for something even simpler take a look at google keep. This…
Simple enough, there's ways to do that, but by the time you set that up to work across multiple devices of your own and someone else's, it's simpler from a UX perspective to just use an app dedicated to that task. I suppose we could use a Google doc or something but there's Keep.
I'd be interested in trying something else — I have tried other things — but keep going back to Google Keep.