Live data from Hacker News

Ask HN: What are your note-taking techniques?

news.ycombinator.com

11–20 of 33 posts

Re: Ask HN: What are your note-taking techniques?

#11
My time to shine! I'm a huge note taking nerd and have tried many many solutions.

I first used my Gmail Drafts folder. This was actually really good for a time. Accessible via web or phone, the Gmail app automatically syncs the drafts to any device. However with many notes this gets messy.

I moved to some startup note-taking app after that. I can't remember the name now but it was fairly perfect. Unfortunately they closed down. This was the time I really started lookin triedg and trying many different things.

I settled on plain Markdown files stored on Dropbox. I use the excellent Draft app on Android to edit on my phone, and vim on PC. The only drawback with this, Dropbox's text renderer doesn't do fenced code blocks, so it looks funny on the webpage if I share a note with those.

I have a note-taking nerd friend and he settled on a private git repository.

I've tried Evernote but I hated it.

Re: Ask HN: What are your note-taking techniques?

#12

Online solutions like Evernote and Onenote have always just been tricky to get into. At the minute I have pieces of paper dotted around everywhere and occasionally use Google's Keep app.

I wouldn't trust Google Keep. I used Google Notepad for a while and had great organization, then they shut it down.

Never again, Google. Keep is an easy way to sync our shopping list to my partner and that's it.

Re: Ask HN: What are your note-taking techniques?

#14
post #9

Plain text files and indentation.

Ironically, one of my final projects was a personal organizer/notepad in C# that was going to be awesome... until I realized just having a tab open in Sublime Text was just as good. So now I just have a ton of text files on my laptop about random things.

Re: Ask HN: What are your note-taking techniques?

#15
I have a personal wiki powered by Org-mode[1] that includes several thousand documents containing the notes I've taken. I keep all the documents open all the time, and I use Ido[2] to access any document in under two seconds. A high-speed note-taking solution like this is necessary for me because I refer to and take notes up to hundreds of times per day. When I last evaluated note-taking solutions (2012?), no solution was both fast and feature-rich like Org-mode.

One example of a feature that Org-mode has that the other solutions I evaluated didn't was support for plain text spreadsheets[3]. This feature is very helpful to me because many of my notes include small sets of tabular data that I strongly prefer to include directly in my wiki documents rather than in a separate Excel or LibreOffice spreadsheet.

[1] http://orgmode.org/manual/

[2] https://github.com/emacs-mirror/emacs/blob/master/lisp/ido.e...

[3] http://orgmode.org/manual/The-spreadsheet.html

Re: Ask HN: What are your note-taking techniques?

#16

My time to shine! I'm a huge note taking nerd and have tried many many solutions. I first used my Gmail Drafts folder. This was actually really good for a time. Accessible via web or phone, the Gmail app automatically syncs the drafts to any device. However with many notes this gets messy. I moved to some startup note-taking app after that. I can't remember the name now but it was fairly perfect. Unfortunately they c…

Since you're a huge note-taking nerd, I assume you evaluated Org-mode. What didn't you like about it?

Re: Ask HN: What are your note-taking techniques?

#17

I went paperless in college. My method is Notepad++ with either a cloud storage solution, or a shared network drive. I take my laptop to all meetings and take what notes I need, then store those in my cloud/network storage. (In certain situations, I'll use my phone instead of my laptop) I use Excel heavily, and it's a great tool for many uses - managing and manipulating lists of servers and data quickly, better grid…

I have considered going paperless in lectures/etc., but I'm hesitant because of research that shows typing leads to less retention than writing, even in the absence of distractions [1]. This also conforms with my own experience with written notes and typed notes.

[1] Meuller, Oppenheimer, "The Pen Is Mightier Than the Keyboard: Advantages of Longhand Over Laptop Note Taking," Psychological Science, 2014 http://zetesis.org/wp1/wp-content/uploads/2014/08/MuellerOpp...

Re: Ask HN: What are your note-taking techniques?

#18
I use tiddlywiki, a single file javascript app accessed with a browser and stored in dropbox (tiddlywiki.com). Supports some version of markdown, and importantly for me, has many plugins including one for Latex. I think the search and tagging features are what make it awesome.

Re: Ask HN: What are your note-taking techniques?

#19

I have a personal wiki powered by Org-mode[1] that includes several thousand documents containing the notes I've taken. I keep all the documents open all the time, and I use Ido[2] to access any document in under two seconds. A high-speed note-taking solution like this is necessary for me because I refer to and take notes up to hundreds of times per day. When I last evaluated note-taking solutions (2012?), no solutio…

What is the directory structure you use for managing all of your org files?

I've been converting my note taking to Org-mode over the past few months and am still trying to find the ideal directory/file layout to put things in.

Re: Ask HN: What are your note-taking techniques?

#20

I have a personal wiki powered by Org-mode[1] that includes several thousand documents containing the notes I've taken. I keep all the documents open all the time, and I use Ido[2] to access any document in under two seconds. A high-speed note-taking solution like this is necessary for me because I refer to and take notes up to hundreds of times per day. When I last evaluated note-taking solutions (2012?), no solutio…

Do you have a recommendation for editing your notes on mobile devices?
Post reply on HN