Short description
Being able to print out single page slideshows is useful if you have to deliver PDF format slides or just have slides which don't require access to a Wiki. I've made this possible by adding a "print" control to the slideshow which shows all the slides on one page, and when you print, the CSS makes sure that each h1 element appears after a page break. Thus, you get one slide per page. I've attached a patch (against moin-extensions for Moin 1.8.x) providing this improvement and some fixes (slide parsing where indented preformatted regions are used). -- PaulBoddie 2010-08-27 17:56:56
I've now attached a patch against the moin-1.9 branch. -- PaulBoddie 2010-09-26 23:24:16
Hi Paul
I wonder what e.g. line 28 has to do with this feature request. Is it a bug fix changeset done at the same time? What is the reason for changing the regex line 17? Please split this work in many patches. (Add a comma at the copyright name list). -- ReimarBauer 2010-09-27 05:52:52
The change at line 28 permits the value of "all" for the slide number which is needed for the print mode display. As for line 17, this change to the regex is actually a fix: without it, headings within {{{ and }}} can be interpreted as slide headings.
I've now split the former stuff from this latter fix: the headings fix and patch-SlideShow-print-mode.diff print mode. -- PaulBoddie 2010-09-27 17:48:56
feature patch-SlideShow-fix-heading-interpretation.diff with http://hg.moinmo.in/moin/1.9/rev/32811373ffa1 implemented. Thanks -- ReimarBauer 2010-09-28 20:32:23