Contributors104 downloadsAutomatically rename pasted images, clean image file lists, style Bases rows, and install the Baseline theme.
Rename Img is an Obsidian plugin for keeping pasted image workflows tidy. It can rename newly created or pasted images, repair image links after renaming, hide PNG files from the file explorer, and add small helpers for Obsidian Bases.
Current version: 1.1.3
Image filename display: Show on hoverHide PNG files in file list: EnabledBase style rule 1: canvas / #f9a8d4Base style rule 2: md / #3f3f46Files.base file with filters for non-PNG and non-Base files.The Create default base command creates a Files.base file with these filters:
file.ext is not png
file.ext is not base
The default visible properties are:
Baseline is my personal recommended Obsidian theme for this workflow. It is not bundled with this plugin, and the plugin does not download, install, or switch to Baseline automatically.
If you want the same visual style, install the Baseline theme separately through Obsidian's theme system. Obsidian community plugin releases only download supported plugin assets, so full theme files should stay outside this plugin release.
Upload these supported files to GitHub Releases:
main.jsmanifest.jsonstyles.cssFor artifact attestations, create or push the release tag and let the GitHub Actions release workflow build and upload these assets. Assets uploaded manually from a local machine usually do not have GitHub artifact attestations.
Do not upload node_modules/. Dependencies can be restored locally with npm install.
npm install
npm run build