2 Open Issues Need Help Last updated: Jun 8, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Modify the Reveal.js Seminar plugin to automatically synchronize the current slide displayed by all clients upon a new client joining a session, rather than only updating when the master changes slides. This involves investigating the plugin's client-server communication and updating the client-side logic to fetch and display the master's current slide upon connection.

Complexity: 4/5
bug help wanted

Plugins for reveal.js

JavaScript

AI Summary: Implement an undo/redo feature for the chalkboard plugin of reveal.js. This involves adding functionality to either track canvas changes using frame-buffer snapshots or by exposing an internal API to allow external plugins to manage undo/redo functionality. The goal is to improve the user experience by enabling easy correction of chalkboard annotations during presentations.

Complexity: 4/5
help wanted

Plugins for reveal.js

JavaScript