vim-pandoc / vim-rmarkdown

Rmarkdown support for vim
98 stars 26 forks source link

xaringan support? #24

Open danilofreire opened 5 years ago

danilofreire commented 5 years ago

Hi!

Congratulations for your great plugin, I've been using it for quite some time. It works pretty well here. I was wondering whether you're planning to add support to xaringan presentations in the future. I've tried to knit some xaringan files to html or revealjs but it didn't work out as expected. You can see a template here.

Many thanks! :)

joernih commented 5 years ago

Workaround: You can just write this in the vim command line :! R -e "rmarkdown::render('name_of_Rmd_file.Rmd', 'xaringan::moon_reader')"