r-wasm / quarto-drop

Drop down an interactive R or Python console, code editor, and plotting window from the top of your Quarto slides.
https://r-wasm.github.io/quarto-drop/
MIT License
157 stars 4 forks source link

feature rq: support speaker mode #10

Open mmbcorley opened 2 months ago

mmbcorley commented 2 months ago

in Speaker mode (after pressing 's'), the console is only shown on one browser window (so much craning of neck to see what's being typed behind the speaker!). Is it possible for the console to duplicate, like slides, in this mode?

georgestagg commented 1 month ago

One thing that makes this difficult is that the console is interactive, and it's not so easy to send its entire state to the speaker mode window.

You can see a similar issue in the Reveal.js demo presentation at https://revealjs.com/?demo: Opening speaker mode and then navigating to slide 18 (Iframe Backgrounds), the main slides show an interactive iframe window but the speaker notes show only a black screen.