rstudio / revealjs

R Markdown Format for reveal.js Presentations
Other
325 stars 86 forks source link

Add a button to open search ? #141

Open cderv opened 2 years ago

cderv commented 2 years ago

With new reveal 4, Search needs to be triggered with CTRL + SHIFT + F.

We could add a new custom controls to open search too.

Could be this way :

output: 
  revealjs::revealjs_presentation:
    self_contained: false
    reveal_plugins: 
      - search
    reveal_options:
      search:
        toggleSearchButton: true

But it is not really a reveal option documented in reveal 🤔 Maybe we should add an argument about controls