klippy
klippy copied to clipboard
Copy to Clipboard Buttons for RMarkdown HTML Documents
I love copy-code buttons, and most of them are usually rather large ([one example from the datawizard package is clearly visible](https://easystats.github.io/datawizard/)). So I also love the `klippy` buttons but find...
Hi, I get: > remotes::install_github("rlesur/klippy") Using github PAT from envvar GITHUB_PAT Error: Failed to install 'unknown package' from GitHub: HTTP error 401. Bad credentials Rate limit remaining: 45/60 Rate limit...
Here is my error: ```r > install.packages("klippy") Warning in install.packages : package ‘klippy’ is not available for this version of R A version of this package for your version of...
Hello, would it be possible to use something else for `klippy` button than `` tag (defined [here](https://github.com/RLesur/klippy/blob/378c247fbbc76ec662f6c1ed1103121b87091be4/inst/htmldependencies/lib/klippy-0.0.0.9500/js/klippy.js#L45))? For example, glyphicons could be used, as they are integrated into Bootstrap, which...
` {r include=FALSE} knitr::knit_engines$set( pwsh = function ( options ) { f = tempfile( 'code', '.', fileext = '.ps1' ) writeLines( c( paste0( ' ', options$code ) ), f )...
Enable klippy for code chunks that are not r. Even when I'm not using R, I'd like to be able to use this tool for documentation. Currently the following segment...
Thanks very much for making such a nice package. I was wondering if there would be any way to add an option to get the entire code at a code-chunk...
* Added [officially supported language engines](https://github.com/yihui/knitr-examples) to `lang` param by default so that other languages (e.g., python, etc.) can be included for the code copy; I think this minimizes users'...
The current klippy icon is quite small and I was wondering whether it's possible to add some sort of 'cex' type option or at least some additional size options eg...
I see that klippy can pull work at the code-chunk level, but what about text outside of a code-chunck? For instance, say I have a Markdown with text and in-line...