elijahmanor / spectacle-terminal

Terminal component that can be used in a spectacle slide deck
http://elijahmanor.com/spectacle-terminal
MIT License
163 stars 9 forks source link

presenter mode support #2

Open travi opened 7 years ago

travi commented 7 years ago

when using presenter mode and presenting on another screen with a second window, stepping through the steps defined within <Terminal /> don't appear to be synced like the rest of spectacle itself or spectacle cod-slide.

is this a feature that is planned for spectacle-terminal?

elijahmanor commented 7 years ago

I have a lot of new features coming soon. That doesn't happen to be one of them yet, but I like that idea. I don't personally use the speaker view... but I may just try it one of these days.

I have an idea on how to implement this feature and I'll look into it. Another feature requested today is to add mobile swipe up/down to navigate the various steps.

The new features that should be coming (local on my machine) are...

travi commented 7 years ago

sounds like a great list. isMaximized is one that i already would find useful.

thanks for considering presenter mode support and thanks a ton for the plugin in the first place. its a great addition to spectacle!

in case it's helpful to see a couple examples of my use of the plugin, i used it in a couple slides in a recent talk. this is the most complex of those:

it sounds like the use of an object might solve some weird issues that i ran into with the multi-step lists. i havent had a chance to file an issue about the details yet, but id be happy to give the new format a try before logging anything.

tricoder42 commented 6 years ago

It seems that spectalce-code-slide synchronizes active frame through localStorage. I'm gonna send a PR, because I need it for React Conf presentation.

Thanks for great lib 👍