Simple Image Renamer is a minimal but effective Obsidian plugin that was built to solve a personal need: renaming multiple images linked in a note, all at once, with a single command.
Sometimes when working with pasted or dropped-in images, filenames become messy or inconsistent. This plugin renames all linked images in the active note (e.g. image.png
, Screenshot 2023-01-01.png
, etc.) to match the note title, appending a number to avoid conflicts. It also updates the links inside the note accordingly.
- Detects all image links (
![[...]]
or
) in the current note - Renames the underlying image files to match the note name (e.g.
NoteName1.png
,NoteName2.jpg
, etc.) - Updates the links inside the note to reflect the new names
- Preserves aliases (
![[image.png|caption]]
) if present
This plugin was created to satisfy a very specific workflow need:
“I want to clean up all the image filenames in a note without doing it one by one.”
Now that this core functionality works reliably, I may expand the plugin over time to include:
- Optional filename formats
- Rename preview before applying
- Folder-scoped renaming
- Undo history or backup
But for now, it does what it needs to — and does it well.
Once installed and activated, simply:
- Open the note with images you want to rename
- Run the command palette (
Cmd+P
/Ctrl+P
) - Select:
Simple Image Renamer: Rename
That’s it — all linked images will be renamed and the links updated.
- Download the latest release from the Releases page
- Extract the folder and place it in
.obsidian/plugins/
inside your vault - Activate it in Settings → Community Plugins
- Obsidian v0.12.0 or higher
- Image files must be inside your vault and linked in the current note
MIT