I was changing some settings on the daily note plugin in one of my Obsidian vaults a couple of weeks ago.
I didn’t notice the space in the new file name for my daily note.
It looks like there is a bug.
Here is the double space in the daily note setting:
Here is what the files looked like in Obsidian. There is actually 2 spaces before the dash in the file name however, Obsidian doesn’t render that as 2 spaces which makes it difficult to see the issue.
Steps to resolve the issue.
Change the configuration in Daily Note so that new files are created as expected.
Rename all of the previous files so the plugin knows about them AND the backlinks work correctly.
rename 's/ - / - /g' * (note: If you don’t have the rename command in terminal, get it with brew install rename)