quarto-dev / quarto-dev/quarto-r
Add a wrapper for a print pdf function using pagedown chrome print
Nobody has claimed this yet.
- Dominant language
- R
- Stars
- 161
- Forks
- 29
- Avg merge
- 3h 18m
- Merged PRs (30d)
- 1
Description
Follows https://github.com/quarto-dev/quarto-r/issues/51 discussions.
This could be useful waiting for such feature in Quarto.
Here, the function would just be a wrapper around pagedown::chrome_print().
Not so hard to add support for .qmd in chrome_print though, or just do
quarto::quarto_render("myslides.qmd")
pagedown::chrome_print("myslides.html")
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the existing R interface entry points and the issue's proposed calls to quarto::quarto_render() and pagedown::chrome_print(). Compare the wrapper's intended scope with pagedown::chrome_print() support for .qmd files; done means the agreed wrapper behavior is implemented and exercised for the relevant rendered document.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100