Getting the multiplex setting to work for Revealjs slides #2263
Replies: 3 comments 10 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 |
|
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? |
|
Would it be possible to dynamically obtain the secret, prompting the presenter for it? If they use a password manager, entering the secret wouldn’t be an issue. This would allow placing I really like having Marcel |

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: trueand render the presentation, how do I present from thepresentation-speaker.htmlfile? 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.All reactions