bits

Note taking like a hacker

In the spirit of blogging like a hacker, I am now taking notes like a hacker, thanks to a system I pieced together using Markdown and Dropbox. I have used Evernote and Google Docs for my notes in the past, but I was never satisfied.

I liked the idea of Markdown, and tried some online editors like StackEdit and Laverna. This was a nice experience, but I was lured by the tantalizing prospect of editing the Markdown files in my text editor (vim), rather than the web editor. (StackEdit can sync with Dropbox, allowing local editing of the plaintext files, but unfortunately, each file has to be synced manually, so you can’t just sync a directory.)

My note taking system had to have these features:

  • Markdown based
  • Accessible across devices
  • Edit notes in any text editor
  • MathJax enabled for writing math with LaTeX\LaTeX

I don’t really care about embedding media or features like Evernote’s clipping functionality. As a PhD student, I mostly just want to save academic things like research ideas and paper summaries.

My system is minimal, but effective. Notes are just Markdown files in my Dropbox. On my desktop, I can edit them in any text editor. With vim, I use the vim-preview plugin to render an html preview.

On a mobile device, I can of course access the plaintext through the Dropbox app. But there are also Markdown apps like Jotterpad which can connect to Dropbox.

And that’s it! Very simple, but now my notes are in a very portable format. (Speaking of which, I wrote a little script to export notes from Laverna.)

Keyboard

gh
go to home
gw
go to writing
gb
go to bits
gp
go to projects
j/k
move focus down/up in list
o
open focused item
t
toggle light/dark theme
?
show this help