Romain Lesur

Results 167 comments of Romain Lesur

@emilyriederer I was poked by @maelle: she drew my attention to the unconf issue. Thanks, Maëlle!

The `pagedown::html_paged()` default style was designed for writing a book. That is why you observe these blank pages. Technically speaking, this style uses [_named pages_](https://gitlab.pagedmedia.org/tools/pagedjs-documentation/blob/master/Part07_Named-paged.md) defined in the [`default-page.css`](https://github.com/rstudio/pagedown/blob/master/inst/resources/css/default-page.css) stylesheet....

I feel such a vignette could be valuable. Here are some recent questions on this topic https://github.com/rstudio/pagedown/issues/113#issuecomment-508789885 https://github.com/rstudio/pagedown/issues/91#issuecomment-558331313 and https://community.rstudio.com/t/error-after-using-pagedown-to-generate-a-pdf-from-html-in-a-shinyapp/45999?u=rlesur

If anyone (@cderv, @ColinFay, @r2evans, @smsenkier or anyone else) is interesting in contributing, PR are welcome! Thanks! I do not know enough about Shiny to write this vignette.

Thanks a lot! There is no due date (there's no deadline for volunteers 😄). I just feel that `chrome_print()` is increasingly being used with Shiny.

I have written a demo Shiny application here: https://github.com/RLesur/chrome_print_shiny This application is deployed on shinyapps.io here: . I don't think I'll have time to write the vignette in the next...

Thanks for the feature request! IMO, the most robust way to implement this feature in **pagedown** would be to use a CSS preprocessor. This is related to #99. For now,...

Hello @nurfatimaj, The jQuery plugin you found is a wrapper incorporating a code originally written in plain (or vanilla) JavaScript (see and [this StackOverflow answer](https://stackoverflow.com/a/9083076/6500804)). In this case, [you don't...

I agree: the goal of **pagedown** is to paginate a document using web technologies. The main difference with a html document is that pages have a limited available height (a...

Dealing with fonts is definitely difficult, moreover with **pagedown**. I also use Google Fonts but I've faced many problems. They are revealed through the stylesheet available at : ```css @font-face...