obsidian-paste-image-rename
obsidian-paste-image-rename copied to clipboard
Do not rename files that are already "well-named" when using "batch rename instantly" command.
problem
Each time I use the "batch rename instantly" command, it renames all files, even if the name already follows the rules. This causes some problems:
- The same file's name will change overtime.
- The same name might point to different files.
- Each rename process cost more time.
solution
- The plugin should should only rename files that do not follow the current naming rules, or:
- Add an option in setting so that only files that start with "Paste image" will be affected by this command
alternatives
- Live with it.
- I suppose using regex can solve this, but I don't know how.