Live data from Hacker News

Ask HN: What do you use to take notes?

news.ycombinator.com

61–70 of 142 posts

Re: Ask HN: What do you use to take notes?

#61
post #15

I use Google Keep. It's simple and has an acceptable Android app and web interface. It also accomodates image notes. I don't think you'll find a notes application that has code highlighting, but perhaps I'm wrong...

I would use this, but this seems like exactly the kind of product that Google gets bored with and discontinues for no reason. I'm tired of getting burned by Google like this, they do it all the time.

Re: Ask HN: What do you use to take notes?

#62
post #18

Paper in big binder. I've tried for very long to find a good electronic solution. Up to and including writing my own wiki with various extensions customised to my diting style, and hunting around for every note taking app under the sun. The problem, I find, is that nothing beats the flexibility of being able to take out multiple sheets of paper and move them around, annotate them, put them back in. It creates a flexi…

I do all my thinking on paper, but I have a large blocker at the moment: indexing my notes. Have you found a good solution for this?

Re: Ask HN: What do you use to take notes?

#63
post #18

Paper in big binder. I've tried for very long to find a good electronic solution. Up to and including writing my own wiki with various extensions customised to my diting style, and hunting around for every note taking app under the sun. The problem, I find, is that nothing beats the flexibility of being able to take out multiple sheets of paper and move them around, annotate them, put them back in. It creates a flexi…

I do all my thinking on paper, but I have a large blocker at the moment: indexing my notes. Have you found a good solution for this?

I don't. I transfer long-lasting notes to a wiki or relevant documentation. I on purpose try to integrate notes into something existing, and/or archive them regularly

Re: Ask HN: What do you use to take notes?

#65
I've started using Laverna(http://Laverna.cc) recently. Its a note management app built completely in Javascript and is serverless(except for storage, which is via your own dropbox), so I can host it on github pages/ AWS S3.

It has a convenient Markdown editor with live previews, sorting notes by notebooks, and has web and mobile versions. The notes are stored in dropbox and your browser's local storage, also they have imports and exports for backup.

Also its completely opensource and I can be sure that theres no snooping on my notes.

Re: Ask HN: What do you use to take notes?

#66
Zim - A Desktop Wiki

http://www.zim-wiki.org/

Mostly because it just creates a bunch of .txt files, which are easy to handle (sync, backup, read via ssh, ...), and by placing them in subdirs you get a hierarchy. It is mostly for text, but it supports links, links between notes, links to files, pictures, code, lists, checkboxes, latex, gnuplot, ... and if you really need something you can create your own tool.

Re: Ask HN: What do you use to take notes?

#67
post #10

Google Keep matches most of your requirements and it's what I use personally. It makes it really easy to tag, organize, share and with the archive feature you can get todo list functionality.

Google's nasty habit of dropping projects that are not core keeps me from trying and using a lot of their stuff.

I thought the same way, but luckily Keep has a way to export everything to HTML.

In the worst case scenario you could export all of your notes to an easy to read format and start importing it to a new system.

Re: Ask HN: What do you use to take notes?

#68
I have an action point from a meeting I'll borrow a scrap of paper and a pen off someone else, do it as soon as I'm out of the meeting, then bin it.

Apart from that I haven't taken a note for the last 3 or 4 years. I had stacks of unsearchable notebooks with near-unintelligible scrawl in them, and rather than improving/indexing my note-taking I just gave up on it, reasoning that if I had gotten away with bad note-taking for 15 years then I could probably get away with none at all.

Turned out I was right. Without having notes as a crutch I end up concentrating harder on understanding and remembering on what people are saying. YMMV but it works well for me

Re: Ask HN: What do you use to take notes?

#69
I've ended up going from applications like Evernote to a simple Dropbox folder with markdown files for my personal notes. For me, the main draws are easy access from terminal and using my own text editor. And of course code blocks with syntax highlighting (and LaTeX with MathJax). I haven't played around with sharing, but it's easy to render an HTML page.

Re: Ask HN: What do you use to take notes?

#70

I've been a fan of the concept of Quiver ( http://happenapps.com/#quiver ) for a long time, but unable to use it daily as it is Mac only. I love the idea of having different notebooks, being able to easily merge text, code, mathematics and images into one note, and make 'cookbooks' out of them. Someone make it for Windows please.

I've been considering building my own Quiver-inspired tool, in part because I'm a bit concerned at the lack of updates, in part because there are a few itches I would like scratched, and in part because of the Mac-only situation.

I might at some point, in which case I'll look up your comment, but the main reason I'm holding off is that it's quite a bit of work in a market that strikes me as rather oversaturated...

Then again sometimes the best reason to start a project is to scratch an itch, and always thinking in terms of 'useful' is a surefire way to suck all the fun out of life. Hmm...

Post reply on HN