v1.0.2: id 'vault-sync' was taken, use 'vault-sync-rest'

This commit is contained in:
Andrew Boldi 2026-04-26 00:20:11 -07:00
parent 65f0853eb9
commit 29baa452eb
2 changed files with 3 additions and 3 deletions

View file

@ -76,7 +76,7 @@ That's it. Edit on phone → 1 minute later it's a real commit on GitHub. Edit o
- `.obsidian/plugins/**` — plugin code/configs are per-device. Each install pulls them fresh from BRAT/community store. Avoids leaking credentials in plugin `data.json` files.
- `.obsidian/workspace*`, `.obsidian/cache`, `.obsidian/appearance.json` — UI/UX state, per-device.
- `.trash/`, `.DS_Store`, `*.tmp`
- The plugin's own settings file (your PAT lives in `.obsidian/plugins/vault-sync/data.json` — protected by the rule above)
- The plugin's own settings file (your PAT lives in `.obsidian/plugins/vault-sync-rest/data.json` — protected by the rule above)
What still syncs from `.obsidian/`:
- `.obsidian/community-plugins.json` — list of which plugins to enable (so each device knows what to install)

View file

@ -1,7 +1,7 @@
{
"id": "vault-sync",
"id": "vault-sync-rest",
"name": "Vault Sync (REST)",
"version": "1.0.1",
"version": "1.0.2",
"minAppVersion": "1.4.0",
"description": "Two-way sync with a GitHub repo via REST API. Works on iOS for vaults of any size including images, where git-protocol plugins crash from WebView memory limits.",
"author": "Andrew Boldi",