Zettlr currently creates files with a .md extension
I would like a setting to change the extension for new files to .txt. Thanks!
Hell no! Zettlr is a MarkDown editor, so, it is working with markdown files!
@Monolecte is right: It's a Markdown editor, so the default extension should be .md. Nevertheless: Zettlr also allows you to create the following other file types:
.markdown.txt.tex (which additionally switch the syntax highlighting of the editor from Markdown to LaTeX)Simply provide the respective extensions, Zettlr will accept them and create the correct files for you and not add a .md-extension.
@Monolecte I know! I keep all my notes formatted in Markdown format, but prefer to use a .txt extension with these markdown-formatted notes so that they can be synced with and read by other applications which only support files without .txt extension.
That's why I was hoping for a solution to automatically save new with .txt extensions, but it's good to know I can specify the extension type when creating a new note!
Always glad to help, and I know that this feature is somewhat invisible, I need to make it more obvious to people ...
Most helpful comment
@Monolecte is right: It's a Markdown editor, so the default extension should be
.md. Nevertheless: Zettlr also allows you to create the following other file types:.markdown.txt.tex(which additionally switch the syntax highlighting of the editor from Markdown to LaTeX)Simply provide the respective extensions, Zettlr will accept them and create the correct files for you and not add a
.md-extension.