-
Notifications
You must be signed in to change notification settings - Fork 858
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
Jump to slide with incremental slides #682
Comments
How would you navigate to the second item then? |
I would only use arrows to get there. I do not see how we can know the number of each slide if it is not the one displayed anyway. But I understand it is debatable. If I have a presentation with 50 slides, and among them some incremental slides, I do not see how I can use the current shortcut. |
I understand your perspective as well. But at least now it is possible to reach any (incremental) slide from any other, even if unintuitive and maybe even complicated. Sometimes I have many incremental slides, so arrow keys might make for a very 'hectic' transition. |
It is a matter of taste I guess. To me, even if it is possible to reach any slide at the moment, in practice it is not doable, I cannot remember the number of every slide, especially with many incremental slides. Feel free to close if you think there is no other possibility. |
When using
countIncrementalSlides: false
, the shortcut to jump to a slide given a number uses the numbering defined withcountIncrementalSlides: true
. It would be nice if it could just jump to the first slide with the requested number.Example:
2+enter
will just show the second item and not the second slide.The text was updated successfully, but these errors were encountered: