Ask HN: Favorite note-taking software?
141–150 of 436 posts
Re: Ask HN: Favorite note-taking software?
#142Org 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?
#143plain 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.
Re: Ask HN: Favorite note-taking software?
#144Re: Ask HN: Favorite note-taking software?
#145Re: Ask HN: Favorite note-taking software?
#146Re: Ask HN: Favorite note-taking software?
#147Dropbox Paper has worked quite well for me.
(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?
#148Re: Ask HN: Favorite note-taking software?
#149plain 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.