-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hello
This is a really useful extension. Just wondering if there is a way to pre-populate the Quarto Drop editor with some example R code to show during the presentation, rather than copy-and-paste. I've tried changing the YAML to
format:
revealjs:
revealjs-plugins:
- drop
drop:
engine: webr
webr:
init:
- "init.R"
packages:
- ggplot2
But any code in init.R isn't being detected and displayed in the drop-down.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request