What are your favorite organizing/note taking/todo list apps that work for you?
What are your favorite organizing/note taking/todo list apps that work for you?
What are your favorite organizing/note taking/todo list apps that work for you?
You're viewing a single thread.
Unless you already use Emacs, I can't recommend spending lots of time to get into it. It's a very complex and powerful system built around a text editor.
I use org-mode in Emacs when on a computer, paired with Orgzly on Android on my phone. Files are plain text, like Markdown. At its simplest, org-mode is nested headlines that you can easily move and rearrange.
I believe Obsidian is similar: https://obsidian.md
I was going to come here to say this. As a person who lives in Org-mode, go for it if you're interested and have a few years to dedicate to it. Check out org-roam.
Obsidian if you want to do something with your life and get 90% of the benefit of org mode and roam out of the box.
I'm a vi guy myself, but that's a fight for a different day. I'm using Amplenote, which I think is somewhat similar to obsidian, and I like it, but like all new things I try, I used it extensively for the first week, then I've stopped using it that much. I like the idea of combining notes with the tasks, but it's somewhat not as smooth to me as my brain would like.
For me, I have to write things down to remember to do them. So I've formed a habit around writing in org-mode both as reminders and for planning.
When I plan some complex code, I write out the steps in an org-mode document and move sections around, rearrange steps, etc etc.
Making the experience as smooth as possible can help, but mostly I think my workflow has been "someone asks me to do something. I immediately write it down so I don't lose it."
Yeah I’ve found that writing things down keeps me in the moment and prevents me from zoning out, but I can’t bring myself to write stuff down because it’s that starting trouble. Any tips on making it into a habit?
Several things worked for me:
If I think of more I'll add it in other comments. I really hope you can find some tricks that work for you!
I'll try those, thanks!