Laszlo Repassy214 downloadsSync your vault to a pCloud folder as plain, unencrypted files. Notes edited on two devices are merged paragraph by paragraph, right in the note, with no separate conflict files.
An Obsidian plugin that mirrors the whole vault into a pCloud folder as plain, unencrypted files, optimized for mobile too — they can be opened straight from pCloud's own app or web interface, and cloned back down onto any other device (desktop or mobile) with this same plugin.
Requires a pCloud account. This plugin's only network use is talking directly to pCloud's own API to read and write your vault's files — no other server is involved, and nothing is sent anywhere except to the pCloud account you log into.
.obsidian folder — the
font size, which plugins are enabled, hotkeys, the theme, CSS snippets, each
plugin's own stored data — describes how one device is set up rather than what the
vault holds, so every device keeps its own: nothing in there is uploaded, downloaded
or deleted. A settings file an older version already copied up to pCloud is left
where it is, inert — nothing takes it down again, and nothing deletes it from the
other devices either.obsidian:// link that hand-off relies on often doesn't make
it back to the app on a phone. Desktop still uses the hand-off, where it is reliable.laszlorepassy/pcloud-sync) in BRAT's "Add a beta plugin" dialog.main.js, manifest.json, and styles.css from the
latest release into
<vault>/.obsidian/plugins/pcloud-vault-clone/, then enable it under Obsidian
Settings → Community plugins..obsidian/, or whatever the vault calls it) stays out of
the sync — this plugin's own settings, its cache and the last-agreed text snapshot
Markdown merging needs included..trash/**, .git/** — per-device state, not
content. The list can be extended or narrowed in the settings..vault-clone-manifest.json file is created at the root of the remote folder to
track what's out there and its hashes — don't edit it by hand. Once per device the
plugin also checks the folder itself against that index: a file the index lists but
pCloud doesn't actually hold is uploaded again from this device's copy, rather than
quietly staying unreachable from every device.This repository hosts the plugin's public releases. The source code is developed in a private repository and is available to the Obsidian team for review through the Community Directory's private-source-repository verification.