Skip to content

Plugins for reveal.js 4.1.+

Compare
Choose a tag to compare
@rajgoel rajgoel released this 28 May 10:14
· 124 commits to master since this release

A plugin collection for reveal.js 4.1.+

New

seminar plugin:

The seminar plugin provides interaction capabilities with other hosts and participants. Multiple hosts can control the slides of the reveal.js presentation and the audience can follow the slides on their own phone, tablet or laptop as they are presented. As the hosts navigate the slides, all client presentations will update in real time. The seminar plugin supports bidirectional between hosts and participants and can be used with other plugins.

poll plugin:

Presentations can include instant polls in which participants can select one of multiple choices and the overall results are shown, e.g., in a chart on another slide. This plugin can only be used with the seminar plugin.

questions plugin

Allows to collect questions for a Q&A, participants can ask questions and upvote questions that they want to be answered first. This plugin can only be used with the seminar plugin.

Changes

chalkboard plugin:

  • added color palette
  • added navigation through multiple chalkboard on the same slide
  • added support for the seminar plugin
  • added temporary storage for drawings
  • improved printout
  • several fixes

chart plugin:

  • removed chart.js from the repository and added instruction to load via CDN
  • fixed deep copy of options
  • compatibility with latest chart.js

anything plugin:

  • fixed deep copy of options