I found that it could be set "Enable Rmarkdown file support" in the advanced preferences. But I couldn't open .Rmd files. Is there any other setting should I do?
I only did the following steps: preferences-->Advanced--> Enable Rmarkdown file support
The .zip file is the screenshot video
zettlr-rmarkdown.zip
Please don't include ZIP-files on computer-related sites …
Anyway, this should not happen. Did you re-start the app? Because the app needs to be restarted once to re-read the file tree to apply the change.
OK. I had tried re-start the windows systems and the app, but it didn't work. And I tried to import the Rmd-files, but it failed.
Ah, damn! I'm on it!
I think it's related to the fact that you've capitalised the filename (Rmd instead of rmd) and I forgot to make it case-insensitive
yeah, I changed the Rmd to rmd, it worked
Alright, then I know what to do! Thanks for reporting
And fixed!
Hi @nathanlesage, apologies for pinging you over such a trivial issue but I believe this bug still persists i.e. it works with .rmd but not .Rmd files.
I think it's worth looking at because when creating R Markdown files in a commonly used IDE like RStudio, it generates .Rmd files by default.
I'm on the latest version of Zettlr: 1.7.1.
it works with .rmd but not .Rmd files
… wait a moment … Mh, opening .Rmd-files was always possible, but I forgot to make the new file/file renaming command case-insensitive. Should work now.
Most helpful comment
… wait a moment … Mh, opening .Rmd-files was always possible, but I forgot to make the new file/file renaming command case-insensitive. Should work now.