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
| ID | remotely-save |
| Author | remotely-save |
| Funding | Support the Author |
| Minimum Obsidian Version | 0.13.21 |
| Official Release Date | 2021-12-07 |
| Last update | 2024-10-20 |
Last Refresh
Obsidian Stats last refreshed the data behind this page on Jun 22, 2026.
| Community plugin snapshot | Jun 22, 2026 |
| Repository clone | last successful checkout May 25, 2026 |
| Release acquisition | release metadata checked Jun 22, 2026; existing successful main.js cache reused |
Quick Links
- GitHub Repo
- View in Obsidian
- View on Obsidian Community
- View on the Obsidian Hub
- Author Website
- Support the Author
Changes
| Date | Changed Property | Old Value | New Value |
|---|---|---|---|
| 2021-12-07 | Plugin Added | ||
| 2021-12-11 | description | Yet 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-02 | description | Yet 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-22 | repo | fyears/remotely-save | remotely-save/remotely-save |
| 2024-06-15 | description | Yet 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-22 | description | 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. | 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-12 | author | fyears | remotely-save |
| 2026-05-12 | description | 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. | 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
| License | SEE LICENSE IN LICENSE in package.json Unrecognized in LICENSE file |
| Package Manager | Unknown (no lock file found) |
| Uses Typescript | Yes |
| Installed Bundlers | Webpack, esbuild |
| Installed Testing Frameworks | Mocha |
| Has Test Files | Yes |
Latest Release main.js Size | 4.05 MB |
| Detected ES Version | ES2022 |
| Probably Minified | Yes |
| main.js API Findings | 9 disclosures |
| Uses BRAT beta releases | Yes |
| 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.
| Disclosure | Detected From |
|---|---|
| Adapter File Access | Uses adapter-level vault filesystem APIs |
| Clipboard Access | Reads or writes clipboard data |
| Cors Free Network Access | Uses Obsidian request APIs |
| Dynamic Code Or Remote Code | Evaluates dynamic code or injects scripts |
| Embedded Base64 Blob | Includes large embedded base64 blobs |
| Global Handlers Or Timers | Registers events, DOM handlers, or intervals |
| Network Access | Uses Obsidian request APIs, Uses browser network APIs |
| Private Network Access | References localhost or private-network addresses |
| Process Or Shell Access | Uses Node process or subprocess APIs |
| Finding | Type | Confidence | Evidence |
|---|---|---|---|
| Evaluates dynamic code or injects scripts | Warning | High | eval (10), Function (1), dynamic_code:eval (1), dynamic_code:function_constructor (1) |
| Uses Node process or subprocess APIs | Warning | High | process.env (1) |
| References localhost or private-network addresses | Warning | Medium | 127.0.0.1 (2), localhost (5) |
| Reads or writes clipboard data | Info | High | navigator.clipboard.writeText (12) |
| Uses persistent browser storage | Info | High | localStorage.getItem (2), localStorage.setItem (2), indexedDB (2), localStorage (2) |
| Includes large embedded base64 blobs | Info | High | base64 blob (3) |
| Registers events, DOM handlers, or intervals | Info | High | setInterval (2), setTimeout (28), this.registerEvent (6), this.registerInterval (3) |
| References URLs or constructs URL objects | Info | High | http:// (20), https:// (168), URL (31), URLSearchParams (30) |
| Uses browser network APIs | Info | High | fetch (51), XMLHttpRequest (1) |
| Uses Obsidian request APIs | Info | High | obsidian.request (10), obsidian.requestUrl (8) |
| Persists plugin settings or data | Info | High | this.loadData (1), this.saveData (2) |
| Registers plugin settings UI | Info | High | this.addSettingTab (1), Setting (135), obsidian.Setting (135) |
| Registers commands, ribbon icons, or status bar items | Info | High | this.addCommand (6), this.addRibbonIcon (1), this.addStatusBarItem (1) |
| Accesses attachment resource paths | Info | High | app.vault.adapter.getResourcePath (1) |
| Accesses Obsidian vault APIs | Info | High | app.vault (59) |
| References Obsidian URI links | Info | High | obsidian:// (13) |
| Uses adapter-level vault filesystem APIs | Info | High | app.vault.adapter (9) |
| Accesses Obsidian workspace APIs | Info | High | app.workspace (9) |
| Accesses the active file or editor | Info | High | app.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
| Version | Release Date | Note |
|---|---|---|
| 0.0.1 | 2021-10-21 | Prerelease, Released while not listed |
| 0.2.5 | 2021-12-11 | Prerelease |
| 0.2.6 | 2022-01-01 | Prerelease |
| 0.2.7 | 2022-01-02 | Prerelease |
| 0.2.8 | 2022-01-04 | Prerelease |
| 0.2.9 | 2022-01-05 | Prerelease |
| 0.2.10 | 2022-01-06 | Prerelease |
| 0.2.11 | 2022-01-16 | Prerelease |
| 0.2.12 | 2022-01-22 | Prerelease |
| 0.2.13 | 2022-01-22 | Prerelease |
| 0.2.14 | 2022-01-30 | Prerelease |
| 0.3.0 | 2022-02-27 | Prerelease |
| 0.3.1 | 2022-02-27 | Prerelease |
| 0.3.2 | 2022-03-05 | Prerelease |
| 0.3.3 | 2022-03-06 | Prerelease |
| 0.3.4 | 2022-03-06 | Prerelease |
| 0.3.5 | 2022-03-11 | Prerelease |
| 0.3.6 | 2022-03-13 | Prerelease |
| 0.3.7 | 2022-03-18 | Prerelease |
| 0.3.8 | 2022-03-20 | Prerelease |
| 0.3.9 | 2022-03-20 | Prerelease |
| 0.3.10 | 2022-03-21 | Prerelease |
| 0.3.11 | 2022-03-21 | Prerelease |
| 0.3.12 | 2022-03-23 | Prerelease |
| 0.3.13 | 2022-03-23 | Prerelease |
| 0.3.14 | 2022-03-26 | Prerelease |
| 0.3.15 | 2022-04-01 | Prerelease |
| 0.3.16 | 2022-04-03 | Prerelease |
| 0.3.17 | 2022-04-08 | Prerelease |
| 0.3.18 | 2022-04-10 | Prerelease |
| 0.3.19 | 2022-04-16 | Prerelease |
| 0.3.20 | 2022-04-30 | Prerelease |
| 0.3.21 | 2022-04-30 | Prerelease |
| 0.3.22 | 2022-05-01 | Prerelease |
| 0.3.23 | 2022-05-03 | Prerelease |
| 0.3.24 | 2022-05-03 | Prerelease |
| 0.3.25 | 2022-05-10 | None |
| 0.3.28 | 2023-12-31 | Prerelease |
| 0.3.29 | 2024-01-03 | Prerelease |
| 0.3.30 | 2024-01-05 | Prerelease |
| 0.3.31 | 2024-01-06 | Prerelease |
| 0.3.32 | 2024-01-06 | Prerelease |
| 0.3.33 | 2024-01-07 | Prerelease |
| 0.3.34 | 2024-01-07 | None |
| 0.3.35 | 2024-01-13 | None |
| 0.3.36 | 2024-01-14 | None |
| 0.3.37 | 2024-01-14 | None |
| 0.3.38 | 2024-01-21 | None |
| 0.3.40 | 2024-02-12 | None |
| 0.4.1 | 2024-03-17 | Prerelease |
| 0.4.3 | 2024-03-17 | Prerelease |
| 0.4.4 | 2024-03-17 | Prerelease |
| 0.4.5 | 2024-03-19 | Prerelease |
| 0.4.6 | 2024-03-19 | Prerelease |
| 0.4.7 | 2024-03-19 | Prerelease |
| 0.4.8 | 2024-03-21 | Prerelease |
| 0.4.9 | 2024-03-24 | Prerelease |
| 0.4.10 | 2024-03-24 | None |
| 0.4.11 | 2024-03-26 | None |
| 0.4.12 | 2024-03-30 | None |
| 0.4.13 | 2024-03-31 | None |
| 0.4.14 | 2024-04-02 | None |
| 0.4.15 | 2024-04-04 | None |
| 0.4.16 | 2024-04-04 | None |
| 0.4.18 | 2024-04-27 | None |
| 0.4.19 | 2024-04-27 | None |
| 0.4.20 | 2024-05-06 | None |
| 0.4.21 | 2024-05-08 | None |
| 0.4.22 | 2024-05-20 | None |
| 0.4.23 | 2024-05-24 | None |
| 0.4.24 | 2024-05-24 | None |
| 0.4.25 | 2024-05-25 | None |
| 0.5.2 | 2024-05-26 | None |
| 0.5.3 | 2024-06-02 | None |
| 0.5.4 | 2024-06-10 | None |
| 0.5.5 | 2024-06-10 | None |
| 0.5.6 | 2024-06-16 | None |
| 0.5.7 | 2024-06-16 | None |
| 0.5.8 | 2024-06-18 | None |
| 0.5.10 | 2024-06-22 | None |
| 0.5.11 | 2024-06-23 | None |
| 0.5.12 | 2024-06-29 | None |
| 0.5.13 | 2024-07-13 | None |
| 0.5.14 | 2024-07-14 | None |
| 0.5.16 | 2024-07-27 | None |
| 0.5.17 | 2024-07-28 | None |
| 0.5.18 | 2024-07-29 | None |
| 0.5.19 | 2024-09-01 | None |
| 0.5.20 | 2024-09-01 | None |
| 0.5.21 | 2024-09-08 | None |
| 0.5.22 | 2024-09-29 | None |
| 0.5.23 | 2024-09-30 | None |
| 0.5.24 | 2024-09-30 | None |
| 0.5.25 | 2024-10-20 | None |
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.