rr-markdownioslides

How to add the presenter mode to ioslides


I know the documentation says to add ?presentme=true to the URL. I am trying to knit to a local HTML file and I can not add a ? when renaming the knited file.

Is it something to add to the yaml?


Solution

  • You do not rename your file or add something to the YAML. After knit, you may click on "Open in Browser" and just add ?presentme=true after ".html" in the address bar.

    Just to give you an example. In my case, this is at the address bar after opening the .html file generated:

    file:///Documents/ioslides-present.html#1

    To start presenter mode, this is the new location:

    file:///Documents/ioslides-present.html?presentme=true