Sync Vault
Sync with cloud disk fast and safely.
The above warnings are based on limited information and might not always be accurate.
Data
| ID | sync-vault-ce |
| Author | abcamus |
| Funding | Support the Author |
| Minimum Obsidian Version | 1.10.0 |
| Official Release Date | 2025-02-20 |
| Last update | 2026-06-12 |
Last Refresh
Obsidian Stats last refreshed the data behind this page on Jun 15, 2026.
| Community plugin snapshot | Jun 15, 2026 |
| Repository clone | last successful checkout Jun 15, 2026 |
| Release acquisition | release metadata checked Jun 15, 2026; latest main.js acquired |
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 |
|---|---|---|---|
| 2025-02-20 | Plugin Added | ||
| 2026-05-12 | author | Camus Qiu | abcamus |
| 2026-05-12 | description | sync with cloud disk fast and safely. | Sync with cloud disk fast and safely. |
| 2026-05-16 | name | Sync Vault CE | Sync Vault |
Repository Data
| License | SEE LICENSE IN LICENSE in package.json Unrecognized in LICENSE
file
|
| Package Manager | npm |
| Uses Typescript | Yes |
| Installed Bundlers | esbuild |
| Installed Testing Frameworks | Jest |
| Has Test Files | Yes |
Latest Release main.js Size
| 1.83 MB |
| Detected ES Version | ES2018 |
| Probably Minified | Yes |
| main.js API Findings | 12 disclosures |
| Uses BRAT beta releases | No |
| Dependencies | @codemirror/state, @codemirror/view, @emotion/react, @emotion/styled, @mui/icons-material, @mui/material, @noble/hashes, basic-ftp, fast-xml-parser, loglevel, obsidian, react, react-dom, react-icons, spark-md5, xml2js |
| Dev Dependencies | @eslint/js, @eslint/json, @types/jest, @types/loglevel, @types/node, @types/react, @types/react-dom, @types/spark-md5, @types/xml2js, @types/xmldom, commander, esbuild, eslint, eslint-plugin-obsidianmd, globals, jest, jiti, ts-jest, ts-node, tslib, typescript, typescript-eslint |
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 |
| Full Vault Access | Enumerates vault files |
| Global Handlers Or Timers | Registers events, DOM handlers, or intervals |
| Metadata Access | Reads Obsidian metadata cache |
| Network Access | Uses Node HTTP modules, Uses Obsidian request APIs, Uses browser network APIs |
| Note Content Access | Reads vault files |
| Private Network Access | References localhost or private-network addresses |
| Process Or Shell Access | Uses Node process or subprocess APIs |
| Vault File Write | Renames, deletes, trashes, or copies vault files, Writes vault files |
| Workspace Layout | Registers or manipulates workspace views and panes |
| Finding | Type | Confidence | Evidence |
|---|---|---|---|
| Uses Node process or subprocess APIs | Warning | High | process.env (2) |
| References localhost or private-network addresses | Warning | Medium | 0.0.0.0 (6), 127.0.0.1 (4), localhost (2) |
| Renames, deletes, trashes, or copies vault files | Warning | High | app.vault.trash (1) |
| Reads or writes clipboard data | Info | High | navigator.clipboard.writeText (7) |
| Uses persistent browser storage | Info | High | indexedDB.open (1), localStorage (6) |
| Registers events, DOM handlers, or intervals | Info | High | requestAnimationFrame (1), setInterval (3), setTimeout (58), this.registerDomEvent (4) |
| Reads Obsidian metadata cache | Info | High | app.metadataCache.getFileCache (2), app.metadataCache.getFirstLinkpathDest (4), app.metadataCache (6) |
| References URLs or constructs URL objects | Info | High | http:// (26), https:// (202), URL (36), URLSearchParams (19) |
| Uses browser network APIs | Info | High | fetch (2), WebSocket (2), XMLHttpRequest (1) |
| Uses Node HTTP modules | Info | High | http (3), https (3) |
| Uses Obsidian request APIs | Info | High | obsidian.requestUrl (164) |
| Registers plugin settings UI | Info | High | this.addSettingTab (1), Setting (85), obsidian.Setting (85) |
| Registers commands, ribbon icons, or status bar items | Info | High | this.addCommand (9), this.addStatusBarItem (1) |
| Accesses Obsidian vault APIs | Info | High | app.vault (41) |
| Enumerates vault files | Info | High | app.vault.getAllLoadedFiles (1), app.vault.getFiles (3), app.vault.getMarkdownFiles (2) |
| Opens or creates files through workspace or file manager APIs | Info | High | app.workspace.openLinkText (1), workspace_file_open:getLeaf.openFile (1) |
| Reads vault files | Info | High | app.vault.cachedRead (1), app.vault.read (2) |
| References Obsidian URI links | Info | High | obsidian:// (23) |
| Uses adapter-level vault filesystem APIs | Info | High | app.vault.adapter (9) |
| Writes vault files | Info | High | app.vault.append (1), app.vault.create (1), app.vault.createFolder (1), app.vault.modify (1) |
| Accesses Obsidian workspace APIs | Info | High | app.workspace (28) |
| Accesses the active file or editor | Info | High | app.workspace.getActiveFile (1) |
| Registers or manipulates workspace views and panes | Info | High | app.workspace.getLeavesOfType (12), app.workspace.revealLeaf (7), registerView (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 8483 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.6.0 | 2025-02-20 | None |
| 0.6.1 | 2025-03-17 | None |
| 0.6.2 | 2025-05-02 | None |
| 0.6.3 | 2025-05-30 | None |
| 0.6.4 | 2025-06-19 | None |
| 0.6.5 | 2025-06-25 | None |
| 0.6.6 | 2025-08-17 | None |
| 0.6.7 | 2025-08-26 | None |
| 0.6.8 | 2025-09-08 | None |
| 0.6.9 | 2025-11-07 | None |
| 1.2.0 | 2025-12-19 | None |
| 1.3.0 | 2025-12-22 | None |
| 1.3.1 | 2025-12-23 | None |
| 1.3.2 | 2025-12-28 | None |
| 1.4.0 | 2025-12-30 | None |
| 1.5.0 | 2026-01-08 | None |
| 1.5.1 | 2026-01-11 | None |
| 1.5.2 | 2026-01-12 | None |
| 1.5.3 | 2026-01-16 | None |
| 1.5.4 | 2026-01-17 | None |
| 1.5.5 | 2026-01-19 | None |
| 1.5.6 | 2026-01-20 | None |
| 1.5.7 | 2026-01-21 | None |
| 1.5.8 | 2026-01-22 | None |
| 1.6.0 | 2026-01-23 | None |
| 1.7.0 | 2026-01-27 | None |
| 1.7.1 | 2026-01-29 | None |
| 1.8.0 | 2026-02-02 | None |
| 1.8.1 | 2026-02-03 | None |
| 1.8.2 | 2026-02-04 | None |
| 1.9.0 | 2026-02-06 | None |
| 1.9.1 | 2026-02-09 | None |
| 1.9.2 | 2026-02-13 | None |
| 1.9.3 | 2026-02-27 | None |
| 1.10.0 | 2026-03-01 | None |
| 1.10.1 | 2026-03-07 | None |
| 1.10.2 | 2026-03-09 | None |
| 1.10.6 | 2026-03-17 | None |
| 1.12.2 | 2026-03-24 | None |
| 1.12.3 | 2026-03-25 | None |
| 1.12.4 | 2026-03-26 | None |
| 1.12.8 | 2026-03-31 | None |
| 1.12.10 | 2026-04-03 | None |
| 1.12.11 | 2026-04-03 | None |
| 1.12.16 | 2026-04-07 | None |
| 1.12.17 | 2026-04-09 | None |
| 1.12.20 | 2026-04-14 | None |
| 1.13.0 | 2026-04-22 | None |
| 1.13.1 | 2026-04-27 | None |
| 1.13.3 | 2026-05-04 | None |
| 1.13.7 | 2026-05-13 | None |
| 1.13.8 | 2026-05-15 | None |
| 1.13.9 | 2026-05-18 | None |
| 1.13.10 | 2026-05-19 | None |
| 1.14.0 | 2026-05-22 | None |
| 1.14.3 | 2026-05-30 | None |
| 1.14.4 | 2026-05-30 | None |
| 1.14.5 | 2026-06-08 | None |
| 1.14.6 | 2026-06-11 | None |
| 1.14.7 | 2026-06-12 | None |