Home | Gifts |
"---++"
heading. There are two modes to view a topic:
Button | Key | Action |
---|---|---|
Home | Go to first slide | |
Left-arrow, Page-up | Go to previous slide | |
Right-arrow, Page-down | Go to next slide | |
End | Go to last slide | |
Esc | End presentation |
%SLIDESHOWSTART%
template
parameter to specify your own slide template topic, e.g. %SLIDESHOWSTART{ template="MyOwnSlideTemplate" }%
"---++"
heading and add text like paragraphs, bullets, tables and images. %SLIDESHOWEND%
%SLIDESHOWSTART%
renders as a button. This is the default way to link to the slideshow.
Slides have anchors names Slide_1
, Slide_2
, Slide_3
, etc. For example, write [[#Slide_3][Silly Introduction]]
to link to slide 3 of the presentation on the current topic in page view mode, which renders as Silly Introduction.
Write [[%SCRIPTURL{view}%/%WEB%/%TOPIC%?slideshow=on;skin=print#Slide_3][Silly Introduction]]
to link to a specific slide in presentation mode, which renders as Silly Introduction.
TEMPLATE
setting, or per slideshow with the %SLIDESHOWSTART{ template="MyOwnSlideTemplate" }%
setting.
Keyword | What it means |
---|---|
%SLIDETITLE% | The heading of the slide |
%SLIDETEXT% | The text of the slide |
%SLIDECOMMENT% | The comment of the slide (optional; appended to slide of missing) |
%SLIDENUM% | The current slide number |
%SLIDEMAX% | The last slide number |
%SLIDENAV% | The navigation buttons for "First", "Previous", "Next" slide |
%SLIDENAVALL% | The navigation buttons for "First", "Previous", "Next", "Last" slide |
%SLIDENAVFIRST% | The navigation button for "First slide" |
%SLIDENAVPREV% | The navigation button for "Previous slide" |
%SLIDENAVNEXT% | The navigation button for "Next slide" |
%SLIDENAVLAST% | The navigation button for "Last slide" |
%STARTINCLUDE%
and %STOPINCLUDE%
is used for the template.
%<plugin>_<setting>%
, i.e. %SLIDESHOWPLUGIN_SHORTDESCRIPTION%
data/debug.txt
) ---+++ Comments
heading: SlideShowPlugin.zip
in your twiki installation directory. Content: File: | Description: |
---|---|
data/TWiki/SlideShowPlugin.txt | Plugin topic |
data/TWiki/VarSLIDESHOWSTART.txt | Documentation of the SLIDESHOWSTART variable |
data/TWiki/VarSLIDESHOWEND.txt | Documentation of the SLIDESHOWEND variable |
pub/TWiki/*.gif | Various button image files |
lib/TWiki/Plugins/SlideShowPlugin.pm | Plugin Perl module |
lib/TWiki/Plugins/SlideShowPlugin/SlideShow.pm | Plugin core module |
Plugin Author: | TWiki:Main.PeterThoeny |
Copyright: | © 2002-2018 Peter Thoeny, TWiki.org © 2002-2018 TWiki:TWiki.TWikiContributor |
License: | GPL (GNU General Public License) |
Plugin Version: | 2018-07-05 |
2018-07-05: | TWikibug:Item7841: Copyright update to 2018 |
2016-01-09: | TWikibug:Item7708: Copyright update to 2016 |
2015-01-15: | TWikibug:Item7604: Switch from GPL v2 to v3 |
2013-04-07: | TWikibug:Item7216: Change default slide template from table layout to div layout; add Slide_N anchors for easy linking to specific slides; fix JS so that arrow key navigation works on Safari browser |
2013-01-13: | TWikibug:Item7091: Use TWISTY in plugin settings section, installation instructions and change history |
2012-11-14: | TWikibug:Item7020: Categorize TWiki Variables SLIDESHOWSTART, SLIDESHOWEND |
2012-09-05: | TWikibug:Item6837: Doc fixes |
2011-08-08: | TWikibug:Item6789: Better error handling in SLIDESHOWSTART variable |
2011-07-09: | TWikibug:Item6725: Change global package variables from "use vars" to "our" |
2010-12-28: | TWikibug:Item6626: New slide navigation using keys: Home, Left-arrow, Page-up, Right-arrow, Page-down, End and Esc |
2010-05-16: | TWikibug:Item6433: Doc improvements |
02 Aug 2008: | Fixed corruption of preview |
29 Sep 2007: | Added VarSLIDESHOWSTART and VarSLIDESHOWEND to have them listed in TWikiVariables |
12 Feb 2007: | fixed construction of view urls (TWiki:Main/MichaelDaum) |
19 Nov 2006: | 12011: Preserve URL parameters in slideshow (suggested by TWiki:Main/ThomasWeigert); changed logo in default template to T-logo; fixed warning errors introduced by 1.005 |
16 Mar 2005: | 1.005 Crawford Currie prepped for Dakar, and fixed multiple evaluation bug |
21 Nov 2004: | 1.004 Added support for %SLIDECOMMENT% template keyword (TWiki:Main/ArthurClemens); added benchmarks |
21 Mar 2004: | Internal change: Fixed unofficial function call |
14 Dec 2002: | Added %SLIDENAVALL% template keyword; added HIDECOMMENTS setting |
23 Nov 2002: | Added %SLIDENAVLAST% template keyword; using print Skin for presentation mode |
19 Nov 2002: | Added "Start presentation" and "End presentation" buttons; added %SLIDENAVFIRST% , %SLIDENAVPREV% , %SLIDENAVNEXT% template keywords |
17 Nov 2002: | Initial version |
CPAN Dependencies: | none |
Other Dependencies: | none |
Perl Version: | 5.005 |
TWiki:Plugins/Benchmark: | GoodStyle 98%, FormattedSearch 99%, SlideShowPlugin 99% |
Plugin Home: | http://TWiki.org/cgi-bin/view/Plugins/SlideShowPlugin |
Feedback: | http://TWiki.org/cgi-bin/view/Plugins/SlideShowPluginDev |
Appraisal: | http://TWiki.org/cgi-bin/view/Plugins/SlideShowPluginAppraisal |
Revision r16 - 2016-01-09 - 23:49:53 - TWikiContributor | Edit |