You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
After moving "Notepad" to the "Images" folder, the structure is:
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
The text was updated successfully, but these errors were encountered: