Create a second brain with Obsidian
No need to remember everything, just write it down in Obsidian.
What is Obsidian?
Obsidian is a note-taking app but enhanced with a second brain concept. Notes are written in markdown, can be connected using backlinks and be visualized as a graph to see relationships between notes.
All notes store in a “vault” which is a folder and we can create multiple vaults.
One of its strengths is customizability. Fonts, colors, layouts, themes, templates, and plugins can be changed as much as we want.
Below is the website of Obsidian.

We can install by installer or package manager. I rather use homebrew to install it. And this is a very default look of obsidian when we open it up for the first time.
Alternatives to Obsidian
Here are some apps that are alternatives to Obsidian.
- Logseq
Another second brainer app. I tried it for several days and decided not to go with. - Bear
This app is freemium. At the time I tried, it required a subscription to sync across devices. - Roam Research
- Notion
I have an issue with Notion’s privacy policy so I rather not to use it. - Craft
- Drafts
My opinions about Obsidian
I like this
- Backlinks
Backlinks are the most powerful feature in Obsidian. It helps you to connect notes together. - Customizable
Almost everything can be customized. Fonts, Color, Layout, Templates, etc can be changed and moved around, sometimes plugins can help. - Open source
Obsidian is free to use. And we can buy a license to support the developers, or enable some extra functionalities. - Markdown based
I’m familiar with Markdown, so it’s easy to write notes. - Apps and syncing
There are Obsidian apps for Mac and iOS and I have used it so far and feel comfortable. Windows, Android, and other platforms are also available. - File preview
Obsidian can preview files such as PDFs, and images.
I feel so-so about this
- Graph view
Graph view allows you to see the connections between notes. It’s so good when we need to see overview of notes but I barely use it because my notes are mostly sparse and don’t get much connected to each other.
I don’t like this
- Tab management
When I open a note, it always open in the current tab. In order to open a note in new tab, we need to press ctrl and click or right-click to open in new tab and that’s a bit annoying for me.
However, I installed a plugin to solve this, even thought it has some issues with specific file types.
My setup
This is my obsidian after spending time to customize it.
Vault
- iCloud Drive
Obsidian offers Obsidian Sync with subscription fee.
Anyway, I prefer syncing on iCloud Drive just by creating a vault in the iCloud Drive folder. This also works with OneDrive, Google Drive, and syncing this way is free1.
Core plugins
- Backlinks
- Daily Notes
Create subfolders based on year/month2 by applying “Date format” as
YYYY/MM/YYYY-MM-DD ddd
.Apply templates for daily notes (look at my setup below.)
Slash Commands
Not have to tap nor click, we can just start with slash (/
) to run command such as moving this file to another folder.
- Templates
Creating templates and generate it up when we call a configured menu. For example, template for daily notes3. There are several pages about Obsidian templates, including in the forum4. - Obsidian Clipper
I love this plugin. It scraps website pages into markdown files in my vault so I can read it later.
Community plugins
Community plugins can be found in Settings windows.
- Calendar
It’s a simple calendar that create/open a new daily note when clicking on a date. - Dataloom
Dataloom manages a table and allows filtering, columns pinning, and many more. - File Explorer Note Count
This plugin displays the number of notes in each folders. - Iconic
This allows users to add icons to each notes and folders. - Kanban
We can create a Trello-board-like note with this. - Open in New Tab
This plugin will open a selected note in a new tab or the existing tab if the note has been opened. However, this wouldn’t work with some note types such as daily notes. - Style Settings
This plugin can override Obsidian theme or appearance and allow us to customize.
Styling
- Theme: Things
I like this theme. It looks and provide several checkbox styles for a variety of my needs. Templates
I have only 1 template at this moment, Daily Note.1 2 3 4 5 6 7 8
## Tasks - [ ] ## Notes -
Folder colors
I decorated folder background colors by adding code snippets5.
To install it, we download the CSS file and place into the foldervault/.obsidian/snippets/
. We can open the folder by clicking the folder icon at the menu Appearance > CSS Snippets. After the CSS files are placed, click the refresh button and enable the snippets we need.