forked from quarto-ext/pointer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.qmd
More file actions
42 lines (31 loc) · 754 Bytes
/
Copy pathindex.qmd
File metadata and controls
42 lines (31 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
title: "pointer"
---

A Quarto extension that adds an on-slide presenter pointer for revealjs decks.
## Install
```bash
quarto add royfrancis/quarto-revealjs-pointer
```
## Features
- Laser pointer style interaction for engaging presentations
- Optional smooth trail for drawing attention
- Configurable key, color, and pointer size
## Quick Start
```yaml
format:
revealjs:
pointer:
key: "q"
color: "tomato"
pointerSize: 18
trail: true
revealjs-plugins:
- pointer
```
## Demo Pages
- [Basic Trail Demo](demo.qmd)
- [Key, Color, Size](demo-key-color-size.qmd)
- [Always Visible](demo-always-visible.qmd)
- [Trail Dynamics](demo-trail-dynamics.qmd)
- [Trail Max Points](demo-trail-limit.qmd)