v1.3.4: Two Pesky Bugs Fixed
by•
Hello, hello
With a new, shorter iteration to Prosaic, two pesky bugs have been fixed:
Creating a file no longer overwrites existing files; shows error instead.
Entering .md extension in filename no longer creates double extension.
Hope you haven't faced them and if you have, you just need to do a
pipx upgrade prosaic-appHappy writing!
16 views



Replies
Quick question about the file overwrite protection - does it check for both .md and .txt files or just markdown? :)
Prosaic
@rohanrecommends It will only check for .md files because prosaic only creates .md files. While you can edit .txt files with the command line prosaic <filename>, whenever you use it to create a new file, it will coerce it to markdown. So, all modes (start writing, write a piece, work on a book) will create markdown files and only check them for overwrite.