You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I know this is last minute as my presentation is tomorrow haha, but I just realized that putting the HTML file resulting from my Quarto presentation script on my website, I cannot use the speaker view once I use the web version of the presentation.
It says that the site "refused to connect", probably because I am not running a local RStudio server. Strange thing though is that it should work based on the Quarto Demo. I looked at the source code but could not find where the speaker view plugin is mentioned.
I tried adding the speaker view plugin directly like this (as suggested here and here),
format:revealjs:revealjs-plugins:-RevealNotes
but then it says that it cannot find that plugin. And I cannot find what code exactly to use to create the plugin (but it's supposed to be part of base Quarto/reveal.js? So not sure what I'm supposed to do).
I was hoping that I could use the speaker view even without bringing my own computer with RStudio, that I could access them online, just like for xaringan slides. Quarto version is 1.1.189. Thank you.
Edit: Also tried copying the entire original folder, not just the HTML, and I am still getting this error, so am a bit puzzled.
websitesIssues creating websitesrevealjsIssues with the revealjs formatstaleIssues open for 30+ days without providing a "working" reproducible example
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I know this is last minute as my presentation is tomorrow haha, but I just realized that putting the HTML file resulting from my Quarto presentation script on my website, I cannot use the speaker view once I use the web version of the presentation.
It says that the site "refused to connect", probably because I am not running a local RStudio server. Strange thing though is that it should work based on the Quarto Demo. I looked at the source code but could not find where the speaker view plugin is mentioned.
I tried adding the speaker view plugin directly like this (as suggested here and here),
but then it says that it cannot find that plugin. And I cannot find what code exactly to use to create the plugin (but it's supposed to be part of base Quarto/reveal.js? So not sure what I'm supposed to do).
I was hoping that I could use the speaker view even without bringing my own computer with RStudio, that I could access them online, just like for
xaringan
slides. Quarto version is1.1.189
. Thank you.Edit: Also tried copying the entire original folder, not just the HTML, and I am still getting this error, so am a bit puzzled.
My YAML header looks like this currently:
(So
standalone
is already set totrue
)Beta Was this translation helpful? Give feedback.
All reactions