Christophe Dervieux

Results 1378 comments of Christophe Dervieux

Thanks for the report ! This happens because of a CSS rule in `gitbook` css: ````css .book .book-body .page-wrapper .page-inner section.normal a { color: #4183c4; text-decoration: none; background: 0 0;...

I know that a package like **widgetframe** aims to help with this : https://cran.r-project.org/web/packages/widgetframe/vignettes/Using_widgetframe.html Not sure how easy to use it is, and it is a bit old. However, the...

**widgetframe** does not seem to have any activity since a long time. And no update on CRAN since 2017, so I would understand if it does not work well. The...

Zooming is indeed something missing from 'remark.js'. I found to Feature request related to that https://github.com/gnab/remark/issues/511 and https://github.com/gnab/remark/issues/635 The first one mentions [Zoom.js](https://lab.hakim.se/zoom-js/) and it seems this could be added...

Thanks @christopherkenny Sorry for the delay on this one. We were focusing on other project and **rticles** was a bit on the side. It will took me more time than...

This is still open. The first PR has been close because it needs a rework. It can be used as base for a new one. If anyone is willing to...

@gpilgrim2670 do not forget to undraft this PR and ping me when this is ready for review. Just checking in case you were already waiting for a review. Otherwise, take...

We are in no hurry. Thanks for the update !

Hi @gpilgrim2670, I have just merge master branch in this PR to take into account the changes we've made recently. This will allow you to continue on good basis next...

I think this is a great idea! Some references of the tool that can be used for this: **distill** is using [tippy](https://github.com/atomiks/tippyjs) and [popover](https://github.com/popperjs/popper-core) for some tooltip / popover (https://github.com/rstudio/distill/commit/3a83b0288d3ddc4ae4977dcfa48e8b713d1d02e6)