Wiki2Presentation: Difference between revisions
(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.") |
No edit summary |
||
Line 8: | Line 8: | ||
The -s flag makes it a standalone html file with links to the slidy javascript from w3c. | The -s flag makes it a standalone html file with links to the slidy javascript from w3c. | ||
how to include the images? | |||
how to add css to make it POP? |
Revision as of 18:45, 15 June 2024
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.
how to include the images?
how to add css to make it POP?