The PR #6650 by @joshuafontany which was included in v5.2.3 attempts to fix #6649 by using the filesystem utils generateTiddlerFileInfo() and saveTiddlerToFileSync().
It turns out that this change has an unexpected side effect, which is that the save command will no longer overwrite existing files, instead appending an ascending numeric suffix.
In previous versions of TiddlyWiki, the save command would overwrite existing files if asked.
The PR #6650 by @joshuafontany which was included in v5.2.3 attempts to fix #6649 by using the filesystem utils
generateTiddlerFileInfo()andsaveTiddlerToFileSync().It turns out that this change has an unexpected side effect, which is that the save command will no longer overwrite existing files, instead appending an ascending numeric suffix.
In previous versions of TiddlyWiki, the save command would overwrite existing files if asked.