Skip to content

IMRCLab/example-slides-revealjs

Repository files navigation

example-slides-revealjs

Examples for creating slides/presentations

Develop locally using VSCode and "Run on Save" by "pucelle" extension to run pandoc whenever the markdown file changes. To view the page with live updates, use "Live Server" by "Ritwick Dey" extension.

Present

  • Make sure to copy all files (including media and reveal.js folder) when presenting on another computer

  • There is a presenter mode, but it only works when using the "Live Server" (not when just opening the html file in the browser):

Important keys

  • F - full screen
  • S - speaker view (requires live server)
  • ESC - slide overview (and ending fullscreen, typically)
  • Q - enable virtual laser pointer

Convert to PDF

docker run --rm -t -v `pwd`:/slides astefanutti/decktape slides.html slides.pdf

Templates

pandoc -D revealjs > media/template.html

References

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published