Maximizing Productivity with Obsidian: My Second Brain for Organizing Work Notes

Maximizing Productivity with Obsidian: My Second Brain for Organizing Work Notes

🧠 Introduction to Second Brains & Brain Dumping

As I’m working with data all the time, I’m aware of the importance of keeping it in a safe and structured place, where it can be easily accessed when needed, which could be days, weeks or even years in the future. Thus, organizing my information, tasks, and notes is a key activity in my work (and personal) life. Without a clear system, I would feel lost in chaos, and my productivity would plunge (also considering that my memory sucks).

Today, I want to introduce you to two buzzwords related to the note taking: Brain Dumping and Second Brain. Brain Dumping is a technique that involves storing as quick as possible any useful data in a safe place, so it can be easily accessed and cleaned later and the brain can avoid worrying about them. For example, if you have a code snippet that helped you solve a problem, you can copy and paste it into a note in your ā€œ_TO_ORGANIZEā€ folder. When I’m free, usually at the end of the day, I cleanse the note, add some context to the code, and put them in the right section of my documentation tool. Some old-schoolers use post-it notes and agendas, I use Second Brains.

A Second Brain is a methodology for saving and systematically reminding us of the ideas, inspirations, insights, and connections we’ve gained through our experience. It expands our memory and our intellect using the modern tools of technology and networks. — Tiago Forte

This concept has given rise to tools like which are strucuted to help take note-taking to the next level. These tools, structured like wikis, extend the concept of Brain Dumping by making taking notes, connecting and structuring them a bliss, or in my special case, even a ā€œfunā€ activity. The biggest players are Roam Research, Notion, and Obsidian, all with different characteristics but sharing the same core.

Personally, I love using Notion for my personal Second Brain because of its user-friendly UX. You may already know my deep love for Notion , which I use on my daily life and I contribute to the Python library. For starters, I recommend it thanks to its user-friendly UX, and it’s the go-to choice for my personal Second Brain. Sometimes I give access to part of my Notion wiki to other people and they immediately catch up with its structure.

However, for work, I’ve found that Obsidian is the way to go.

notes

šŸ’¼ Obsidian at work

Unfortunately, Notion stores data on their servers without a self-hosted option and it doesn’t work offline, so putting sensitive data in there is out of question. Obsidian, differently, works completely offline (so unless you pay for a Premium service or use a shared directory you can’t access its notes from other devices). Its notes are ā€œjustā€ Markdown files (a special textual format with a specific syntax for basic customization) stored in the PC, just like .txt documents… And the program reads them like Notepad, super minimal and lightweight.

However, Obsidian notes have a singular characteristic that makes them particularly suitable in my current environment…

They are like neurons

To put it plainly, Obsidian is literally a second brain. Notes don’t have to be structured in a folder and can be interconnected with hyperlinks, which creates an out-of-world experience for exploring and finding new relationships. And all it takes is mentioning the other file between brackets! A picture is worth a thousand words, and here is a typical Obsidian graph view that allows you to visually explore how notes are linked to each other.

graph view

graph view 2

ā˜ Why I have chosen Obsidian

My job is a constant juggling act of multiple large projects, meetings, tickets, and reports from various data sources. It’s a labyrinth of information that’s impossible to navigate without getting lost. But then, Obsidian comes to the rescue.

With its ability to link notes together, I can map out the entire flow of information and stay on top of everything. Here’s how I do it:

Using Obsidian’s graph view, I can quickly access all the information connected to a single object. During meetings or whenever I gain new intel, I quickly jot it down using the ā€œBrain Dumpingā€ strategy and store it in Obsidian. Later, I organize the notes, link them together, and expand the wiki.

šŸ“ A brief overview of the structure

My Obsidian vault is a treasure trove of information that I’ve decided to structure in a way that is easy for my colleagues to access. It’s a semi-structured schema with high flexiblity as it’s not required by Obsidian (it doesn’t even have a sort option) that helps to organize the wealth of information that I need to manage every day. With main folders and subfolders, I can easily navigate my way around and find what I need quickly.

Here’s a snapshot of my Obsidian vault structure:

With this structure, I can easily find and access the information that I need. It’s a system that is not only efficient but also visually appealing. I could remove all the folders if I wanted to, but the structure helps to give a familiar feel to other users.

šŸ”Ø Plugins I use

There is a plethora of options available in the marketplace to enhance the Obsidian experience. While I prefer to keep things streamlined, here are a few plugins that I can wholeheartedly recommend:

ā›” Obsidian limitations

At present, there are some limitations with Obsidian that are impacting my experience. Let’s take a closer look:

Moreover, I would strongly advise against using Obsidian if you are not fond of its neural structure, especially if your notes are not often interconnected. This is due to the fact that the learning curve can be steep, requiring the mastery of several shortcuts and a certain discipline in maintaining notes. If you neglect to organize your vault, it can quickly become overwhelming. It’s worth noting that if you’re not utilizing connections, you’re only tapping into half of Obsidian’s capabilities.

🄳 First Results

It’s been four months since I started using Obsidian, and it has already been a game-changer for me on multiple occasions. Initially, I was skeptical due to my love for Notion, but the adoption process was seamless, and my productivity has definitively increased. The most incredible thing about Obsidian is how I can instantly look back at past meetings connected to a particular topic and explore further, find connections, and expand my knowledge by examining other notes and reconstructing the entire scenario.

An excellent example that I presented in my proposal was a story about a user who raised a question during a brief meeting about an advanced Power BI feature. During the meeting, I took some notes on the issue, then created another note with a guide, and then another note about the following meeting where I introduced the guide. A few days later, I completely forgot where the guide was located, but I remembered the user’s happy reaction in the second-grade related note and traced my way back to the valuable document. I use this technique multiple times a day when searching for notes, and it saves me a lot of time piece by piece. Also, I don’t have to worry about restructuring notes when a project evolves; I can just link them together and embed updates of the project in a primary super note.

graph view

The most significant advantage, as mentioned in the introduction, is the ease of the ā€œbrain dumpingā€ process. Whenever I come across new information, I can open Obsidian in one second, create a note with a shortcut, and jot down a few lines to be cleaned up later. My brain is now free to keep listening and learning without worrying about forgetting anything valuable. Yes, it’s a huge boost to my personal sanity and productivity.

Currently, I also have a few scripts that automate the process of cleaning links and organizing notes in my vault, as they are just a bunch of .md textual files in the end.

If you’re interested in this innovative way of organizing notes, then I recommend giving Obsidian a try. There are tools available for importing notes from Evernote, OneNote and Notion, so the transition is seamless. It takes a while to get used to Obsidian; personally, it took me a week to become familiar with the process, but then the fun began.