Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to, while batch renaming, moving the picture to [[subfolder name]] #94

Open
josmarcristello opened this issue Jun 4, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@josmarcristello
Copy link

Is your feature request related to a problem? Please describe.
The batch renaming feature in Obsidian works perfectly for renaming pictures according to specific rules. However, an issue arises when a file is moved to a different folder. The batch renaming process will still reference and rename the files in their original folder.

Example Scenario:
Initially, the file structure is:

  • Inbox
    • _attachments
      • Notepad_001.png
      • Notepad_002.png
    • Notepad

After moving "Notepad" to the "Images" folder, the structure is:

  • Inbox
    • _attachments
      • Notepad_001.png
      • Notepad_002.png
  • Images
    • Notepad
      In this scenario, the attachments will still be referenced in the original folder (Inbox/_attachments).

Describe the solution you'd like
A clear and concise solution would be to automatically update the attachment references and move the files to the new location when the parent note is moved. This ensures that the attachments remain organized and correctly linked within their new folders.

Describe alternatives you've considered
The only current alternative is manually moving the files and updating the references, which is prone to human error and time-consuming.

Additional context
N/A

@josmarcristello josmarcristello added the enhancement New feature or request label Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant