Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move note inside Reveal.js HTML slideshow #1510

Merged
merged 1 commit into from
Jun 7, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 11 additions & 10 deletions docs/source/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,17 @@ WebPDF

Reveal.js HTML slideshow
~~~~~~~~~~~~~~~~~~~~~~~~

.. note::

In order to designate a mapping from notebook cells to Reveal.js slides,
from within the Jupyter notebook, select menu item
View --> Cell Toolbar --> Slideshow. That will reveal a drop-down menu
on the upper-right of each cell. From it, one may choose from
"Slide," "Sub-Slide", "Fragment", "Skip", and "Notes." On conversion,
cells designated as "skip" will not be included, "notes" will be included
only in presenter notes, etc.

* ``--to slides``

This generates a Reveal.js HTML slideshow.
Expand All @@ -130,16 +141,6 @@ https server. You can read more about this in ServePostProcessorExample_.
To make this clearer, let's look at an example of how to get speaker notes
working with a local copy of reveal.js: SlidesWithNotesExample_.

.. note::

In order to designate a mapping from notebook cells to Reveal.js slides,
from within the Jupyter notebook, select menu item
View --> Cell Toolbar --> Slideshow. That will reveal a drop-down menu
on the upper-right of each cell. From it, one may choose from
"Slide," "Sub-Slide", "Fragment", "Skip", and "Notes." On conversion,
cells designated as "skip" will not be included, "notes" will be included
only in presenter notes, etc.

.. _SlidesWithNotesExample:

Example: creating slides w/ speaker notes
Expand Down