Alipan Sync
This plugin has not been manually reviewed by Obsidian staff. Sync your vault with Alipan (Alibaba Cloud Drive).
The above warnings are based on limited information and might not always be accurate.
Data
| ID | alipan-sync |
| Author | nowszhao |
| Funding | Support the Author |
| Minimum Obsidian Version | 1.5.7 |
| Official Release Date | 2026-05-13 |
| Last update | 2026-05-13 |
Last Refresh
Obsidian Stats last refreshed the data behind this page on Jun 12, 2026.
| Community plugin snapshot | Jun 8, 2026 |
| Repository clone | last successful checkout May 25, 2026 |
| Release acquisition | release metadata checked Jun 12, 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 |
|---|---|---|---|
| 2026-05-13 | Plugin Added |
Repository Data
| License | Not Found in package.json AGPL-3.0 in LICENSE
file
|
| Package Manager | pnpm |
| Uses Typescript | Yes |
| Installed Bundlers | esbuild |
| Installed Testing Frameworks | Vitest |
| Has Test Files | Yes |
Latest Release main.js Size
| 1.36 MB |
| Detected ES Version | ES5 |
| Probably Minified | No |
| Includes Large Base64 Blobs | Yes (1) |
| References Worker APIs | No |
| References WebAssembly APIs | Yes |
| main.js API Findings | Dynamic Code Or Remote Code, Global Handlers Or Timers, Private Network Access, Vault File Write |
| Uses BRAT beta releases | No |
| Dependencies | None |
| Dev Dependencies | @deanc/esbuild-plugin-postcss, @electron/remote, @swc/cli, @swc/core, @types/diff-match-patch, @types/glob-to-regexp, @types/lodash-es, @types/node, @types/path-browserify, @types/ramda, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, @unocss/postcss, @vitest/coverage-v8, assert, async-mutex, blob-polyfill, bottleneck, buffer, builtin-modules, bytes-iec, consola, core-js, crypto-browserify, diff-match-patch, dotenv, esbuild, esbuild-sass-plugin, fflate, glob-to-regexp, hash-wasm, html-entities, i18next, js-base64, localforage, lodash-es, node-diff3, npm-run-all2, obsidian, ohash, path-browserify, postcss-merge-rules, prettier, ramda, remote-explorer, rxjs, stream-browserify, superjson, tslib, typescript, unocss, uuid, vitest |
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 |
|---|---|
| Dynamic Code Or Remote Code | Evaluates dynamic code or injects scripts |
| Global Handlers Or Timers | Registers events, DOM handlers, or intervals |
| Private Network Access | References localhost or private-network addresses |
| Vault File Write | Writes vault files |
| Finding | Type | Confidence | Evidence |
|---|---|---|---|
| Evaluates dynamic code or injects scripts | Warning | High | Function (1), dynamic_code:function_constructor (1) |
| References localhost or private-network addresses | Warning | Medium | localhost (1) |
| Uses persistent browser storage | Info | High | localStorage.getItem (2), localStorage.setItem (2) |
| Registers events, DOM handlers, or intervals | Info | High | setTimeout (11) |
| References URLs or constructs URL objects | Info | High | http:// (1), https:// (20), URL (6), URLSearchParams (4) |
| Persists plugin settings or data | Info | High | this.loadData (1), this.saveData (1) |
| Registers plugin settings UI | Info | High | this.addSettingTab (1), Setting (50), obsidian.Setting (50) |
| Accesses Obsidian vault APIs | Info | High | app.vault (6) |
| Accesses vault folders | Info | High | app.vault.getFolderByPath (1) |
| Opens or creates files through workspace or file manager APIs | Info | High | workspace_file_open:getLeaf.openFile (1) |
| References Obsidian URI links | Info | High | obsidian:// (4) |
| Writes vault files | Info | High | app.vault.create (1), app.vault.createFolder (1) |
| Accesses Obsidian workspace APIs | Info | High | app.workspace (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 11092 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 |
|---|---|---|
| 1.1.3 | 2026-04-12 | Released while not listed |
| 1.1.4 | 2026-04-13 | Released while not listed |
| 1.1.5 | 2026-04-13 | Released while not listed |
| 1.1.6 | 2026-04-28 | Released while not listed |
| 1.1.7 | 2026-05-13 | None |
| 1.1.8 | 2026-05-13 | 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.