Live data from Hacker News

Ask HN: Favorite note-taking software?

news.ycombinator.com

171–180 of 436 posts

Re: Ask HN: Favorite note-taking software?

#171
post #165

Earlier quoted context omitted.

There is a huge difference. It's proprietary , what I mean by that is you can't really edit it with anything else than Emacs. I used it with Spacemacs, and when an upgrade broke it, I left with no notes... Very frustrating experience, I immedieately abandoned it when it happened. Never used org-mode since then.

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...

Re: Ask HN: Favorite note-taking software?

#172

Earlier quoted context omitted.

What is wrong with org-mode? It is plain text file. I see no major differences compared to markdown.

There is a huge difference. It's proprietary , what I mean by that is you can't really edit it with anything else than Emacs. I used it with Spacemacs, and when an upgrade broke it, I left with no notes... Very frustrating experience, I immedieately abandoned it when it happened. Never used org-mode since then.

In that sense markdown is also proprietary, since you need some editor making things easy for you to manipulate and navigate the text document(that's all emacs does; even github renders org docs).

Re: Ask HN: Favorite note-taking software?

#173

Earlier quoted context omitted.

What is wrong with org-mode? It is plain text file. I see no major differences compared to markdown.

There is a huge difference. It's proprietary , what I mean by that is you can't really edit it with anything else than Emacs. I used it with Spacemacs, and when an upgrade broke it, I left with no notes... Very frustrating experience, I immedieately abandoned it when it happened. Never used org-mode since then.

what? it's plain text, you could read it with notepad.

Re: Ask HN: Favorite note-taking software?

#174
post #116

I take all my notes with Sublime Text 3. After having bought it and VS Code being more suitable for my programming needs I just use it as a snappy notes taking application. I can close it and everything I leave will be restored as is in a snap when I come back. Not sure if there's a way to sync this but if there is, that would defeat any other "note taking app" for me. Eventually I want to try using Microsoft Whitebo…

I've found myself doing this as well. I really appreciate the way Sublime Text persists unsaved files without having to give it any thought. I've kept a "scratch.txt" doc open with various notes and hints forever.

same, and also PlainTasks, which is the only tofo list working for me:

https://github.com/aziz/PlainTasks

Re: Ask HN: Favorite note-taking software?

#175

zimwiki pros: * open source * stored as a bunch of linked text files * can version control with git * wysiwyg markdown(media-wiki syntax) editor http://zim-wiki.org/

Zim is great. It has grown to be a part of my working process. My TODO lists with tickboxes are in Zim. (use [] to make a box). This way I can check what tasks are left and which are done. When the list of "done"-tasks grows, I move those to an own page to declutter and have a searchable history. When I read an interesting paper or book, I add summaries to be reviewed later. When I develop, I build "case files" of th…

I think you described my workflow exactly.

Re: Ask HN: Favorite note-taking software?

#176

I have found org mode to be really useful for free form note taking. Granted, the emacs factor may scare away some users, but I think org mode is worth it even if you are using emacs solely because of it. Org mode has configurable todos(todo, next, scheduled, deadline). You can attach tags to notes, have nested todos with percentage completion tracking, can write code snippets in any language with full syntax complet…

As a vim user, I too only use plain-text. My general writtings are organized in folders, within a single git repo. Project specific writtings are within one file within that project's repo. I always call it notes.txt, and then when I'm within a project, to open notes it's always the same operation (`:e notes.txt` or equivalent). I also have a notes.txt in my general writtings repo. It's by far the biggest file in the repo, where I keep information that can be useful in the future. In most files, especially the bigger ones, I keep to the structure of date stamping a day's entries. For that I use a vim abbreviation. That's 1 line of code and that's the only custom code that my "system" needs.

I have found it immensely advantageous to use monospace for writting and note keeping, because I can structure the writting with indentation. So my writtings are trees, I branch them similarly to how you punctuate text in English. That's very efficient for technical writting and notes, but also for ponderings and essays. It let's you drop many non-content words, because the indentation provides for sentence-glue with visual punctuation and walks you through the "thought tree". With prose it's not easy to see the structure from a glance, you only see it's biggest features. With lists, you are constrained to the point where the medium is not expressive enough for anything beyond a grocery list. With loose-form trees, you get the benefit of visual structure, text-efficiency and expressiveness. Code editors, like vim, are good for this, because they know how to wrap indented text.

Example of such notes. They're not in English, but you can see the structure. It's a week of entries on a project: https://hastebin.com/raw/gurexecubi

Re: Ask HN: Favorite note-taking software?

#177
I've been using OneNote (Windows 10 app) so far with a surface pro device. It really is great, though I'll have to research how exportable the notes are (print to PDF is... Difficult)

I for one trust Microsoft to provide me software to access my notes and cut me off, but nothing is too big to fall, so I'm thinking about switching to markdown + images scribbled with my pen.

Re: Ask HN: Favorite note-taking software?

#179

149 comments and no mention of http://www.ulyssesapp.com/ yet. Although the recent change to a subscription pricing model was off-putting at first, it is reassuring in some ways because it underlines the developer's longterm commitment. That said, I've recently been using Notion for EVERYTHING at work, and now considering if I could do likewise for my personal notes/essays. PS. It's funny how the intense competition…

I tried every note-taking and distraction-free writing tool there was - Evernote, iA Writer, ByWord etc.. never stuck with one for more than a few months.

Then I found Ulysses. I love the indexing of all the notes within folders, and the simplicity of the app.

I'm not a huge fan of the painfully slow pace of updates, especially when they're charging a subscription fee. The app is great though.

The problem with Notion is that on iOS it's a web-app, so it feels terrible to use. It white-screens while it reloads whenever you do any navigation, and doesn't support multi-tasking on iPad.

Post reply on HN