SamGuay / revealjs

R Markdown Format for reveal.js Presentations
Other
1 stars 0 forks source link

Speaker mode does not work #2

Open ccamara opened 3 years ago

ccamara commented 3 years ago

First of all, thanks @SamGuay for forking and upgrading this package (this is something I've been wanting to do for years, and I've never had the chance to do it -because of lack of experience and time), and for doing nice additions (such as the plugins + using submodule).

After a quick test, I realised that Speaker mode does not work.

Steps to reproduce:

  1. I created a Rmd file using revealjs template.
  2. Knitr
  3. The html is functional, but when I press "S" for Speaker mode, the speaker mode does not appear.
SamGuay commented 3 years ago

Thanks for the issue! :smile:

Did you include reveal_plugins: ["notes"] in your frontmatter? Like this:

output:
  revealjs::revealjs_presentation:
    reveal_plugins: ["notes"]

On my end, the first time I press s on Firefox, it prevents the popup from opening then I get a blank. However, after I authorize popups, it does work. Which browser are you using?

Can you drop your Rmd in here? Simply drop it in the comment and it should be good enough.