-
Notifications
You must be signed in to change notification settings - Fork 35
Using addons
felipenmoura edited this page Dec 4, 2012
·
1 revision
Addons can help you optimising the way you show the content of your talk, or even offer you useful tools for your presentation.
If you're a developer, you can contribute by creating new addons.
To use an addon, all you need to do is to import the respective script between the tags head and /head of your document. The addons are by default, in the directory ppw/_addons.
For exapmple:
<head>
<title>Title</title>
<script src="../../ppw/_addons/remote-control/ppw-remote-control.js"></script>
<script src="../../ppw/_addons/syntaxhighlighter/sh.js"></script>
<script src="../../ppw/_addons/social/social.js"></script>
<script src="../../ppw/_addons/caniuse/caniuse.js"></script>
</head>
The addons used above as example are, respectively:
- Remote-control: Allows you to pass slides forward and backward, toggle the camera or even drar on the screen or point at it simulating a laser point, using your touchscreen mobile.
- SH: A syntax highlight that allows you to show source code examples in your slides, focusing specific lines during your talk.
- Social: While with the Presentation Tool window opened, it shows you the mentions you're having on twitter, during your talk.
- CanIUse: Adds a link to the splash screen, which shows you a report with a list of items your current browser supports or not.
Each addon may have its own documentation, as well as licenses, while Power Polygon is an Open Source Project.