j-maas489 downloadsEnsures all file names can be synced accross all platforms.
Ensure your Obsidian files can always be synced across all your devices.
Sometimes I have special characters in my file names on my desktop, like ?. When I open the app on my phone, I get a notification that says that some of those files cannot be synced. Those special characters, like ?, prevent the file from being synced to my phone.
This plugin helps you rename all your files to only contain safe characters, by replacing all unsafe characters with a hypen, -. So "Invalid?.md" becomes "Invalid-.md". The plugin can also automatically rename all new files you create or change the name of, but it will never overwrite an exisiting file.
Other plugins like Obsidian Filename Linter Plugin require manual execution. This plugin runs automatically to ensure all newly created files have safe names.