aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2016-06-10 10:13:06 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2016-06-10 10:13:06 +0200
commitd78a8046dc4eabf6940488ec0184b8b5b618af6a (patch)
tree8370a8843e6b5fdb52ba7e9c5424edb1301e718b /README.md
parent64aa3b2647e385b1208b36adf74d111afcca7e39 (diff)
parentad86772f206d7abd119a8ca7b89a31e237e93584 (diff)
downloadfosdem-2018-presentation-d78a8046dc4eabf6940488ec0184b8b5b618af6a.tar
fosdem-2018-presentation-d78a8046dc4eabf6940488ec0184b8b5b618af6a.tar.gz
Merge branch 'Timothep-master' into dev
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 48311ab..4924f66 100644
--- a/README.md
+++ b/README.md
@@ -859,6 +859,8 @@ If you want to add a theme of your own see the instructions here: [/css/theme/RE
reveal.js comes with a speaker notes plugin which can be used to present per-slide notes in a separate browser window. The notes window also gives you a preview of the next upcoming slide so it may be helpful even if you haven't written any notes. Press the 's' key on your keyboard to open the notes window.
+A speaker timer starts as soon as the speaker view is opened. You can reset it to 00:00:00 at any time by simply clicking/tapping on it.
+
Notes are defined by appending an ```<aside>``` element to a slide as seen below. You can add the ```data-markdown``` attribute to the aside element if you prefer writing notes using Markdown.
Alternatively you can add your notes in a `data-notes` attribute on the slide. Like `<section data-notes="Something important"></section>`.