Difference between revisions of "Reveal-Slides"
Jump to navigation
Jump to search
(→Reveal) |
(→Reveal) |
||
(3 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 = | = Wiki2Reveal = | ||
* https://github.com/niebert/Wiki2Reveal | * https://github.com/niebert/Wiki2Reveal | ||
<source lang='bash'> | <source lang='bash'> | ||
− | npm install -g browserify watchify uglify-js doctoc | + | npm install -g npm |
+ | npm install -g browserify watchify uglify-js doctoc | ||
+ | git clone https://github.com/niebert/Wiki2Reveal | ||
</source> | </source> | ||
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