2 min read
Sync Obsidian mobile app with Working Copy git repo
I’m using the Obsidian note taking app for almost anything. Having everything stored in plain text Markdown files makes it easy to sync the Obsidian vault with any file sync provider. However, getting the Obsidian vault on the mobile phone without their syncing service is not so easy. In this guide I will explain how you can sync the Obsidian vault to your phone using git and Working Copy.
This guide assumes that you have the following setup:
- Obisidan vault commited with git
- Remote repository on GitHub, GitLab or somewhere else
- iPhone and Working Copy app with access to remote repository
Lets start
- Open the Obsidian mobile app and create a new vault with the same name as your desktop vault
- Go to settings, open the advanced options and set for Override config folder the value
.obsidian-mobile
- Open Working Copy on your phone, open the repo and click on the top right icon.
- Select Setup Folder Sync and choose the Obsidian vault folder.
- Now Working Copy will sync the repo with the Obsidian vault folder.
- Reopen the Obsidian vault on your phone and check if the app indexes the new files.
- Now you can update files with the Obsidian mobile app and commit the changes with Working Copy.
The Obsidian mobile and destkop app will store their config separately.
Categories: KnowledgeTags: obsidian , git , synchronization
Edit this page
Show statistic for this page