Skip to content

Remotely Save

Sync notes between local and cloud with smart conflict: S3, Dropbox, webdav, OneDrive, Google Drive, Box, pCloud, Yandex Disk, Koofr, Azure Blob Storage.

The above warnings are based on limited information and might not always be accurate.

Data

IDremotely-save
Authorremotely-save
FundingSupport the Author
Minimum Obsidian Version0.13.21
Official Release Date2021-12-07
Last update2024-10-20

Last Refresh

Obsidian Stats last refreshed the data behind this page on Jun 22, 2026.

Community plugin snapshotJun 22, 2026
Repository clonelast successful checkout May 25, 2026
Release acquisitionrelease metadata checked Jun 22, 2026; existing successful main.js cache reused

Quick Links

Changes

DateChanged PropertyOld ValueNew Value
2021-12-07Plugin Added
2021-12-11descriptionYet another unofficial plugin allowing users to sync notes between local device and the cloud service.Yet another unofficial plugin allowing users to sync notes between local device and the cloud service (S3, Dropbox, webdav).
2022-01-02descriptionYet another unofficial plugin allowing users to sync notes between local device and the cloud service (S3, Dropbox, webdav).Yet another unofficial plugin allowing users to sync notes between local device and the cloud service (S3, Dropbox, webdav, OneDrive).
2022-03-22repofyears/remotely-saveremotely-save/remotely-save
2024-06-15descriptionYet another unofficial plugin allowing users to sync notes between local device and the cloud service (S3, Dropbox, webdav, OneDrive).Sync notes between local and cloud services with smart conflict: S3 (Amazon S3/Cloudflare R2/Backblaze B2/...), Dropbox, webdav (NextCloud/InfiniCLOUD/Synology/...), OneDrive, Google Drive (GDrive), Box, pCloud, Yandex Disk, Koofr.
2024-06-22descriptionSync notes between local and cloud services with smart conflict: S3 (Amazon S3/Cloudflare R2/Backblaze B2/...), Dropbox, webdav (NextCloud/InfiniCLOUD/Synology/...), OneDrive, Google Drive (GDrive), Box, pCloud, Yandex Disk, Koofr.Sync notes between local and cloud with smart conflict: S3 (Amazon S3/Cloudflare R2/Backblaze B2/...), Dropbox, webdav (NextCloud/InfiniCLOUD/Synology/...), OneDrive, Google Drive (GDrive), Box, pCloud, Yandex Disk, Koofr, Azure Blob Storage.
2026-05-12authorfyearsremotely-save
2026-05-12descriptionSync notes between local and cloud with smart conflict: S3 (Amazon S3/Cloudflare R2/Backblaze B2/...), Dropbox, webdav (NextCloud/InfiniCLOUD/Synology/...), OneDrive, Google Drive (GDrive), Box, pCloud, Yandex Disk, Koofr, Azure Blob Storage.Sync notes between local and cloud with smart conflict: S3, Dropbox, webdav, OneDrive, Google Drive, Box, pCloud, Yandex Disk, Koofr, Azure Blob Storage.

Repository Data

LicenseSEE LICENSE IN LICENSE in package.json
Unrecognized in LICENSE file
Package ManagerUnknown (no lock file found)
Uses TypescriptYes
Installed BundlersWebpack, esbuild
Installed Testing FrameworksMocha
Has Test FilesYes
Latest Release main.js Size4.05 MB
Detected ES VersionES2022
Probably MinifiedYes
main.js API Findings9 disclosures
Uses BRAT beta releasesYes
Dependencies@aws-sdk/client-s3, @aws-sdk/lib-storage, @aws-sdk/signature-v4-crt, @aws-sdk/types, @azure/msal-node, @azure/storage-blob, @fyears/rclone-crypt, @fyears/tsqueue, @microsoft/microsoft-graph-client, @sanity/diff-match-patch, @smithy/fetch-http-handler, @smithy/protocol-http, @smithy/querystring-builder, acorn, aggregate-error, assert, aws-crt, box-typescript-sdk-gen, buffer, crypto-browserify, dropbox, emoji-regex, http-status-codes, localforage, localforage-getitems, localforage-removeitems, lodash, lucide, mime-types, mustache, nanoid, node-diff3, openapi-fetch, p-queue, path-browserify, pcloud-sdk-js, process, qrcode, rfc4648, rimraf, stream-browserify, url, util, webdav, xregexp
Dev Dependencies@biomejs/biome, @microsoft/microsoft-graph-types, @types/chai, @types/chai-as-promised, @types/jsdom, @types/lodash, @types/mime-types, @types/mocha, @types/mustache, @types/node, @types/qrcode, builtin-modules, cross-env, dotenv, esbuild, esbuild-plugin-inline-worker, jsdom, mocha, npm-check-updates, obsidian, openapi-typescript, ts-loader, tslib, tsx, typescript, webdav-server, webpack, webpack-cli, worker-loader

main.js API Findings

These conservative findings come from static analysis of the latest release main.js. The table includes warnings and high-confidence informational findings; lower-confidence informational findings are omitted to reduce false positives. Warnings indicate usage of potentially risky APIs, but such APIs can be used safely if handled with care.

DisclosureDetected From
Adapter File AccessUses adapter-level vault filesystem APIs
Clipboard AccessReads or writes clipboard data
Cors Free Network AccessUses Obsidian request APIs
Dynamic Code Or Remote CodeEvaluates dynamic code or injects scripts
Embedded Base64 BlobIncludes large embedded base64 blobs
Global Handlers Or TimersRegisters events, DOM handlers, or intervals
Network AccessUses Obsidian request APIs, Uses browser network APIs
Private Network AccessReferences localhost or private-network addresses
Process Or Shell AccessUses Node process or subprocess APIs
FindingTypeConfidenceEvidence
Evaluates dynamic code or injects scriptsWarningHigheval (10), Function (1), dynamic_code:eval (1), dynamic_code:function_constructor (1)
Uses Node process or subprocess APIsWarningHighprocess.env (1)
References localhost or private-network addressesWarningMedium127.0.0.1 (2), localhost (5)
Reads or writes clipboard dataInfoHighnavigator.clipboard.writeText (12)
Uses persistent browser storageInfoHighlocalStorage.getItem (2), localStorage.setItem (2), indexedDB (2), localStorage (2)
Includes large embedded base64 blobsInfoHighbase64 blob (3)
Registers events, DOM handlers, or intervalsInfoHighsetInterval (2), setTimeout (28), this.registerEvent (6), this.registerInterval (3)
References URLs or constructs URL objectsInfoHighhttp:// (20), https:// (168), URL (31), URLSearchParams (30)
Uses browser network APIsInfoHighfetch (51), XMLHttpRequest (1)
Uses Obsidian request APIsInfoHighobsidian.request (10), obsidian.requestUrl (8)
Persists plugin settings or dataInfoHighthis.loadData (1), this.saveData (2)
Registers plugin settings UIInfoHighthis.addSettingTab (1), Setting (135), obsidian.Setting (135)
Registers commands, ribbon icons, or status bar itemsInfoHighthis.addCommand (6), this.addRibbonIcon (1), this.addStatusBarItem (1)
Accesses attachment resource pathsInfoHighapp.vault.adapter.getResourcePath (1)
Accesses Obsidian vault APIsInfoHighapp.vault (59)
References Obsidian URI linksInfoHighobsidian:// (13)
Uses adapter-level vault filesystem APIsInfoHighapp.vault.adapter (9)
Accesses Obsidian workspace APIsInfoHighapp.workspace (9)
Accesses the active file or editorInfoHighapp.workspace.getActiveFile (1)

The above data may not be accurate and contain errors. For more information refer to the page about data collection.

Lines of Code

The plugin has a total of 30086 lines of code. The following chart shows the lines of code split by programming language.

Downloads

The following chart shows the total number of downloads of the plugin over time. The second chart shows the delta of downloads per week, which is the number of new downloads per week. New version releases are marked with vertical lines.

Version History

VersionRelease DateNote
0.0.12021-10-21Prerelease, Released while not listed
0.2.52021-12-11Prerelease
0.2.62022-01-01Prerelease
0.2.72022-01-02Prerelease
0.2.82022-01-04Prerelease
0.2.92022-01-05Prerelease
0.2.102022-01-06Prerelease
0.2.112022-01-16Prerelease
0.2.122022-01-22Prerelease
0.2.132022-01-22Prerelease
0.2.142022-01-30Prerelease
0.3.02022-02-27Prerelease
0.3.12022-02-27Prerelease
0.3.22022-03-05Prerelease
0.3.32022-03-06Prerelease
0.3.42022-03-06Prerelease
0.3.52022-03-11Prerelease
0.3.62022-03-13Prerelease
0.3.72022-03-18Prerelease
0.3.82022-03-20Prerelease
0.3.92022-03-20Prerelease
0.3.102022-03-21Prerelease
0.3.112022-03-21Prerelease
0.3.122022-03-23Prerelease
0.3.132022-03-23Prerelease
0.3.142022-03-26Prerelease
0.3.152022-04-01Prerelease
0.3.162022-04-03Prerelease
0.3.172022-04-08Prerelease
0.3.182022-04-10Prerelease
0.3.192022-04-16Prerelease
0.3.202022-04-30Prerelease
0.3.212022-04-30Prerelease
0.3.222022-05-01Prerelease
0.3.232022-05-03Prerelease
0.3.242022-05-03Prerelease
0.3.252022-05-10None
0.3.282023-12-31Prerelease
0.3.292024-01-03Prerelease
0.3.302024-01-05Prerelease
0.3.312024-01-06Prerelease
0.3.322024-01-06Prerelease
0.3.332024-01-07Prerelease
0.3.342024-01-07None
0.3.352024-01-13None
0.3.362024-01-14None
0.3.372024-01-14None
0.3.382024-01-21None
0.3.402024-02-12None
0.4.12024-03-17Prerelease
0.4.32024-03-17Prerelease
0.4.42024-03-17Prerelease
0.4.52024-03-19Prerelease
0.4.62024-03-19Prerelease
0.4.72024-03-19Prerelease
0.4.82024-03-21Prerelease
0.4.92024-03-24Prerelease
0.4.102024-03-24None
0.4.112024-03-26None
0.4.122024-03-30None
0.4.132024-03-31None
0.4.142024-04-02None
0.4.152024-04-04None
0.4.162024-04-04None
0.4.182024-04-27None
0.4.192024-04-27None
0.4.202024-05-06None
0.4.212024-05-08None
0.4.222024-05-20None
0.4.232024-05-24None
0.4.242024-05-24None
0.4.252024-05-25None
0.5.22024-05-26None
0.5.32024-06-02None
0.5.42024-06-10None
0.5.52024-06-10None
0.5.62024-06-16None
0.5.72024-06-16None
0.5.82024-06-18None
0.5.102024-06-22None
0.5.112024-06-23None
0.5.122024-06-29None
0.5.132024-07-13None
0.5.142024-07-14None
0.5.162024-07-27None
0.5.172024-07-28None
0.5.182024-07-29None
0.5.192024-09-01None
0.5.202024-09-01None
0.5.212024-09-08None
0.5.222024-09-29None
0.5.232024-09-30None
0.5.242024-09-30None
0.5.252024-10-20None

Blacklisted versions are versions that are known to cause major issues or contain security concerns and have thus been blacklisted by the Obsidian team. Obsidian will disable plugins on startup whose installed version is blacklisted. Released while not listed versions happened outside the period where the plugin was present in the community plugin list and are excluded from aggregate release statistics.