aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2016-01-11 10:33:40 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2016-01-11 10:33:40 +0100
commit8a40bb481e376539f7a307c0fffcf2da4e87cbeb (patch)
tree544a121ad91d3eeaf846384b9eab12556ede686a /README.md
parent3c46733a544e6fbd9754787bf2fd24ebf9fe5e8d (diff)
downloadfosdem-2018-presentation-8a40bb481e376539f7a307c0fffcf2da4e87cbeb.tar
fosdem-2018-presentation-8a40bb481e376539f7a307c0fffcf2da4e87cbeb.tar.gz
note about showNotes in PDF exports
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index c804108..c406960 100644
--- a/README.md
+++ b/README.md
@@ -758,8 +758,6 @@ When used locally, this feature requires that reveal.js [runs from a local web s
</section>
```
-Notes are only visible to you in the speaker view. If you wish to share your notes with the audience initialize reveal.js with the `showNotes` config value set to `true`.
-
If you're using the external Markdown plugin, you can add notes with the help of a special delimiter:
```html
@@ -774,6 +772,12 @@ Note:
This will only display in the notes window.
```
+#### Share and Print Speaker Notes
+
+Notes are only visible to the speaker inside of the speaker view. If you wish to share your notes with others you can initialize reveal.js with the `showNotes` config value set to `true`. Notes will appear along the bottom of the presentations.
+
+When `showNotes` is enabled notes are also included when you [export to PDF](https://github.com/hakimel/reveal.js#pdf-export).
+
## Server Side Speaker Notes
In some cases it can be desirable to run notes on a separate device from the one you're presenting on. The Node.js-based notes plugin lets you do this using the same note definitions as its client side counterpart. Include the required scripts by adding the following dependencies: