Editing a Personal Blog with Obsidian and Enabling Publishing on Mobile
This post describes the process of integrating Obsidian into a personal blog and managing changes using Working Copy, a Git Client App, in an iOS environment.
Problem
- I wanted to create a single source of truth. I wanted to store all the content I produce, including blog posts, in one place.
- I also wanted to use it on mobile. However, synchronization through iCloud had terrible usability. When I put the Obsidian Vault in iCloud, it resulted in significant delays and freezing issues.
Solution Process
- I used my personal website (an Astro project) as the Obsidian Vault. In Obsidian, I used the Space feature of the Make.md plugin to view only the necessary directories.
- To use Obsidian on mobile, I used the Working Copy App as a sync tool instead of iCloud.
References
- inspired by https://github.com/sonim1/astro-obsidian-blog-boilerplate
- obsidian plugin for filtering directories: https://www.make.md/
- use case of mobile sync using Working Copy: https://velog.io/@joshuara7235/옵시디언-사용해-보실래요