Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rajgoel/reveal.js-plugins
Plugins for reveal.js
https://github.com/rajgoel/reveal.js-plugins
Last synced: 18 days ago
JSON representation
Plugins for reveal.js
- Host: GitHub
- URL: https://github.com/rajgoel/reveal.js-plugins
- Owner: rajgoel
- License: mit
- Created: 2015-12-29T16:58:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-26T18:18:03.000Z (4 months ago)
- Last Synced: 2024-10-01T20:04:01.044Z (about 1 month ago)
- Language: JavaScript
- Size: 2.55 MB
- Stars: 732
- Watchers: 24
- Forks: 248
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Reveal.js-plugins
This is a collection of plugins for [Reveal.js](https://revealjs.com) - a framework for easily creating beautiful presentations using HTML.
This collections includes the following plugins:
- [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).## Demos
Demos for the plugin collection can be found here: .
## Getting started
The easiest to get started is to start with [minimal.html](minimal.html) and take a look at the documentation of each of the plugins. The source code of the demos gives further examples and can be found here: .
## License
MIT licensed
Copyright (C) 2023 Asvin Goel