rstudio / distill

Distill for R Markdown
https://rstudio.github.io/distill/
Apache License 2.0
422 stars 57 forks source link

Add button to copy code blocks to clipboard #156

Open mrcaseb opened 4 years ago

mrcaseb commented 4 years ago

I am wondering if it is possible to add a button to the code blocks which allows to copy the whole block into the clipboard like it is done with pkgdown websites (see screenshot below). Bild1

I believe that it is mostly the below code. But maybe some CSS as well. https://github.com/r-lib/pkgdown/blob/77f909b0138a1d7191ad9bb3cf95e78d8e8d93b9/inst/assets/pkgdown.js#L70-L108

jmbuhr commented 4 years ago

I would love this feature as well, especially given that distill is great for uploading teaching materials.