Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emilhvitfeldt/quarto-revealjs-spotlight
Quarto revealjs spotlight
https://github.com/emilhvitfeldt/quarto-revealjs-spotlight
quarto quarto-extension revealjs revealjs-plugin
Last synced: about 2 months ago
JSON representation
Quarto revealjs spotlight
- Host: GitHub
- URL: https://github.com/emilhvitfeldt/quarto-revealjs-spotlight
- Owner: EmilHvitfeldt
- Created: 2024-08-14T20:19:36.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-15T15:10:25.000Z (4 months ago)
- Last Synced: 2024-08-15T17:10:35.224Z (4 months ago)
- Topics: quarto, quarto-extension, revealjs, revealjs-plugin
- Language: Jupyter Notebook
- Homepage:
- Size: 106 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spotlight Extension For Quarto
Add a simple spotlight feature to slides.
![](example.png)
## Installing
```bash
quarto add emilhvitfeldt/quarto-revealjs-spotlight
```This will install the extension under the `_extensions` subdirectory.
If you're using version control, you will want to check in this directory.## Using
Add the following in any slide to put a spotlight on that location. Adding the `.fragment` class will let it work as a fragment.
`````markdown
:::: {.spotlight top="20%" left="15%"}
:::
`````## Example
Here is the source code for a minimal example: [example.qmd](example.qmd).