martinlegend285 downloadsLightweight Google Drive sync with path-based index, conflict detection, and Smart/Push/Pull modes.
Lightweight Google Drive sync plugin for Obsidian.
obsidian://neogdsync?mode=smart|push|pull for automationThis plugin uses a standard OAuth2 refresh token with read/write access to Google Drive.
You can obtain one via:
https://www.googleapis.com/auth/driveThe token is stored locally in your vault's plugin data and never leaves your device except to authenticate with Google.
| Command | Description |
|---|---|
| Smart Sync | Detect and sync only changed files, with conflict detection |
| Force Push | Upload all local changes to Drive |
| Force Pull | Download all Drive changes to local |
| Rebuild Drive Index | Re-crawl Drive vault folder to rebuild index |
| Show Conflicts | View detected conflicts |
Trigger sync from outside Obsidian (Shortcuts, scripts, etc.):
obsidian://neogdsync?mode=smart
obsidian://neogdsync?mode=push
obsidian://neogdsync?mode=pull
MIT