Reveal

Summary: How can I use reveal.js to make presentations using my PmWiki content
Version:
Prerequisites:
Status:
Maintainer: Utopiah
License: CC0
Categories: Media
Users: (view? / edit)
Discussion: Reveal-Talk?

Questions answered by this recipe

How can I make a beautiful reveal.js presentation using my existing wiki?

All sections are optional, you can remove those that do not apply to your recipe, and add new ones.

Description

Make presentation using reveal.js

Installation

  1. put https://raw.githubusercontent.com/Utopiah/PmWiki-Reveal/master/reveal.php in your cookbook directory
  2. unzip reveal.js (from github) in your farm pub directory (as reveal.js-master)

Configuration

Usage

  • use (:section:) to make sections in your presentation page
  • access it using ?action=reveal

Notes

  • all the content on a page gets included despite outside of sections, might consider letting the user define the slides too instead
  • use (:sectionextended data-background='...':) for fullscreen background images and more
  • could be interesting to configure the multiplexing values from the wiki page
    • currently have a working version with control but... controls ALL presentations, not just the current one
    • fine iif only one person presenting using the wiki at a time
    • also there master isn't password protected so someone else (anybody from the Internet!) could control the slides
      • make sure that the secret element does stay secret
  • based on SlideShow

Change log / Release notes

If the recipe has multiple releases, then release notes can be placed here. Note that it's often easier for people to work with "release dates" instead of "version numbers".

See also

Contributors

Comments

See discussion at Reveal-Talk?