Getting the multiplex setting to work for Revealjs slides #2263
Replies: 2 comments 8 replies
-
Documentation for the Multiplex feature from Reveal.js built-in Quarto is here: https://quarto.org/docs/presentations/revealjs/presenting.html#multiplex
Usually you open the
it should work, but you could also serve the file locally.
it is probably something with resources not loading. You can check in your browser console (F12) the error you may have. Hope it helps |
Beta Was this translation helpful? Give feedback.
-
The description of using my own multiplex server in Quarto manual is not correct or comprehensive enough. i am describing what i did:
Am i doing something wrong? Why does it not work? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am not understanding how to get the multiplex setting to work for Revealjs slides. After I have enabled multiplex, e.g.
multiplex: true
and render the presentation, how do I present from thepresentation-speaker.html
file? Am I supposed to just be able to open it in a browser? When I do that, it doesn't look like slides. It just looks like an outline of my talk without any formatting.Beta Was this translation helpful? Give feedback.
All reactions