Releases: yanqingwang/vault-github-with-force
Releases · yanqingwang/vault-github-with-force
Release list
Vault Force Sync 1.5.0
Initial public release.
Features
- One-command vault sync to a GitHub remote via the system git (ribbon button + command palette)
- Incremental sync: only the delta since the last sync is uploaded
- Three push modes: Incremental / Auto (force-with-lease only when safe) / Always force
--force-with-leaseis always used instead of--forceto avoid blind overwrites- Large-file guard: files over the configured limit (default 100 MB) are skipped so the rest of the sync continues
- Dotfiles (.obsidian etc.) are excluded via .gitignore
- Local sync log with in-app viewer and rotation
- Optional git path, HTTP(S) proxy, branch, auto-sync on startup
Install
Download main.js, manifest.json, and styles.css from this release and place them in .obsidian/plugins/vault-force-sync/ inside your vault, then enable the plugin in Settings → Community plugins.