aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Jurča <martin.jurca@firma.seznam.cz>2018-02-20 16:08:29 +0100
committerMartin Jurča <martin.jurca@firma.seznam.cz>2018-02-20 16:08:29 +0100
commit250580fc4c97f83185e46f9d0e22286d0a01d3af (patch)
tree42bcfd0b11fc24e49e5bc3312cd0d2dfd00e2073
parent6a2c5b4de833c73f656945253e7b72e31870c88a (diff)
downloadfreenode-live-2017-presentation-250580fc4c97f83185e46f9d0e22286d0a01d3af.tar
freenode-live-2017-presentation-250580fc4c97f83185e46f9d0e22286d0a01d3af.tar.gz
added missing documentation
-rw-r--r--index.html23
-rw-r--r--js/reveal.js2
2 files changed, 22 insertions, 3 deletions
diff --git a/index.html b/index.html
index 98accc3..e3e10c1 100644
--- a/index.html
+++ b/index.html
@@ -24,8 +24,23 @@
<body>
<div class="reveal">
<div class="slides">
- <section>Slide 1</section>
- <section>Slide 2</section>
+ <section data-timing="6">
+ Slide 1
+
+ <aside>
+ these are not notes
+ </aside>
+ <aside class="notes">
+ these are notes for the first slide
+ </aside>
+ </section>
+ <section>
+ Slide 2
+
+ <aside class="notes">
+ these are the nodes for the second slide
+ </aside>
+ </section>
</div>
</div>
@@ -42,7 +57,9 @@
{ src: 'plugin/markdown/markdown.js' },
{ src: 'plugin/notes/notes.js', async: true },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }
- ]
+ ],
+ controlsTutorial: false,
+ defaultTiming: 3
});
</script>
</body>
diff --git a/js/reveal.js b/js/reveal.js
index 9a1422f..12d67bf 100644
--- a/js/reveal.js
+++ b/js/reveal.js
@@ -5269,6 +5269,8 @@
// Returns an Array of all slides
getSlides: getSlides,
+ // Returns an Array of objects representing the attributes on
+ // the slides
getSlidesMetaInfo: getSlidesMetaInfo,
// Returns the total number of slides