Romain Lesur

Results 167 comments of Romain Lesur

Absolutely not! I will document an example. @yihui I think it is possible to add a native support for the altmetric elements. I don't use altmetric and I don't know...

@dktanwar No problem. Synchronizing JS libraries is always a hard task. Thanks for your CV. I understand well the previous issue.

Here's how to implement the synchronization between altmetric and Paged.js: ```{js, echo=FALSE} window.PagedConfig.auto = false; document.querySelector('.altmetric-embed').addEventListener('altmetric:show', () => { window.PagedPolyfill.preview(); }); ``` Be aware that this script will work for...

Tweak the CSS for this new element: try to change the `display` property of the `div`

or use a `span` instead of a `div`. altmetric add extra styles/elements through JavaScript: you have to find the good mean to embed it properly

For now, I think that we should focus on the JS libraries used in the R Markdown ecosystem. The highest priority is https://github.com/rstudio/pagedown/issues/58

Hi @maibennett, Thanks for the report! The **reactable** package is not yet supported by `html_paged()` as any other HTML widget (see #58) but we have a candidate solution (see #87)...

Sorry for not getting back to you sooner. I'm not sure to fully understand your goal. I understand that you want to move the literature review section in the [front...

Thank you, @r2evans for your support! I really appreciate because from the beginning of **pagedown** this feature is the most difficult one (I spent so much hours on that). In...

@medewitt I've seen (https://github.com/rstudio/pagedown/network) you're improving the branch. Do not hesitate to propose modifications. I'm interested in feedbacks/collaborations on this topic.