Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supporting .Rmd files #30

Open
filippogambarota opened this issue Jan 1, 2022 · 5 comments
Open

Supporting .Rmd files #30

filippogambarota opened this issue Jan 1, 2022 · 5 comments

Comments

@filippogambarota
Copy link

Is there any way to enable the extension for RMarkdown files?

@notZaki
Copy link
Owner

notZaki commented Jan 2, 2022

It should support the rmd language from the R extension.

Alternatively, check what language vscode is using for the .rmd file (usually displayed near the bottom-right edge of window) and change it to markdown.

Hope that works!

@postylem
Copy link

postylem commented May 2, 2022

I have a closely-related question. Is it possible to get this to work with another Language Mode? That is, I would like to be able to use the extension without selecting Markdown as the language. Specifically, I'm editing a Quarto .qmd document (which basically allows a superset of the features of .Rmd). If I select Markdown in order to have PandocCiter available, it works, but then I lose the quarto-specific features of Quarto in VSCode that I'd like to access.

@atomashevic
Copy link

I have the same request as @postylem. Including Quarto .qmd documents would be a great improvement! Thanks!

@notZaki
Copy link
Owner

notZaki commented May 14, 2022

@postylem @atomashevic Thanks for bringing Quarto to my attention! I don't use it but it looks cool and I might find it useful in the future.
As for citations, I tried adding support for .qmd in the latest release of PandocCiter (version 0.9.3). Hopefully it works. Let me know if there's any issues. I didn't enable any hi-lighting for citations because I think quarto already does that.

@atomashevic
Copy link

atomashevic commented May 14, 2022

@notZaki Works great, thank you! And yes, highlighting is already in quarto so everything works as it should so far.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants