@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.
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.