bespoke-jumpy

Keyboard shortcuts to jump straight to a specific slide in Bespoke.js

Usage no npm install needed!

<script type="module">
  import bespokeJumpy from 'https://cdn.skypack.dev/bespoke-jumpy';
</script>

README

Build Status Coverage Status

bespoke-jumpy

Keyboard shortcuts to jump straight to a specific slide in bespoke.js, using Home, End and the digit keys.

Download

Download the production version or the development version, or use a package manager.

Usage

This plugin is shipped in a UMD format, meaning that it is available as a CommonJS/AMD module or browser global.

For example, when using CommonJS modules:

var bespoke = require('bespoke'),
  jumpy = require('bespoke-jumpy');

bespoke.from('#presentation', [
  jumpy()
]);

When using browser globals:

bespoke.from('#presentation', [
  bespoke.plugins.jumpy()
]);
  • Keys 1-9, 0: jump to slide 1-9 and 10 respectively.
  • Keys Home, End: jump to the first/last slide respectively.

Package managers

npm

$ npm install bespoke-jumpy

Bower

$ bower install bespoke-jumpy

Credits

Mark Dalgleish for bespoke.js and related tools. This plugin was built with generator-bespokeplugin.

Scott Kraft, sakraft1 on flickr, for his upload From the Library of Congress: Man on a tame zebra jumping a fence in East Africa (CC BY 2.0).

My best friend, bespoke-convenient, for continued support - rain and shine. I love you, man.

License

Copyright (c) 2013, 2014, Joel Purra All rights reserved.

When using bespoke-jumpy, comply to the MIT license. Please see the LICENSE file for details, and the MIT License on Wikipedia.