Skip to content

Commit

Permalink
note about showNotes in PDF exports
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimel committed Jan 11, 2016
1 parent 3c46733 commit 8a40bb4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 8a40bb4

Please sign in to comment.