Skip to content

File Cleaner Redux

Help you to clean empty files and unused attachments in the vault.

Data

IDfile-cleaner-redux
Authorhusjon
Minimum Obsidian Version0.12.0
Official Release Date2023-11-22
Last update2026-03-08

Last Refresh

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

Community plugin snapshotJul 13, 2026
Repository clonelast successful checkout May 25, 2026
Release acquisitionrelease metadata checked Jun 22, 2026; existing successful main.js cache reused

Quick Links

Changes

DateChanged PropertyOld ValueNew Value
2023-11-22Plugin Added

Repository Data

LicenseMIT in package.json
MIT in LICENSE file
Package Managerpnpm
Uses TypescriptYes
Installed Bundlersesbuild
Installed Testing FrameworksNone found
Has Test FilesNo
Latest Release main.js Size401 KB
Detected ES VersionES6
Probably MinifiedNo
main.js API Findings4 disclosures
Uses BRAT beta releasesNo
Dependencieslucide-svelte
Dev Dependencies@eslint/js, @types/node, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, builtin-modules, esbuild, esbuild-svelte, eslint, globals, moment, obsidian, prettier, svelte, svelte-check, svelte-preprocess, 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.

DisclosureDetected From
Adapter File AccessUses adapter-level vault filesystem APIs
Global Handlers Or TimersRegisters events, DOM handlers, or intervals
Metadata AccessReads Obsidian metadata cache
Workspace LayoutRegisters or manipulates workspace views and panes
FindingTypeConfidenceEvidence
Registers events, DOM handlers, or intervalsInfoHighsetTimeout (2), this.registerEvent (1)
Reads Obsidian metadata cacheInfoHighapp.metadataCache (9), app.metadataCache.resolvedLinks (1)
References URLs or constructs URL objectsInfoHighhttp:// (11), https:// (47), URL (2)
Persists plugin settings or dataInfoHighthis.loadData (1), this.saveData (1)
Registers plugin settings UIInfoHighthis.addSettingTab (1), Setting (20), obsidian.Setting (20)
Registers commands, ribbon icons, or status bar itemsInfoHighthis.addCommand (1), this.addRibbonIcon (1)
Accesses Obsidian vault APIsInfoHighapp.vault (21)
Accesses vault foldersInfoHighapp.vault.getFolderByPath (1)
Uses adapter-level vault filesystem APIsInfoHighapp.vault.adapter (7)
Accesses Obsidian workspace APIsInfoHighapp.workspace (3)
Registers or manipulates workspace views and panesInfoHighapp.workspace.detachLeavesOfType (1), app.workspace.getLeavesOfType (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 1903 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.2.12023-11-06Released while not listed
0.2.22023-11-06Released while not listed
0.2.32023-11-07Released while not listed
0.2.42023-11-09Released while not listed
0.3.02023-11-10Released while not listed
0.3.12023-11-10Released while not listed
0.3.22023-11-10Released while not listed
0.3.32023-11-10Released while not listed
0.4.02023-11-10Released while not listed
0.4.12023-11-10Released while not listed
0.5.02023-11-12Released while not listed
0.5.12023-11-12Released while not listed
0.5.22023-11-14Released while not listed
0.6.02023-11-18Released while not listed
0.7.02023-11-21Released while not listed
0.7.12023-11-21Released while not listed
0.8.02023-11-25None
0.8.12023-11-27None
0.8.22024-02-11None
0.8.32024-02-13None
0.8.42024-02-24None
0.8.52024-02-27None
0.8.62024-03-02None
0.8.72024-04-12None
0.9.02024-04-29None
0.9.12024-05-21None
1.0.02024-06-18None
1.0.12024-08-29None
1.0.22024-09-03None
1.1.02024-09-04None
1.1.12024-09-05None
1.1.22024-10-30None
1.2.02024-11-13None
1.2.12024-12-06None
1.3.02024-12-14None
1.4.02025-01-10None
1.4.12025-01-10None
1.4.22025-02-15None
1.5.02025-02-18None
1.5.12025-02-20None
1.5.22025-02-24None
1.5.32025-02-25None
1.6.02025-02-28None
1.6.22025-03-02None
1.7.02025-05-01None
1.8.02025-07-21None
1.9.02025-07-29None
1.9.12025-07-30None
1.10.02025-08-04None
1.11.02025-09-05None
1.11.12025-09-06None
1.12.12025-09-25None
1.12.22025-09-26None
1.13.02025-10-17None
1.13.12025-11-20None
1.13.22025-11-21None
1.13.32026-01-24None
1.13.42026-02-08None
1.14.02026-03-08None

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.