epoxy icon indicating copy to clipboard operation
epoxy copied to clipboard

Extra-strength glue engines for R Markdown, Quarto, and Shiny

Results 13 epoxy issues
Sort by recently updated
recently updated
newest added

Awsome work as usual! Any plans making epoxy compatible with quarto files?

Currently, `epoxy_style_html()` supports `id` and `class` attributes, but we could support additional attributes with something like this: ``` {{ a(href="https://example.com") link_text }} ``` In the long run, it'd be nice...

https://twitter.com/sharlagelfand/status/1271209025926037505 http://worrydream.com/Tangle/ ## Easy - [x] Click inputs ## Need some thought - [ ] Drag inputs - [ ] Slider inputs - [ ] Dropdown inputs - [ ]...

status: in progress
type: new
priority: high

Currently substitution happens _within_ an element, but it would be great to be able to substitute within an attribute. ```r expoxyHTML( a(href = "{{ url }}", "go to the link")...

``` Error : (converted from warning) /tmp/RtmpSqyTmT/R.INSTALLdc77fb96246/epoxy/man/epoxyHTML.Rd:43: unknown macro '\item' ERROR: installing Rd objects failed for package ‘epoxy’ * ```

bug

Automated package maintenance changes from

Hi Garrick, great package. I'm currently playing around with the CRAN version of your package and I encountered the problem that the epoxy chunk cannot handle inline instructions once a...

Will there be epoxy stickers given out at Posit::Conf this year? If not, can I commission some to be printed for me and my students?

This might be a glue thing, but assigning to a variable in the global environment works except when the value comes from the glue environment. When the variable exists in...