MarkdownMonster
MarkdownMonster copied to clipboard
Renaming file opens empty file and empty bak files
- Edit a file
- save it
- rename it in the navigation on the left
- File shows empty and in read mode
- closing and clicking on the renamed file in the navigation tries to load the .bak.md file
- clicking on the .. and reopening gives the following, with a different bak file being opened (empty) and the real file being opened with content
I was creating and removing files with a script and noticed that some things are not as atomic as I expected in WSL... maybe that is what is happening with the renaming?
# remove it since it is autogenerated
# does not work immediately, WSL filesystem is too slow to close it
sleep 0.1
rm -f $section
Duplicate of #1141. Should be fixed.