Android does let you choose the vault location, and this one is on shared storage - #86
Merged
Merged
Conversation
…ared storage The section merged in #85 claimed "On the Android tablet you do not choose the location: Obsidian creates the vault in its own storage". Wrong, and now checkable against a real device: the tablet registers /storage/emulated/0/obsidian-work in LiveSync's own device registry (_local/obsydian_livesync_milestone), which is Android SHARED storage, not app-internal. Same class of error as the ~/Notes correction in that same PR — a plan written down as though it were fact — which is why the note about it stays in rather than being quietly dropped. Records the distinction as deliberate, because the two options differ in ways that matter for a notes vault: shared storage survives uninstalling Obsidian and is reachable over USB and by other apps, where app-internal storage is neither. Shared is the better fit for the same reason the whole arrangement exists — the notes should not be trapped inside one application — at the cost of being visible to anything else on the device with storage permission, which is acceptable on a personal tablet and moot given the plaintext lives on the Macs anyway. Also states the one thing that does not follow: the tablet's vault must still not sit in a folder another sync app manages. Two sync systems on one vault loses notes on Android exactly as on macOS. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Correcting a claim I merged in #85 an hour earlier, now that a real tablet exists to check it against.
What was wrong
The tablet registers
/storage/emulated/0/obsidian-workin LiveSync's own device registry (_local/obsydian_livesync_milestoneon the server) — Android shared storage, not app-internal. So the location was chosen, and the doc said it couldn't be.Same class of error as the
~/Notescorrection in that same PR: a plan written down as though it were fact. The note recording that stays in rather than being quietly dropped.Why it's worth more than a one-word fix
The two options have genuinely different risk profiles for a notes vault:
Shared storage is the better fit here for the same reason the whole arrangement exists — the notes shouldn't be trapped inside one application. The cost is visibility to anything else on the device with storage permission, which is acceptable on a personal tablet and largely moot given the plaintext lives on the Macs regardless.
Also states the thing that does not follow: the tablet's vault still must not sit in a folder another sync app manages. Two sync systems on one vault loses notes on Android exactly as on macOS.
Verification
The cited path was re-read from the live milestone document while writing this, not recalled — both device entries confirmed, and the shared-storage claim checked programmatically rather than by eye.
Docs only.
🤖 Generated with Claude Code