Star ImageMaster
approvedby starhunter
Manage Obsidian images with auto-save, gallery view, duplicate detection, smart delete, and link updates. - This plugin has not been manually reviewed by Obsidian staff.
Star ImageMaster
Manage vault images with auto-save, gallery view, duplicate detection, smart delete, and link updates.
Features
- Automatically save pasted or dropped images into configurable folders.
- Browse images in grid and list gallery views.
- Detect duplicate images with SHA-256 hashes.
- Find orphaned images that are no longer referenced by notes.
- Update links when images are moved or renamed.
Installation
From Community Plugins
- Open Settings → Community plugins.
- Search for Star ImageMaster.
- Install and enable the plugin.
Manual installation
- Download
main.js,manifest.json, andstyles.cssfrom the latest GitHub release. - Create the plugin folder:
<vault>/.obsidian/plugins/star-imagemaster/. - Copy the downloaded files into that folder.
- Restart the app or reload plugins, then enable Star ImageMaster in Community plugins.
Build from source
git clone https://github.com/starhunt/star-imagemaster.git
cd star-imagemaster
npm install
npm run build
Copy main.js, manifest.json, and styles.css into <vault>/.obsidian/plugins/star-imagemaster/.
Usage
- Enable Star ImageMaster in Community plugins.
- Open the command palette or use the plugin ribbon/sidebar entry.
- Configure provider keys, folders, templates, or review options in plugin settings as needed.
- Run the relevant command for your workflow.
Commands
Open Gallery
Privacy and network use
Star ImageMaster works with image files inside your vault. It does not require an account, does not call external services, and does not collect telemetry.
Platform
This plugin is desktop-only because it uses desktop-only APIs.
License
MIT License. See LICENSE.
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.