Cookbook /
Reveal
Summary: How can I use reveal.js to make presentations using my PmWiki content
Version:
Prerequisites:
Status:
Maintainer: Utopiah
License: CC0
Categories: Media
Discussion: Reveal-Talk?
Questions answered by this recipe
How can I make a beautiful reveal.js presentation using my existing wiki?
Description
Make presentation using reveal.js
Installation
- put https://raw.githubusercontent.com/Utopiah/PmWiki-Reveal/master/reveal.php in your cookbook directory
- 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
See also
- minimalist example http://fabien.benetou.fr/Testing/PmWikiReveal?action=reveal
- with its source http://fabien.benetou.fr/Testing/PmWikiReveal?action=source
- example with more content http://fabien.benetou.fr/Testing/PmWikiRevealPresentationVR?action=reveal
- code repository https://github.com/Utopiah/PmWiki-Reveal/
- official documentation https://github.com/hakimel/reveal.js/
- in particular https://github.com/hakimel/reveal.js/#multiplexing if you are hosting the wiki instance yourself, allows to remote control the slides
Contributors
Comments
See discussion at Reveal-Talk?