Open Issues Need Help
View All on GitHubAI 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.
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.