Ask HN: Favorite note-taking software?
271–280 of 436 posts
Re: Ask HN: Favorite note-taking software?
#272I've tried several different, SimpleNote, KeepNote, EverNote... and so on. I have come to a conclusion, that using the default iOS note app is enough for me. Using paper notes while @lectures and rewriting them sometimes to Notes. I'm also using another method of note taking, which I prefer more, but which is not always accessible on the go. I stumbled upon a script here and modified it a little. (changed vim to nano…
Re: Ask HN: Favorite note-taking software?
#273Re: Ask HN: Favorite note-taking software?
#274Re: Ask HN: Favorite note-taking software?
#275Re: Ask HN: Favorite note-taking software?
#276I've given up on using any sort of branded app for notetaking. At best it's open source and the maintainers will lose interest in a few years. When you write things down, you're investing in your future. It's silly to use software that isn't making that same investment. After trying Evernote, Workflowy, Notion, wikis, org-mode, and essentially everything else I could find, I gave up and tried building my own system f…
How are you using vim on iPhone? What terminal app is that?
Re: Ask HN: Favorite note-taking software?
#277Re: Ask HN: Favorite note-taking software?
#278Earlier quoted context omitted.
It's not proprietary, it's still just plain text, and can be edited with anything. Emacs adds a lot of nice features on top of it to manipulate that text, but it's still just text. See http://karl-voit.at/2017/09/23/orgmode-as-markup-only/ .
Yes, I have been fooled by the "oh it's just plain text" notion also and have regretted it. Did you try to actually open an org-mode file with anything else than Emacs? Did you try get any meaningful information out of it on a mobile phone or with an another editor? I did...
Obviously you won't be able to execute code blocks, reformat tables, follow links, fold sections etc.. but everything is just a search away..
Re: Ask HN: Favorite note-taking software?
#279I've given up on using any sort of branded app for notetaking. At best it's open source and the maintainers will lose interest in a few years. When you write things down, you're investing in your future. It's silly to use software that isn't making that same investment. After trying Evernote, Workflowy, Notion, wikis, org-mode, and essentially everything else I could find, I gave up and tried building my own system f…
Alternatively, you can use something which saves in a format that would be trivial to make a replacement for reading/writing it. One example is jrnl[1]. Each journal (collection of entries) is written in a flat text file. You can optionally encrypt it with AES. They even give you reference code on how you could decrypt it yourself[2]. If jrnl stops being a thing, I can probably re-implement all of its functionality i…
Re: Ask HN: Favorite note-taking software?
#280Workflowy is great for quick, structured, hierarchical note taking. It is basically a text only bulleted list of lists. Navigable by keyboard or mouse and syncs to whatever phone / desktop etc you have. Too expensive by half, and I don't think it is client side encrypted which is a deal breaker for anything sensitive. I really enjoy the simplicity though, great for checklists, writing papers, and all those little rar…