Skip to content

Initial Release 1.0.0

Choose a tag to compare

@swekizer swekizer released this 25 Mar 20:25
· 49 commits to main since this release

Initial Release: v1.0.0 πŸŽ‰

This is the first public release of the GitHub Sync plugin for Obsidian!

Features:

  • Seamlessly sync your Obsidian vault with a private GitHub repository on both Desktop and Mobile (iOS/Android).
  • Bypasses mobile CORS restrictions and the need for a native Git binary by utilizing isomorphic-git and Obsidian's inner APIs.
  • One-click sync sequence: Stages, Commits, Fetches, Merges, and Pushes automatically.

(Note: If a merge conflict occurs, the automated sync will currently halt and throw an error toast to prevent accidental data overwrites. Manual conflict resolution outside the plugin is required if you edit the exact same file on two different devices without syncing in between).