Skip to content

File Cleaner Redux

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

Data

ID file-cleaner-redux
Author husjon
Minimum Obsidian Version 0.12.0
Official Release Date 2023-11-22
Last update 2026-03-08

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-11-22 Plugin Added

Repository Data

License MIT in package.json
MIT in LICENSE file
Package Manager pnpm
Uses Typescript Yes
Installed Bundlers esbuild
Installed Testing Frameworks None found
Has Test Files No
Latest Release main.js Size 401 KB
Detected ES Version ES6
Probably Minified No
main.js API Findings 4 disclosures
Uses BRAT beta releases No
Dependencies lucide-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.

Disclosure Detected From
Adapter File Access Uses adapter-level vault filesystem APIs
Global Handlers Or Timers Registers events, DOM handlers, or intervals
Metadata Access Reads Obsidian metadata cache
Workspace Layout Registers or manipulates workspace views and panes
Finding Type Confidence Evidence
Registers events, DOM handlers, or intervals Info High setTimeout (2), this.registerEvent (1)
Reads Obsidian metadata cache Info High app.metadataCache (9), app.metadataCache.resolvedLinks (1)
References URLs or constructs URL objects Info High http:// (11), https:// (47), URL (2)
Persists plugin settings or data Info High this.loadData (1), this.saveData (1)
Registers plugin settings UI Info High this.addSettingTab (1), Setting (20), obsidian.Setting (20)
Registers commands, ribbon icons, or status bar items Info High this.addCommand (1), this.addRibbonIcon (1)
Accesses Obsidian vault APIs Info High app.vault (21)
Accesses vault folders Info High app.vault.getFolderByPath (1)
Uses adapter-level vault filesystem APIs Info High app.vault.adapter (7)
Accesses Obsidian workspace APIs Info High app.workspace (3)
Registers or manipulates workspace views and panes Info High app.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

Version Release Date Note
0.2.1 2023-11-06 Released while not listed
0.2.2 2023-11-06 Released while not listed
0.2.3 2023-11-07 Released while not listed
0.2.4 2023-11-09 Released while not listed
0.3.0 2023-11-10 Released while not listed
0.3.1 2023-11-10 Released while not listed
0.3.2 2023-11-10 Released while not listed
0.3.3 2023-11-10 Released while not listed
0.4.0 2023-11-10 Released while not listed
0.4.1 2023-11-10 Released while not listed
0.5.0 2023-11-12 Released while not listed
0.5.1 2023-11-12 Released while not listed
0.5.2 2023-11-14 Released while not listed
0.6.0 2023-11-18 Released while not listed
0.7.0 2023-11-21 Released while not listed
0.7.1 2023-11-21 Released while not listed
0.8.0 2023-11-25 None
0.8.1 2023-11-27 None
0.8.2 2024-02-11 None
0.8.3 2024-02-13 None
0.8.4 2024-02-24 None
0.8.5 2024-02-27 None
0.8.6 2024-03-02 None
0.8.7 2024-04-12 None
0.9.0 2024-04-29 None
0.9.1 2024-05-21 None
1.0.0 2024-06-18 None
1.0.1 2024-08-29 None
1.0.2 2024-09-03 None
1.1.0 2024-09-04 None
1.1.1 2024-09-05 None
1.1.2 2024-10-30 None
1.2.0 2024-11-13 None
1.2.1 2024-12-06 None
1.3.0 2024-12-14 None
1.4.0 2025-01-10 None
1.4.1 2025-01-10 None
1.4.2 2025-02-15 None
1.5.0 2025-02-18 None
1.5.1 2025-02-20 None
1.5.2 2025-02-24 None
1.5.3 2025-02-25 None
1.6.0 2025-02-28 None
1.6.2 2025-03-02 None
1.7.0 2025-05-01 None
1.8.0 2025-07-21 None
1.9.0 2025-07-29 None
1.9.1 2025-07-30 None
1.10.0 2025-08-04 None
1.11.0 2025-09-05 None
1.11.1 2025-09-06 None
1.12.1 2025-09-25 None
1.12.2 2025-09-26 None
1.13.0 2025-10-17 None
1.13.1 2025-11-20 None
1.13.2 2025-11-21 None
1.13.3 2026-01-24 None
1.13.4 2026-02-08 None
1.14.0 2026-03-08 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.