Open rasanderson opened 1 month ago
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.
Not currently, but I think it's a good idea and something that we should support in a future version.
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
But any code in init.R isn't being detected and displayed in the drop-down.