quarto-webr
quarto-webr copied to clipboard
Community developed Quarto Extension to Embed webR for HTML Documents, RevealJS, Websites, Blogs, and Books.
Thanks to [cscheid](https://github.com/cscheid)'s response: https://github.com/quarto-dev/quarto-cli/discussions/9646#discussioncomment-9451134 There's now a way forward to accomplishing: 1. showcasing what options are being used so we're not copying and pasting on the custom cell 2....
From @ute in #175 RE: Scaling font-awesome symbols > TODO (if this seems sensible): adjust size of buttons. > this is probably possible by css (em units?)
### Feature Description Hi - The goal is to allow revealing a hidden div by id when a webr code block is executed. In my case this is for building...
Relevant lines to move to: https://github.com/coatless-quarto/codecelloptions Are: https://github.com/coatless/quarto-webr/blob/38ac022792112fd4f6cb5ec44f89f4f0958f8bc9/_extensions/webr/webr.lua#L463-L520
We've had examples with: - Turkish - Korean - Spanish - Portugese - Manadarin We probably should create a i18n file that exports the labels into the document.
Add encoding of text to open in webR REPL. https://fontawesome.com/icons/arrow-up-right-from-square?f=classic&s=solid
### Feature Description When rendering to html, long lines of output don't get wrapped in output windows that are too small to hold them, but can be scrolled horizontally. I...
### Bug description When setting the chunk option `results: "asis"` or `output: "asis"`, the results are rendered in monospace, although I would expect them to be treated as raw HTML...
After each piece of code is executed, add it into an R history array. Add a button that allows the .Rhistory for the session to be downloaded: Format with: ```...