Wiki2Presentation

From XPUB & Lens-Based wiki
Revision as of 19:42, 15 June 2024 by Ssstephen (talk | contribs) (Created page with "If you have pandoc installed you can use ?action=raw at the end of a wiki url to generate a [https://www.w3.org/Talks/Tools/Slidy2/#(1) slidy presentation] from the command line: pandoc -f mediawiki -t slidy "https://pzwiki.wdka.nl/mediadesign/User:Ssstephen/Final_presentation?action=raw" -s -o presentation.html The -s flag makes it a standalone html file with links to the slidy javascript from w3c.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

If you have pandoc installed you can use

?action=raw

at the end of a wiki url to generate a slidy presentation from the command line:

pandoc -f mediawiki -t slidy "https://pzwiki.wdka.nl/mediadesign/User:Ssstephen/Final_presentation?action=raw" -s -o presentation.html

The -s flag makes it a standalone html file with links to the slidy javascript from w3c.