Skip to content

Releases: yanqingwang/vault-github-with-force

Vault Force Sync 1.5.0

Choose a tag to compare

@yanqingwang yanqingwang released this 27 Aug 12:45

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-lease is always used instead of --force to 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.