ines/course-starter-python

Presenting

nixder opened this issue · 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?

ines commented

The relevant setting that enables the speaker notes is here:

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.

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?