Skip to content

Instantly share code, notes, and snippets.

View jhkuperus's full-sized avatar

Jan-Hendrik Kuperus jhkuperus

View GitHub Profile
@jhkuperus
jhkuperus / index.html
Last active May 15, 2019 22:21
Reveal.js - Jump to Slide
<html>
<!-- This Gist shows fragments you can add to a Reveal.js template to be able to jump between slides -->
<!-- Jumping is done by hitting the 'G' key. A popup appears where you can enter a series of slide -->
<!-- indices. If valid, Reveal.js will navigate to that slide. -->
<!-- The input requires input to match the regex ^\d+(\/\d+)?$ The first number is the horizontal index -->
<!-- and the optional second number is a vertical index -->
<head>
<!-- ... Reveal.js initializers -->
</head>
<body>