course-starter-python icon indicating copy to clipboard operation
course-starter-python copied to clipboard

Presenting

Open nixder opened this issue 5 years ago • 2 comments

Hi @ines

So in chrome you can install the App which seems to work fine. Is it possible to hide notes for an audience if I am presenting (using HDMI) on a Mac?

nixder avatar Jun 11 '19 12:06 nixder

The relevant setting that enables the speaker notes is here:

https://github.com/ines/course-starter-python/blob/57d8b1ac80caddcdb921e6794b4f6666344cc48e/src/components/slides.js#L34

You could either edit this manually, or make it a global setting that is passed to the component. Or you could read it from the URL's query params – so if you access the course with ?presentation, showNotes is false, otherwise it defaults to true. I haven't tested it yet, but it should work.

ines avatar Jun 11 '19 12:06 ines

Ah yeah. I will look into it but I was looking for something where my laptop showed the notes while the presenter screen didn't. But I'm not sure if that's easy at this point?

nixder avatar Jun 11 '19 13:06 nixder