Live data from Hacker News

Ask HN: Favorite note-taking software?

news.ycombinator.com

141–150 of 436 posts

Re: Ask HN: Favorite note-taking software?

#142
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 completion, log time for different tasks, and this is just all I can think on the top of my head.

And to top it all, it is just plain text. You can store org documents in dropbox and access them just like your other dropbox documents.

Re: Ask HN: Favorite note-taking software?

#143
post #21

plain text files and your favorite editor, whatever that is. things that should be encrypted are either gpg encrytped or put in my password manager. Bonus if you format your plain text with markdown or asciidoc or whatever your fav. plain text markup language is. Don't make it more complicated than it needs to be. Put it in a VCS for super double bonus points :) me personally: Vim, asciidoc and in a fossil repo.

> plain text files and your favorite editor I tried this solution as well, but I missed one core feature of Evernote, that you can search by tags or keywords, and it instantly list all related notes.

... grep?

Re: Ask HN: Favorite note-taking software?

#147
post #59

Dropbox Paper has worked quite well for me.

I have been using Dropbox Paper for about two years now. I highly recommend it for cloud note taking app, because:

(1) Can easily collaborate and share (2) Markdown syntax with LaTeX support (3) Embed images, youtube, PDF and lots of other stuff straight into the note. (4) Visually clean and elegant

The downsides are:

(a) No offline editing (only limited support on mobile) (b) Dependent on Dropbox Inc

Re: Ask HN: Favorite note-taking software?

#149
post #21

plain text files and your favorite editor, whatever that is. things that should be encrypted are either gpg encrytped or put in my password manager. Bonus if you format your plain text with markdown or asciidoc or whatever your fav. plain text markup language is. Don't make it more complicated than it needs to be. Put it in a VCS for super double bonus points :) me personally: Vim, asciidoc and in a fossil repo.

It works, but it doesn't sync to mobile devices
Post reply on HN