Vault Cleanup Dashboard
This plugin has not been manually reviewed by Obsidian staff. Visual dashboard for intelligently cleaning orphaned files and attachments with scheduled auto-cleanup and file protection.
The above warnings are based on limited information and might not always be accurate.
Data
| ID | wlunan-vault-cleaner |
| Author | lunan |
| Minimum Obsidian Version | 1.3.0 |
| Official Release Date | 2026-05-17 |
| Last update | 2026-06-03 |
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 5, 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 |
|---|---|---|---|
| 2026-05-17 | Plugin Added |
Repository Data
| License | MIT in package.json MIT in LICENSE
file
|
| Package Manager | npm |
| Uses Typescript | Yes |
| Installed Bundlers | esbuild |
| Installed Testing Frameworks | None found |
| Has Test Files | No |
Latest Release main.js Size
| 52.8 KB |
| Detected ES Version | ES6 |
| Probably Minified | No |
| main.js API Findings | 8 disclosures |
| Uses BRAT beta releases | No |
| Dependencies | None |
| Dev Dependencies | @types/node, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, 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 |
| Clipboard Access | Reads or writes clipboard data |
| Full Vault Access | Enumerates vault files |
| Global Handlers Or Timers | Registers events, DOM handlers, or intervals |
| Metadata Access | Reads Obsidian metadata cache |
| Node Filesystem Access | Uses direct Node filesystem-related modules |
| Note Content Access | Reads vault files |
| Vault File Write | Renames, deletes, trashes, or copies vault files, Writes vault files |
| Finding | Type | Confidence | Evidence |
|---|---|---|---|
| Uses direct Node filesystem-related modules | Warning | High | path (2) |
| Renames, deletes, trashes, or copies vault files | Warning | High | app.fileManager.renameFile (3), app.vault.delete (1), app.vault.trash (1) |
| Reads or writes clipboard data | Info | High | navigator.clipboard.writeText (1) |
| Registers events, DOM handlers, or intervals | Info | High | this.registerEvent (1) |
| Reads Obsidian metadata cache | Info | High | app.metadataCache (2), app.metadataCache.resolvedLinks (2) |
| Persists plugin settings or data | Info | High | this.loadData (1), this.saveData (1) |
| Registers plugin settings UI | Info | High | this.addSettingTab (1) |
| Registers commands, ribbon icons, or status bar items | Info | High | this.addCommand (4), this.addRibbonIcon (1) |
| Accesses Obsidian vault APIs | Info | High | app.vault (18) |
| Enumerates vault files | Info | High | app.vault.getFiles (4) |
| Reads vault files | Info | High | app.vault.read (2) |
| Uses adapter-level vault filesystem APIs | Info | High | app.vault.adapter (3) |
| Writes vault files | Info | High | app.vault.createFolder (2) |
| Accesses Obsidian workspace APIs | Info | High | app.workspace (2) |
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 3798 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 | 2026-05-17 | None |
| 1.0.3 | 2026-06-03 | None |