Use case or problem
When files are moved/reorganized in the Obsidian vault folder structure while the app is closed, internal links break because Obsidian cannot update them in real-time. This creates additional work to fix broken links after reopening the app.
Proposed solution
Implement a check during Obsidian startup that detects any file location changes made while the app was closed. If changes are detected, automatically update all internal links to maintain vault integrity. Add a notification showing which files were moved and which links were updated.
Current workaround
Must keep Obsidian open while reorganizing files to maintain link integrity, or manually fix broken links after moving files with the app closed.