Skip to content

Gustavo

My feedback

1 result found

  1. 8 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    3 comments  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Gustavo commented  · 

    It is not that hard to export the presentation and add the necessary Javascript:

    1) Export the full presentation ("Export ZIP" option);
    2) Unpack the zip file
    3) Open the index.html file for edition (in Notepad or other simple text editing software; do not use Word or other complex tool)
    4) At the end of the file, find a "<script>" tag that contains the "Reveal.initialize" text
    5) The "Reveal.initialize" is a call that contains many parameters, spanning many lines. This call ends at a line with "});"
    6) After this "});", insert the following code below:

    Reveal.configure({
    keyboard: {
    40: 'next', // down arrow key mapped to next slide
    38: 'prev', // up arrow key mapped to previous slide
    }
    });

    7) Save and close
    8) Open index.html in Chrome or other browser, and test it.

Feedback and Knowledge Base