I'm trying to install extensions for Quarto presentations (for example, the illinois-revealjs
extension) inside of RStudio. My computer runs Windows 11.
I tried using the documentation Quarto - Managing Extensions
and also following the instructions from the extension's GitHub. (I'd put the link in here but as a new user the forum rules won't let me)
I also tried looking for any info on RStudio and its GitHub page but struck out there -- I think someone over there actually asked the same question a while ago and got no responses.
After trying all of the above, I think it successfully downloaded the extension, but when I try to run
---
title: "title"
author: "me"
format:
illinois-revealjs:
chalkboard: true
editor: visual
---
## TEST
I get the error message
ERROR: Unable to read the extension 'illinois'.
Please ensure that you provided the correct id and that the extension is installed.
Stack trace:
Please ensure that you provided the correct id and that the extension is installed.
at loadExtension (file:///C:/Users/username/AppData/Local/Programs/Quarto/bin/quarto.js:42097:15)
...
and the ...
just covers up a bunch of other very similar lines.
However, when I set illinois-revealjs
to just revealjs
then it renders.
Anyone have guidance on how to do the installation / use inside of RStudio? Thanks!