obsidian-paste-image-rename icon indicating copy to clipboard operation
obsidian-paste-image-rename copied to clipboard

Do not rename files that are already "well-named" when using "batch rename instantly" command.

Open Ali-C-Ila opened this issue 1 year ago • 0 comments

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:

  1. The same file's name will change overtime.
  2. The same name might point to different files.
  3. Each rename process cost more time. image

solution

  1. The plugin should should only rename files that do not follow the current naming rules, or:
  2. Add an option in setting so that only files that start with "Paste image" will be affected by this command

alternatives

  1. Live with it.
  2. I suppose using regex can solve this, but I don't know how.

Ali-C-Ila avatar Mar 04 '23 05:03 Ali-C-Ila