This is a simple pointer plugin that synchronizes the pointer between the speaker view and the main window.
quarto add herosi/pointer-syncThis will install the extension under the _extensions subdirectory.
If you're using version control, you will want to check in this directory.
-
Include this plugin as shown below in the front matter of a qmd or
_quarto.yaml.revealjs-plugins: - pointer-sync
-
Open an HTML that quarto rendered with this plugin.
-
Open the speaker view by pressing 'S'.
-
Hold 'Ctrl' to display the pointer.
-
To disable the pointer, press 'Alt' + 'P'.
Here is the source code for a minimal example: example.qmd. View an example presentation at example.html. Hold 'Ctrl' to display the pointer.
