From 29baa452eb8eb6dabf52bd9c19b67756a65a45b3 Mon Sep 17 00:00:00 2001 From: Andrew Boldi Date: Sun, 26 Apr 2026 00:20:11 -0700 Subject: [PATCH] v1.0.2: id 'vault-sync' was taken, use 'vault-sync-rest' --- README.md | 2 +- manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f2f7335..0e71de6 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/manifest.json b/manifest.json index 4529070..ff3adaa 100644 --- a/manifest.json +++ b/manifest.json @@ -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",