Sha256: a7d46e965ca0ae22e87556d3c02538444a109d2b97e55756789e9ece355408e3

Contents?: true

Size: 931 Bytes

Versions: 3

Compression:

Stored size: 931 Bytes

Contents

<script src="revealjs-plugins/menu/menu.js"></script>
<link rel="stylesheet" href="revealjs-plugins/chalkboard/style.css">
<script src="revealjs-plugins/chalkboard/plugin.js"></script>
<script>
  Reveal.configure({
    menu: {
      side: 'right',
      openButton: false,
    },
    keyboard: {
      67: function() { RevealChalkboard.toggleNotesCanvas() },	// toggle notes canvas when 'c' is pressed
      66: function() { RevealChalkboard.toggleChalkboard() },	// toggle chalkboard when 'b' is pressed
      46: function() { RevealChalkboard.clear() }, // clear chalkboard when 'DEL' is pressed
      8: function() { RevealChalkboard.reset() }, // reset chalkboard data on current slide when 'BACKSPACE' is pressed
      68: function() { RevealChalkboard.download() },	// download recorded chalkboard drawing when 'd' is pressed
    }
  })
  Reveal.registerPlugin(RevealMenu)
  Reveal.registerPlugin(RevealChalkboard)
</script>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
asciidoctor-revealjs-5.1.0 examples/revealjs-plugins-docinfo-footer.html
asciidoctor-revealjs-5.0.1 examples/revealjs-plugins-docinfo-footer.html
asciidoctor-revealjs-5.0.0.rc1 examples/revealjs-plugins-docinfo-footer.html