Skip to content

Attachment Management

Customize attachment path, auto-rename attachments, etc.

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

Data

ID attachment-management
Author trganda
Funding Support the Author
Official Release Date 2023-06-22
Last update 2026-05-26

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 1, 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-06-22 Plugin Added
2024-01-27 description Attachment management plugin to custom the attachment path and auto rename etc. Customize attachment path, auto-rename attachments, etc.

Repository Data

License MIT in package.json
MIT in LICENSE file
Package Manager npm, pnpm
Uses Typescript Yes
Installed Bundlers esbuild
Installed Testing Frameworks None found
Has Test Files No
Latest Release main.js Size 103 KB
Detected ES Version ES2018
Probably Minified No
main.js API Findings 6 disclosures
Uses BRAT beta releases No
Dependencies cross-env, esbuild, ts-md5
Dev Dependencies @eslint/js, @types/node, builtin-modules, commit-and-tag-version, eslint, eslint-config-prettier, eslint-plugin-import, eslint-plugin-prettier, eslint-plugin-unused-imports, obsidian, prettier, 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
Full Vault Access Enumerates vault files
Global Handlers Or Timers Registers events, DOM handlers, or intervals
Metadata Access Reads Obsidian metadata cache
Note Content Access Reads vault files
Vault File Write Renames, deletes, trashes, or copies vault files
Finding Type Confidence Evidence
Renames, deletes, trashes, or copies vault files Warning High app.fileManager.renameFile (1), app.vault.rename (1)
Registers events, DOM handlers, or intervals Info High this.registerEvent (5)
Reads Obsidian metadata cache Info High app.metadataCache (5), app.metadataCache.resolvedLinks (5)
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 (24), obsidian.Setting (24)
Registers commands, ribbon icons, or status bar items Info High this.addCommand (5)
Accesses Obsidian vault APIs Info High app.vault (31)
Enumerates vault files Info High app.vault.getFiles (1)
Reads vault files Info High app.vault.cachedRead (1)
Uses adapter-level vault filesystem APIs Info High app.vault.adapter (18)
Accesses Obsidian workspace APIs Info High app.workspace (3)

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 2743 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.2.0 2023-05-11 Released while not listed
0.3.0 2023-05-15 Released while not listed
0.3.2 2023-05-16 Released while not listed
0.3.3 2023-05-17 Released while not listed
0.3.4 2023-05-18 Released while not listed
0.3.5 2023-05-20 Released while not listed
0.4.0 2023-05-23 Released while not listed
0.4.1 2023-05-23 Released while not listed
0.5.0 2023-05-25 Released while not listed
0.5.1 2023-06-12 Released while not listed
0.5.2 2023-06-13 Released while not listed
0.5.3 2023-06-15 Released while not listed
0.5.4 2023-06-22 None
0.5.5 2023-06-22 None
0.6.0 2023-06-26 None
0.6.1 2023-06-26 None
0.7.0 2023-07-12 None
0.7.1 2023-07-12 None
0.7.2 2023-07-12 None
0.7.3 2023-07-26 None
0.7.4 2023-07-30 None
0.7.5 2023-07-31 None
0.7.6 2023-07-31 None
0.7.7 2023-08-03 None
0.7.8 2023-08-21 None
0.8.2 2023-09-18 None
0.8.3 2023-09-20 None
0.8.4 2023-09-25 None
0.8.5 2023-11-15 None
0.9.0 2023-12-07 None
0.9.1 2023-12-07 None
0.9.2 2024-01-16 None
0.9.3 2024-01-17 None
0.9.4 2024-01-29 None
0.9.5 2024-01-31 None
0.9.6 2024-02-02 None
0.9.7 2024-03-26 None
0.9.8 2024-05-22 None
0.9.9 2024-06-26 None
0.9.10 2024-07-04 None
0.9.11 2024-07-15 None
0.9.12 2024-07-16 None
0.9.13 2024-07-21 None
0.9.14 2024-07-25 None
0.9.15 2024-09-12 None
0.9.16 2024-10-10 None
0.10.0 2025-08-24 None
0.11.0 2026-05-17 None
0.11.1 2026-05-18 None
0.11.2 2026-05-18 None
0.12.0 2026-05-18 None
0.12.1 2026-05-26 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.