0.1.0
Initial release
SuperSync syncs your Obsidian vault to a private GitHub repository with no Git installation, no terminal, and no setup hassle. It works on iOS, Android, macOS, Windows, and Linux out of the box.
What's included
- GitHub device flow login - click Sign in, enter a code in your browser, done. No token copy-pasting.
- Auto-sync - on startup, after file changes, or on a timed interval (configurable)
- Safe conflict handling - if the same file changed on two devices, both versions are kept. The remote copy is saved as ".conflict-[timestamp]" so you never lose data.
- File version history - browse and restore any past version of a note directly inside Obsidian
- Automatic repo creation - if the target repo doesn't exist in your account, SuperSync creates it as private for you
- Ignore patterns - glob-based rules to exclude files/folders (for example, .DS_Store, workspace state files, etc.)
- Status panel - dedicated sidebar view showing sync state, last sync time, tracked file count, and full sync log
Assets
| File | Description |
|---|---|
| main.js | Compiled plugin bundle |
| manifest.json | Plugin metadata |
| styles.css | Plugin styles |
Full Changelog: https://github.com/Rahuletto/supersync/commits/0.1.0