quarto-webr icon indicating copy to clipboard operation
quarto-webr copied to clipboard

Community developed Quarto Extension to Embed webR for HTML Documents, RevealJS, Websites, Blogs, and Books.

Results 34 quarto-webr issues
Sort by recently updated
recently updated
newest added

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....

p: high

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...

t: feature-request

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

p: low
t: chore

We've had examples with: - Turkish - Korean - Spanish - Portugese - Manadarin We probably should create a i18n file that exports the labels into the document.

t: feature-request
p: low

Add encoding of text to open in webR REPL. https://fontawesome.com/icons/arrow-up-right-from-square?f=classic&s=solid

t: feature-request
p: low

Need a good example for this one...

t: feature-request

### 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...

t: feature-request

### 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...

t: question
s: question-answered

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: ```...

t: feature-request
p: low