Maintains a cache of your notes’ embedded external images.
Data
| ID | come-down |
| Author | mntno |
| Minimum Obsidian Version | 1.8.0 |
| Official Release Date | 2025-03-18 |
| Last update | 2026-04-28 |
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 |
| 2025-03-18 | 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
| 77.4 KB |
| Detected ES Version | ES2022 |
| Probably Minified | Yes |
| main.js API Findings | 7 disclosures |
| Uses BRAT beta releases | No |
| Dependencies | None |
| Dev Dependencies | @codemirror/language, @codemirror/state, @codemirror/view, @eslint/js, @lezer/common, @types/node, builtin-modules, esbuild, eslint, eslint-plugin-obsidianmd, globals, image-size, obsidian, tslib, typescript, typescript-eslint, xxhash-wasm |
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 |
| Cors Free Network Access | Uses Obsidian request APIs |
| Editor Behavior | Registers editor extensions |
| Global Handlers Or Timers | Registers events, DOM handlers, or intervals |
| Markdown Processing | Registers markdown processors or renderers |
| Network Access | Uses Obsidian request APIs, Uses browser network APIs |
| Webassembly Usage | Uses WebAssembly APIs |
| Finding | Type | Confidence | Evidence |
| Uses Electron desktop APIs | Warning | High | electron (1) |
| Uses WebAssembly APIs | Info | High | WebAssembly (1) |
| Registers editor extensions | Info | High | this.registerEditorExtension (1) |
| Registers markdown processors or renderers | Info | High | this.registerMarkdownPostProcessor (1) |
| Registers events, DOM handlers, or intervals | Info | High | setTimeout (5), this.registerEvent (2), this.registerInterval (1) |
| References URLs or constructs URL objects | Info | High | http:// (1), URL (2) |
| Uses browser network APIs | Info | High | fetch (1) |
| Uses Obsidian request APIs | Info | High | obsidian.requestUrl (1) |
| Persists plugin settings or data | Info | High | this.saveData (1) |
| Registers plugin settings UI | Info | High | this.addSettingTab (1), Setting (8), obsidian.Setting (8) |
| Registers commands, ribbon icons, or status bar items | Info | High | this.addCommand (2) |
| Accesses Obsidian vault APIs | Info | High | app.vault (10) |
| Uses adapter-level vault filesystem APIs | Info | High | app.vault.adapter (7) |
| Accesses Obsidian workspace APIs | Info | High | app.workspace (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 2841 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.0 | 2025-03-18 | None |
| 1.0.1 | 2025-03-22 | None |
| 1.0.2 | 2025-04-03 | None |
| 1.0.3 | 2025-04-05 | None |
| 1.0.4 | 2025-05-25 | None |
| 1.0.5 | 2025-05-28 | None |
| 1.0.6 | 2025-09-17 | None |
| 1.0.7 | 2025-09-24 | None |
| 1.1.0 | 2025-10-04 | None |
| 1.1.1 | 2026-04-28 | None |