1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-31 18:22:04 +02:00

Updated Plugins, Tools and Hardware (markdown)

Asvin Goel
2023-09-14 21:41:57 +02:00
parent 72f0305de3
commit 7640b13469

@@ -5,14 +5,20 @@ If you want to create reveal.js presentations in a graphical editor, try [Slides
A list of reveal.js plugins. Feel free to add your own!
[reveal.js-plugins](https://github.com/rajgoel/reveal.js-plugins/): a collection including:
- [animate](https://github.com/rajgoel/reveal.js-plugins/tree/master/animate): a plugin for animations using SVG.js ([Demo](https://rajgoel.github.io/reveal.js-demos/animate-demo.html))
- [anything](https://github.com/rajgoel/reveal.js-plugins/tree/master/anything): a plugin for adding plots, charts, animated SVGs, or anything else inside an HTML object using a JSON string and a javascript function ([Demo](https://rajgoel.github.io/reveal.js-demos/anything-demo.html)). You can parameterize your content. Especially useful if you load your content from separate [Markdown](https://revealjs.com/markdown/#external-markdown) files - then you can inject HTML or modify it in Javascript, and reuse the Markdown files as templates.
- [audio-slideshow](https://github.com/rajgoel/reveal.js-plugins/tree/master/audio-slideshow): a plugin for easy audio playback and recording ([Demo](https://rajgoel.github.io/reveal.js-demos/audio-slideshow-demo.html))
- [chalkboard](https://github.com/rajgoel/reveal.js-plugins/tree/master/chalkboard):
A plugin adding a chalkboard and slide annotation ([Demo](https://rajgoel.github.io/reveal.js-demos/chalkboard-demo.html))
- [chart](https://github.com/rajgoel/reveal.js-plugins/tree/master/chart): a plugin for easy integration of charts ([Demo](https://rajgoel.github.io/reveal.js-demos/chart-demo.html))
- [customcontrols](https://github.com/rajgoel/reveal.js-plugins/tree/master/customcontrols): a plugin for customization of controls ([Demo](https://rajgoel.github.io/reveal.js-demos/customcontrols-demo.html))
[reveal.js-plugins](https://github.com/rajgoel/reveal.js-plugins/) [(Demos)](https://rajgoel.github.io/reveal.js-demos)
: a collection of plugins including:
- [Animate](https://github.com/rajgoel/reveal.js-plugins/tree/master/animate): A plugin for animations using SVG.js.
- [Anything](https://github.com/rajgoel/reveal.js-plugins/tree/master/anything): A plugin for adding plots, charts, animated SVGs,or anything else inside an HTML object using a JSON string and a javascript function.
- [Audio slideshow](https://github.com/rajgoel/reveal.js-plugins/tree/master/audio-slideshow): A plugin for audio playback and recording.
- [Chalkboard](https://github.com/rajgoel/reveal.js-plugins/tree/master/chalkboard): A plugin adding a chalkboard and slide annotation.
- [Chart](https://github.com/rajgoel/reveal.js-plugins/tree/master/chart): A plugin for using Chart.js.
- [Custom controls](https://github.com/rajgoel/reveal.js-plugins/tree/master/customcontrols): A plugin for customization of controls.
- [Fullscreen](https://github.com/rajgoel/reveal.js-plugins/tree/master/fullscreen): A simple plugin allowing to use fullscreen slides.
- [Load content](https://github.com/rajgoel/reveal.js-plugins/tree/master/loadcontent): A plugin allowing to load external content into the body of HTML-elements.
- [Seminar](https://github.com/rajgoel/reveal.js-plugins/tree/master/seminar): a plugin providing interaction capabilities with other hosts and participants (e.g. slide events, chalkboard drawings, Q&A, polls).
- [Poll](https://github.com/rajgoel/reveal.js-plugins/tree/master/poll): a plugin providing online polls (based on the `seminar` plugin).
- [Questions](https://github.com/rajgoel/reveal.js-plugins/tree/master/questions): a plugin adding Q&As to slide decks (based on the `seminar` plugin).
[reveal.js-mermaid-plugin](https://www.npmjs.com/package/reveal.js-mermaid-plugin): a plugin rendering [Mermaid](https://mermaid.js.org/intro/) diagrams in browser, such as state charts, class diagrams, flowchart and many more. No external rendering server is required.