Back

Investing in a Good Note-Taking Application

Perhaps the best investment that you could make in your own learning, knowledge retention, and organization is a good note-taking application. Over the years, I’ve dumped all of my accumulated knowledge about computer science, security, and technology into various note-taking apps, ensuring that I can easily recall information from the thousands of different sources that I’ve found useful.

This post will be a general braindump of the factors behind choosing a note-taking app, a shameless plug for my favorite one, Quiver, and an explanation of how I use a note-taking app effectively.

Over the years I’ve used many different note-taking and productivity apps, ranging from Wunderlist and Things to Evernote. As my needs have matured and my knowledge has grown, I’ve spent a lot of time thinking about this problem. A note-taking app is essentially an an extension of your brain’s storage and cataloguing capabilities, much like your phone or computer itself. Thus, it is a serious investment that merits a lot of consideration.

I’ve tried many over the years, and finally settled on one — Quiver. Here are some of the considerations that were most important to me:

Formatting/Organization

I used Evernote for quite a while, before finally being forced to leave it. It’s by far the most well-known and popular option, but it lacks a lot of features that I found necessary. Most importantly, it doesn’t have support for Markdown, code, or LaTeX, which is essential for a CS person.

Quiver has a mode that allows you to write Markdown and render a live side-by-side preview. I use Quiver exclusively in Markdown mode, although there is a rich-text mode. The Markdown mode even supports inline LaTeX within $s! Being able to quickly intersperse code, math, and text using well-known key sequences is invaluable for me.

To give you an idea of my needs, some of the types of things I record in Quiver are: shortcuts for the many tools and applications I use, live lecture notes, notes and links to resources when learning a new topic, research logs, scratchwork for coding projects and CTFs, to-dos, personal journal entries, etc.

Shortcuts

Whatever note-taking app you choose, you need quick shortcuts to create, search, and categorize notes seamlessly, while doing any task like browsing the web or coding. Evernote and Quiver both provide this as customizable global hotkeys.

Whenever I gather a new bit of information or see a link to some resources I want to save, I will quickly pop open an existing or new note from wherever I am and record it. I’ll also assign it to the relevant category and add some tags to be able to search for it more easily.

Cross-platform and cross-device support

Unfortunately, Quiver only works on MacOS, which isn’t much of a limitation for me, but may be for others. There’s a read-only iOS app, but I rarely use it.

There’s an open-source alternative, Boostnote, that is marketed as available across all platforms, including iOS. When I was switching away from Evernote, I also tried Boostnote, but it was not very full-featured at the time, so I decided against it. Perhaps it’s matured a lot more since then, so it might be worth a shot now.

However, I do use multiple laptops, so syncing is a big deal for me. Quiver stores all its notes in a local folder, which you can just add to a Google Drive or Dropbox folder to sync across devices. I actually prefer this to Evernote’s own cloud-sync service that you need to pay a subscription fee for.

Investing in the future

However, what does give me pause about Quiver is that there is only one maintainer, who doesn’t seem to be very active with addressing issues and developing new features. As I’ve said before, note-taking is an investment — you are investing in the application and its maintainer for potentially decades. There’s always a risk of your app no longer being supported, which may hurt you down the line.

The pros of Quiver outweighed the very real fear that I have of the developer abandoning the project, but it may be too big a risk for some of you.

Another thing to consider is vendor lock-in. How easily can you get your notes out, if you have to abandon ship? Quiver stores its notes in a JSON format that is easily converted or exported. And, I was able to import from Evernote’s proprietary notebook format, which reduced the inertia to switch.


Regardless of what you decide upon, take into account the above few factors and make a calculated choice.