add getSlideNotes API method and tests
This commit is contained in:
parent
5a40b4486f
commit
0338f280d3
4 changed files with 44 additions and 18 deletions
|
@ -372,6 +372,9 @@ Reveal.getIndices(); // { h: 0, v: 0 } }
|
|||
Reveal.getProgress(); // 0-1
|
||||
Reveal.getTotalSlides();
|
||||
|
||||
// Returns the speaker notes for the current slide
|
||||
Reveal.getSlideNotes();
|
||||
|
||||
// State checks
|
||||
Reveal.isFirstSlide();
|
||||
Reveal.isLastSlide();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue