Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speaker notes? #292

Open
rauschma opened this issue Jul 5, 2017 · 5 comments
Open

Speaker notes? #292

rauschma opened this issue Jul 5, 2017 · 5 comments
Labels

Comments

@rauschma
Copy link

rauschma commented Jul 5, 2017

Any plans for supporting speaker notes?

Sketch of a minimal solution:

  • Jump to fragments of a file in a separate window, as various slides are shown.
    • For example: slide 1 goes to file:/user/rauschma/tmp/notes.html#1 (etc.)
  • Could be configured, e.g., by hooking into Shower via JavaScript.

That is, in this case, one would maintain speaker notes separately.

This is how Remark.js does speaker notes (read all 3 slides): https://remarkjs.com/#14

@pepelsbey
Copy link
Contributor

pepelsbey commented Jul 5, 2017

There’s already some kind of speaker notes format available:

<section class="slide">
    <h2>Inline Elements</h2>
        <p>Retro meh brunch.</p>
        <footer class="footer">
            <p>Semiotics four loko street art asymmetrical.</p>
    </footer>
</section>

You can put some text into <footer> of your slide at rehearse it in the list mode by hovering slides. You can try it in Ribbon theme demo.

image

Not the best solution, but at least something. There used to be shower-notes plugin for showing notes and slide title in console, which could be detached and opened in a separate window. But it’s not maintaned and never got any usage.

@pepelsbey
Copy link
Contributor

So I don’t think that separating slides from notes is a good idea. It would make it harder to change slides order, etc. As for the actual interfrace that would show previous slide, timer and speaker notes, it’s just a question of time. I have some mockups and it would be the next priority right after we finish moving plugins to ES modules (using Rollup) instead of custom module system.

@rauschma
Copy link
Author

rauschma commented Jul 5, 2017

Nice! Looking forward to that!

I wouldn’t keep the notes separate; I’d write a tool that extracts them and puts them into a separate file.

@shurph
Copy link

shurph commented Mar 1, 2019

The special interface that would show previous slide, timer and speaker notes sounds like a really awesome feature!

@pepelsbey, could you please provide any updates about plans regarding this feature?

@pepelsbey
Copy link
Contributor

@shurph we haven’t started working on this yet. The next big priority after 3.0 release will be the touch-friendly interface, the next one could be the presenter mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants