Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.02 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.02 KB

Opinionated reveal.js Bootstrap

Creates a plain reveal.js presentation with the external Markdown file presentation.md containing the slides.

Usage:

git clone https://github.com/samba2/revealjs-bootstrap.git
make init
# edit presentation.md
make start_http_server
make present

Creating a PDF

PDF creation utilizes the decktape Docker container:

make pdf

Note: The command behind the pdf Makefile target is adjusted for Windows 10 + WSL 1.

Searching inside Presentation Mode

Handles finding a text string anywhere in the slides and showing the next occurrence to the user by navigating to that slide and highlighting it.

Shortcut : CTRL + SHIFT + F

Zoom

Zoom anywhere on your presentation

Shortcut : alt + click: Zoom in. Repeat to zoom back out.

Links