diff options
author | Hakim El Hattab | 2016-01-11 10:34:01 +0100 |
---|---|---|
committer | Hakim El Hattab | 2016-01-11 10:34:01 +0100 |
commit | d0bb69d4273cc7ea8f12ea73661e97e3c99c9497 (patch) | |
tree | d8e6c1a4bc67e7829aad4e7e70e8058778c6e8a3 | |
parent | fdb75176e781005d391de45ea02edf70239db7f7 (diff) | |
parent | 8a40bb481e376539f7a307c0fffcf2da4e87cbeb (diff) |
Merge branch 'master' of github.com:hakimel/reveal.js into dev
-rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -764,8 +764,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 @@ -780,6 +778,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: |