Open travi opened 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...
isMaximized
as a prop if you want to have it fullscreen when first renderingisSolo
- Determines if it should be the only step visible (instead of appended to bottom)isAutoScroll
- Determines if should auto-scroll to the bottom of the contentscrollTo
- Determines the initial scroll location when the code step is shownnote
- An optional note that will show on the screen describing the code stepoutput
- The content that will be shown in the terminal. Could be string
or JSX
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.
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 👍
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?