Bureaucrats, confirmed, Administrators
4,558
edits
(link to where I found the script) |
No edit summary |
||
Line 3: | Line 3: | ||
One method is to simply parse the wiki markup itself and turn that into slides by effectively walking through the structure of the page (one slide for each section, and stepping through the bullets). For this approach, a Greasemonkey script will do. | One method is to simply parse the wiki markup itself and turn that into slides by effectively walking through the structure of the page (one slide for each section, and stepping through the bullets). For this approach, a Greasemonkey script will do. | ||
[http://phiffer.org Dan Phiffer] created the following Greasemonkey script (which I found courtesy of [http://www.darcynorman.net/2007/05/02/mediawiki-as-a-presentation-application/ D'Arcy Norman]) that [http://userscripts.org/scripts/show/6372 turns any MediaWiki article into a slide presentation]. The [[CSS]] was changed just a bit by Greg Rundlett to ensure compatibility with projectors. | |||
<source lang="javascript"> | <source lang="javascript"> | ||
// ==UserScript== | // ==UserScript== | ||
Line 149: | Line 149: | ||
</source> | </source> | ||
[[Category:Wiki]] | |||
[[Category:Howto]] | |||
[[Category:Presentations]] |