Difference between revisions of "Reveal-Slides"
Jump to navigation
Jump to search
(→Reveal) |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
= Reveal = | = Reveal = | ||
* https://revealjs.com/ | * https://revealjs.com/ | ||
+ | = MediaWiki Exension using reveal = | ||
+ | https://github.com/PascalNoisette/mediawiki-extensions-Slides | ||
+ | == Installation == | ||
+ | <source lang='bash'> | ||
+ | cd extensions | ||
+ | git clone https://github.com/PascalNoisette/mediawiki-extensions-Slides Slides | ||
+ | </source> | ||
+ | |||
+ | = Wiki2Reveal = | ||
+ | * https://github.com/niebert/Wiki2Reveal | ||
+ | |||
+ | <source lang='bash'> | ||
+ | npm install -g npm | ||
+ | npm install -g browserify watchify uglify-js doctoc | ||
+ | git clone https://github.com/niebert/Wiki2Reveal | ||
+ | </source> | ||
= Links = | = Links = | ||
* https://gist.github.com/cllu/2a96616472e1c6168dfce16e6d8314cc | * https://gist.github.com/cllu/2a96616472e1c6168dfce16e6d8314cc | ||
* https://github.com/niebert/Wiki2Reveal | * https://github.com/niebert/Wiki2Reveal | ||
+ | * {{Link|target=S5SlideShow}} |
Latest revision as of 18:21, 13 March 2021
Extension | |
---|---|
edit | |
name | Reveal-Slides |
url | https://github.com/PascalNoisette/mediawiki-extensions-Slides |
purpose | Slideshow presentation from Wikimarkup using reveal.js |
since | 2021 |
wiki |
Reveal
MediaWiki Exension using reveal
https://github.com/PascalNoisette/mediawiki-extensions-Slides
Installation
cd extensions
git clone https://github.com/PascalNoisette/mediawiki-extensions-Slides Slides
Wiki2Reveal
npm install -g npm
npm install -g browserify watchify uglify-js doctoc
git clone https://github.com/niebert/Wiki2Reveal