Currently Doom Emacs with org-mode [1]. I’m still very much a beginner but loving that it’s plain text but also so powerful with org-mode. I sync to beorg [2] on my phone with Nextcloud which keep all my todos in plain txt but gives nice iOS integration.<p>I have Nextcloud configured with a versioned and encrypted S3 bucket as the data store so everything’s “private”, constantly backed, up and synced.<p>[1] <a href="https://youtu.be/DxygfqLrFSU" rel="nofollow">https://youtu.be/DxygfqLrFSU</a>
[2] <a href="https://beorgapp.com" rel="nofollow">https://beorgapp.com</a>
I use notepad on windows and on Linux text editor. It is fast and simple. It's really easy to use during meetings and it's extremely fast which is important for me. When task is finished I just delete the rows I don't need anymore.<p>I use one line for one task. If I need to write subtasks or some points I use tabs under that task. For different days I use visual separators like ---- or ===.<p>Example:<p>===Today===<p>First task<p>Second task<p><pre><code> More info about task
Subtasks 1
Subtasks 2
</code></pre>
===Tommorow===<p>First task<p>Second task
I use Sublime to edit text files and auto-sync to GitHub using my in-house go app (<a href="https://github.com/tanin47/git-notes" rel="nofollow">https://github.com/tanin47/git-notes</a>).<p>The text files contain both notes and to-dos.<p>I like that this setting feels that my notes will live forever.