Skip to content

Add "o" as overview navigation#717

Closed
giflw wants to merge 1 commit intoimpress:masterfrom
giflw-forks:feature/giflw-navigation
Closed

Add "o" as overview navigation#717
giflw wants to merge 1 commit intoimpress:masterfrom
giflw-forks:feature/giflw-navigation

Conversation

@giflw
Copy link
Copy Markdown
Contributor

@giflw giflw commented Jan 15, 2019

This shows the overview slide, if provided

...

This shows the overview slide, if provided
<div id="impress-overview">...</div>
@henrikingo
Copy link
Copy Markdown
Member

Ok, so this one I would like to approach completely differently. Instead of thinking of the overview slide as a special case, let's do something that achieves the same but in a more general purpose solution.

Create a completely new plugin, which we may call accesskey based on the similarly named HTML attribute. Then, modify the overview step like this:

<div id="overview" class="step" data-accesskey="o" data-x="..." data-y="...">

Then implement accesskey.js so that I can bind any letter to any slide I want.

You can, and should, modify the index.html demo and the presentations under examples so that their overview slide uses this feature.

@henrikingo
Copy link
Copy Markdown
Member

I believe #852 implements this

@henrikingo henrikingo closed this Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants