Skip to content

Attachment Uploader

Upload attachments to PicSee or uPic, with customization for commands and file type.

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

Data

ID attachment-uploader
Author zhuxining
Minimum Obsidian Version 0.15.0
Official Release Date 2023-12-07
Last update 2025-08-25

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 May 25, 2026
Release acquisition release metadata checked Jun 12, 2026; existing successful main.js cache reused

Quick Links

Changes

Date Changed Property Old Value New Value
2023-12-07 Plugin Added
2024-01-27 description Attachment uploader plugin, which allows you customize the upload command, customize upload file type. Upload attachments to PicSee or uPic, with customization for commands and file type.

Repository Data

License MIT in package.json
MIT in LICENSE file
Package Manager bun
Uses Typescript Yes
Installed Bundlers esbuild
Installed Testing Frameworks None found
Has Test Files No
Latest Release main.js Size 24.3 KB
Detected ES Version ES2018
Probably Minified No
main.js API Findings 5 disclosures
Uses BRAT beta releases No
Dependencies None
Dev Dependencies @biomejs/biome, @types/node, builtin-modules, esbuild, obsidian, tslib, typescript

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
Full Vault Access Enumerates vault files
Global Handlers Or Timers Registers events, DOM handlers, or intervals
Node Filesystem Access Uses direct Node filesystem-related modules
Process Or Shell Access Uses Node process or subprocess APIs
Finding Type Confidence Evidence
Uses direct Node filesystem-related modules Warning High fs (1), os (1), path (2)
Uses Node process or subprocess APIs Warning High child_process (1)
Registers events, DOM handlers, or intervals Info High this.registerEvent (3)
References URLs or constructs URL objects Info High https:// (1)
Persists plugin settings or data Info High this.loadData (1), this.saveData (1)
Registers plugin settings UI Info High this.addSettingTab (1), Setting (6), obsidian.Setting (6)
Registers commands, ribbon icons, or status bar items Info High this.addCommand (1), this.addRibbonIcon (1)
Accesses Obsidian vault APIs Info High app.vault (7)
Enumerates vault files Info High app.vault.getFiles (1)
Uses adapter-level vault filesystem APIs Info High app.vault.adapter (2)
Accesses Obsidian workspace APIs Info High app.workspace (5)
Accesses the active file or editor Info High app.workspace.activeEditor (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 615 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.0.2 2023-11-08 Released while not listed
1.0.3 2023-11-14 Released while not listed
1.0.4 2024-06-11 None
1.0.5 2024-08-18 None
1.0.6 2024-08-18 None
1.0.7 2024-09-17 None
1.0.8 2025-03-18 None
1.1.0 2025-08-25 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.