No More GitHub - My Updated Backup Setup For My Obsidian Zettelkasten

I relied on iCloud sync for my Obsidian backup for many years. However, my vault has grown significantly and has reached nearly 3500 notes. This leads to problems when opening the vault on other iOs devices, because iCloud sync removes files from devices when they are not used. When the vault is reopened, it takes over 5 minutes to sync everything. Having this 5 minute waiting time every time I open up my vault on my iPad was a problem which I needed to address. ...

July 28, 2024 · Mischa van den Burg

The Power of Writing

Ah, writing. It’s one of the skills that I’ve consistently been praised for throughout my life. I’m pretty good at it, and I think that’s because I enjoy it. It led me to getting an academic degree in English Literature and Culture, simply because I was following the things I was naturally good at. However, just like any other skill, you can only become better at it through consistent practice. This morning I read a wonderful little blog post on writing regularly, and I was touched by his words: ...

May 1, 2023 · Mischa van den Burg

My Neovim Zettelkasten: How I Take Notes in Markdown Using Vim and Bash

I used to make all my notes on paper, but I decided to switch to a digital note-taking system about two years ago. Digital note-taking provides the following advantages: Searchability Collected in one place Can be converted to different output formats Easier to share with others Does not take up physical space No risk of losing your notes in case of fire or other disaster I’ve gone through several iterations of my note-taking systems. I started on Google Docs, moved on to Notion and eventually landed on Obsidian. However, as I became more proficient with UNIX systems and vim, I realized I did not need all of that distracting functionality, and I switched over to using Neovim and a few bash scripts. I occasionally open up Obsidian to look at my graph view or to make use of the Anki plugin, but I enjoy the trimmed-down version that I built myself. I don’t need to leave the command line to read my notes or to create a new one. ...

March 27, 2023 · Mischa van den Burg