Skip to content

Nutstore Sync

Sync your vault with Nutstore (Jianguoyun) using WebDAV protocol.

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

Data

IDnutstore-sync
Authornutstore
Minimum Obsidian Version0.15.0
Official Release Date2025-11-28
Last update2026-07-10

Last Refresh

Obsidian Stats last refreshed the data behind this page on Jul 13, 2026.

Community plugin snapshotJul 13, 2026
Repository clonelast successful checkout Jul 13, 2026
Release acquisitionrelease metadata checked Jul 13, 2026; latest main.js acquired

Quick Links

Changes

DateChanged PropertyOld ValueNew Value
2025-11-28Plugin Added
2026-05-12authornutstore-devnutstore
2026-05-12descriptionSync your vault with Nutstore/坚果云 using WebDAV protocol.Sync your vault with Nutstore (Jianguoyun) using WebDAV protocol.

Repository Data

LicenseNot Found in package.json
AGPL-3.0 in LICENSE file
Package Managerpnpm
Uses TypescriptYes
Installed Bundlersesbuild
Installed Testing FrameworksVitest
Has Test FilesYes
Latest Release main.js Size6.45 MB
Detected ES VersionES5
Probably MinifiedYes
main.js API Findings13 disclosures
Uses BRAT beta releasesNo
DependenciesNone
Dev Dependencies@ai-sdk/anthropic, @ai-sdk/google, @ai-sdk/openai, @ai-sdk/openai-compatible, @ai-sdk/xai, @codemirror/state, @codemirror/view, @electron/remote, @eslint/compat, @eslint/css, @eslint/js, @eslint/json, @eslint/markdown, @iconify-json/lucide, @nutstore/sso-js, @solid-primitives/i18n, @swc/cli, @swc/core, @tanstack/solid-table, @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, ai, assert, async-mutex, baseline-browser-mapping, blob-polyfill, bottleneck, buffer, builtin-modules, bytes-iec, consola, core-js, crypto-browserify, diff-match-patch, dotenv, esbuild, esbuild-sass-plugin, eslint, eslint-plugin-import, eslint-plugin-solid, eslint-plugin-unused-imports, fast-xml-parser, fflate, glob-to-regexp, globals, hash-wasm, html-entities, http-status-codes, i18next, id-agent, jiti, js-base64, just-bash, lefthook, localforage, lodash-es, node-diff3, npm-run-all2, obsidian, ohash, path-browserify, postcss, postcss-merge-rules, prettier, ramda, rxjs, solid-js, stream-browserify, superjson, tslib, typescript, typescript-eslint, unocss, unplugin-solid, uuid, vitest, webdav, zod

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
Note Content AccessReads vault files
Private Network AccessReferences localhost or private-network addresses
Process Or Shell AccessUses Node process or subprocess APIs
Vault File WriteWrites vault files
Webassembly UsageUses WebAssembly APIs
Workspace LayoutRegisters or manipulates workspace views and panes
FindingTypeConfidenceEvidence
Evaluates dynamic code or injects scriptsWarningHighimport (1), eval (2), Function (1), dynamic_code:eval (1)
Uses Node process or subprocess APIsWarningHighprocess.env (9), process.platform (2)
References localhost or private-network addressesWarningMedium127.0.0.1 (2), localhost (9)
Reads or writes clipboard dataInfoHighnavigator.clipboard.writeText (1)
Uses persistent browser storageInfoHighlocalStorage.getItem (2), localStorage.setItem (2)
Uses WebAssembly APIsInfoHighWebAssembly (2)
Includes large embedded base64 blobsInfoHighbase64 blob (1)
Registers events, DOM handlers, or intervalsInfoHighsetInterval (3), setTimeout (25), this.registerEvent (1)
References URLs or constructs URL objectsInfoHighhttp:// (22), https:// (422), URL (44), URLSearchParams (7)
Uses browser network APIsInfoHighfetch (5)
Uses Obsidian request APIsInfoHighobsidian.requestUrl (1)
Registers plugin settings UIInfoHighthis.addSettingTab (1), Setting (75), obsidian.Setting (75)
Accesses Obsidian vault APIsInfoHighapp.vault (5)
Opens or creates files through workspace or file manager APIsInfoHighapp.workspace.openLinkText (1), workspace_file_open:getLeaf.openFile (1)
Reads vault filesInfoHighapp.vault.readBinary (1)
References Obsidian URI linksInfoHighobsidian:// (4)
Uses adapter-level vault filesystem APIsInfoHighapp.vault.adapter (2)
Writes vault filesInfoHighapp.vault.create (1)
Accesses Obsidian workspace APIsInfoHighapp.workspace (8)
Accesses the active file or editorInfoHighapp.workspace.getActiveFile (1)
Registers or manipulates workspace views and panesInfoHighapp.workspace.detachLeavesOfType (1), app.workspace.getLeavesOfType (1), app.workspace.revealLeaf (1), 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 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.42025-03-13Released while not listed
0.0.52025-03-21Released while not listed
0.0.62025-03-25Released while not listed
0.0.72025-03-28Released while not listed
0.1.02025-04-07Released while not listed
0.2.02025-04-09Released while not listed
0.2.12025-04-10Released while not listed
0.2.22025-04-10Released while not listed
0.2.32025-04-14Released while not listed
0.3.02025-04-18Released while not listed
0.3.12025-04-21Released while not listed
0.3.22025-04-23Released while not listed
0.4.02025-04-25Released while not listed
0.4.12025-04-27Released while not listed
0.4.22025-04-28Released while not listed
0.5.12025-04-30Released while not listed
0.6.02025-05-09Released while not listed
0.6.12025-05-13Released while not listed
0.7.02025-05-14Released while not listed
0.8.02025-06-23Released while not listed
0.8.12025-06-25Released while not listed
0.8.22025-06-26Released while not listed
0.8.32025-07-21Released while not listed
0.8.42025-08-06Released while not listed
0.8.52025-12-02None
1.0.02025-12-29None
1.1.02026-02-05None
1.1.12026-02-11None
1.1.22026-02-11None
1.1.32026-02-25None
1.2.02026-04-28None
1.2.12026-04-29None
1.2.22026-05-07None
1.3.02026-06-30None
1.3.12026-07-10None

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.