Mention Speaker View using notes plugin
diff --git a/inst/rmarkdown/templates/revealjs_presentation/skeleton/skeleton.Rmd b/inst/rmarkdown/templates/revealjs_presentation/skeleton/skeleton.Rmd
index 4696104..df7f2c4 100644
--- a/inst/rmarkdown/templates/revealjs_presentation/skeleton/skeleton.Rmd
+++ b/inst/rmarkdown/templates/revealjs_presentation/skeleton/skeleton.Rmd
@@ -169,4 +169,21 @@
![arrow up](https://static.slid.es/reveal/arrow.png "Click me"){.navigate-up style="background: rgba(255,255,255,0.1); transform: rotate(180deg);"}
-More on this at https://revealjs.com/links/
\ No newline at end of file
+More on this at https://revealjs.com/links/
+
+# Speaker view
+
+A speaker view is available if you activate the `notes` pluggin
+
+````yaml
+output:
+ revealjs::revealjs_presentation:
+ self_contained: false
+ reveal_plugins: notes
+````
+
+On any slide, pressing S key will enter Speaker view in another window with a timer, preview of next slides and speaker
+
+::: notes
+You can then add notes using a div of class `notes`
+:::
\ No newline at end of file