Zulko / eagle.js

A hackable slideshow framework built with Vue.js
https://zulko.github.io/eaglejs-demo/
ISC License
4.08k stars 222 forks source link

Presenter mode #45

Closed yaodingyd closed 6 years ago

yaodingyd commented 6 years ago

@Zulko I'm thinking adding a presenter mode with postMessage API. what do you think? Does it need to be in core or a plug-in is good?

Zulko commented 6 years ago

Hey, I think a plugin would be very nice if it's possible to make it as a plug-in, otherwise core. Sounds very interesting. If all goes as I expect I'll come back to this project in the next months.

leomeloxp commented 6 years ago

@yaodingyd Do you mean something like speaker notes? ie, having what you intend to say on one window and the slides on another?

eg this example from Google Slides ![](https://i0.wp.com/alicekeeler.com/wp-content/uploads/2014/11/Screen-Shot-2014-11-20-at-2.47.32-PM.png)

This would be an awesome feature!

yaodingyd commented 6 years ago

@leomeloxp yes! This is a PR #46 and any reviews are welcome.

leomeloxp commented 6 years ago

@yaodingyd Awesome. Seen your comments there, looks promising. I got a talk coming up this weekend where I'll be using eagle.js for the slides. I'll try to checkout your PR version and test it before then (might even risk using it on my talk as it's for a local meet up).