{"id":13791161,"url":"https://github.com/quarto-ext/pointer","last_synced_at":"2025-10-29T00:49:43.910Z","repository":{"id":59348766,"uuid":"536307759","full_name":"quarto-ext/pointer","owner":"quarto-ext","description":"A very simple RevealJS plugin extension that adds support for switching the cursor to a 'pointer' style element while presenting.","archived":false,"fork":false,"pushed_at":"2023-06-29T13:58:00.000Z","size":3363,"stargazers_count":33,"open_issues_count":1,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-07T08:48:44.771Z","etag":null,"topics":["quarto","quarto-extension","reveal-js-plugin"],"latest_commit_sha":null,"homepage":"https://quarto-ext.github.io/pointer/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/quarto-ext.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2022-09-13T21:02:11.000Z","updated_at":"2024-12-22T10:46:58.000Z","dependencies_parsed_at":"2024-01-05T23:47:29.461Z","dependency_job_id":"cb146565-483f-4d33-909b-f717e95994c8","html_url":"https://github.com/quarto-ext/pointer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quarto-ext%2Fpointer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quarto-ext%2Fpointer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quarto-ext%2Fpointer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quarto-ext%2Fpointer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quarto-ext","download_url":"https://codeload.github.com/quarto-ext/pointer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246651240,"owners_count":20811990,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["quarto","quarto-extension","reveal-js-plugin"],"created_at":"2024-08-03T22:00:56.767Z","updated_at":"2025-10-29T00:49:43.821Z","avatar_url":"https://github.com/quarto-ext.png","language":null,"funding_links":[],"categories":["Extensions"],"sub_categories":[],"readme":"# pointer\n\nA very simple RevealJS plugin extension that adds support for switching the cursor to a 'pointer' style element while presenting.\n\n:warning: Requires Quarto Version 1.2.124 or later :warning:\n\n## Installation\n\n```\n$ quarto add quarto-ext/pointer\n```\n\nThis will install the extension under the `_extensions` subdirectory. If you're using version control, you will want to check in this directory.\n\n## Usage\n\nSimply add the extension to the list of reveal plugins like:\n\n```\ntitle: My Presentation\nformat:\n    revealjs: default\n    pointer:\n      - # set pointer configuration options here\nrevealjs-plugins:\n  - pointer\n```\n\nBy default, you can activate the pointer mode by pressing the 'q' key while viewing the presentation. When activated, a 16px red pointer will be used as a cursor. Press the 'q' key once again to reactivate the standard cursor.\n\n## Options\n\nYou can control the color and appearance of the pointer by passing some additional options under a `pointer` key. \n\n| Option | Description |\n| --- | --- |\n| ```key``` |  What key should be used to activate and deactivate the pointer. Defaults to `q`. |\n| ```color``` | A CSS color name that provides the color used when the pointer is activated. Defaults to `red`. |\n| ```pointerSize``` | The size of the pointer in pixels (please do not include units). Defaults to `16`. |\n| ```alwaysVisible``` | Whether the pointer should always be visible, or disappear after it stops moving for a moment. Defaults to 'false'. |\n\n## Example\n\nView an example presentation at \u003chttps://quarto-ext.github.io/pointer/\u003e. Use the 'q' to enable and disable the pointer.\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquarto-ext%2Fpointer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquarto-ext%2Fpointer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquarto-ext%2Fpointer/lists"}