Skip to content

Awesome Image

One-stop solution for image management and viewing.

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

Data

IDawesome-image
Authorawesomedog
Minimum Obsidian Version0.15.0
Official Release Date2023-03-11
Last update2024-02-01

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-03-11Plugin Added
2026-05-12authorAwesomeDogawesomedog
2026-05-12repoAwesomeDog/obsidian-awesome-imageawesomedog/obsidian-awesome-image

Repository Data

LicenseMIT in package.json
MIT in LICENSE file
Package ManagerUnknown (no lock file found)
Uses TypescriptYes
Installed BundlersRollup
Installed Testing FrameworksNone found
Has Test FilesNo
Latest Release main.js Size2.23 MB
Detected ES VersionES2022
Probably MinifiedNo
main.js API Findings13 disclosures
Uses BRAT beta releasesNo
Dependencies@simonwep/pickr, crypto-js, del-cli, file-type, filenamify, got, install, is-svg, md5-typescript, npm, rollup-plugin-execute, safe-regex, shx
Dev Dependencies@rollup/plugin-commonjs, @rollup/plugin-node-resolve, @rollup/plugin-typescript, @types/crypto-js, @types/node, @types/safe-regex, json, obsidian, prettier, rollup, rollup-plugin-json, ts-node, 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.

DisclosureDetected From
Adapter File AccessUses adapter-level vault filesystem APIs
Clipboard AccessReads or writes clipboard data
Embedded Base64 BlobIncludes large embedded base64 blobs
Full Vault AccessEnumerates vault files
Global Handlers Or TimersRegisters events, DOM handlers, or intervals
Metadata AccessReads Obsidian metadata cache
Network AccessUses Node HTTP modules
Node Filesystem AccessUses direct Node filesystem-related modules
Note Content AccessReads vault files
Private Network AccessReferences localhost or private-network addresses
Process Or Shell AccessUses Node process or subprocess APIs
Source Map CommentIncludes a source map comment
Vault File WriteRenames, deletes, trashes, or copies vault files
FindingTypeConfidenceEvidence
Uses direct Node filesystem-related modulesWarningHighbuffer (1), node:buffer (1), node:os (1), node:path (1)
Uses Node process or subprocess APIsWarningHighprocess.env (1)
References localhost or private-network addressesWarningMediumlocalhost (3)
Renames, deletes, trashes, or copies vault filesWarningHighapp.fileManager.renameFile (1)
Reads or writes clipboard dataInfoHighnavigator.clipboard.write (1), navigator.clipboard.writeText (2)
Includes a source map commentInfoHighsourceMappingURL (1)
Includes large embedded base64 blobsInfoHighbase64 blob (1)
Registers events, DOM handlers, or intervalsInfoHighrequestAnimationFrame (6), setInterval (2), setTimeout (9), this.registerEvent (1)
Reads Obsidian metadata cacheInfoHighapp.metadataCache (1), app.metadataCache.resolvedLinks (1)
References URLs or constructs URL objectsInfoHighhttp:// (3), https:// (2), URL (7), URLSearchParams (5)
Uses Node HTTP modulesInfoHighhttp (1), https (1), node:http (1), node:https (1)
Persists plugin settings or dataInfoHighthis.loadData (1), this.saveData (1)
Registers plugin settings UIInfoHighthis.addSettingTab (1), Setting (25), obsidian.Setting (25)
Registers commands, ribbon icons, or status bar itemsInfoHighthis.addCommand (3)
Accesses Obsidian vault APIsInfoHighapp.vault (7)
Enumerates vault filesInfoHighapp.vault.getFiles (1), app.vault.getMarkdownFiles (1)
Reads vault filesInfoHighapp.vault.readBinary (1)
Uses adapter-level vault filesystem APIsInfoHighapp.vault.adapter (3)
Accesses Obsidian workspace APIsInfoHighapp.workspace (4)
Accesses the active file or editorInfoHighapp.workspace.getActiveFile (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 3225 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.1.02023-01-13Released while not listed
0.1.12023-02-08Released while not listed
0.1.22023-03-04Released while not listed
0.1.32024-02-01None

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.