Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the console output for quarto render #11179

Open
cwickham opened this issue Oct 23, 2024 · 0 comments
Open

Improve the console output for quarto render #11179

cwickham opened this issue Oct 23, 2024 · 0 comments
Assignees
Milestone

Comments

@cwickham
Copy link
Collaborator

An example of existing output:

$ quarto render html-r.qmd

processing file: html-r.qmd
1/5
2/5 [unnamed-chunk-1]
3/5
4/5 [unnamed-chunk-2]
5/5
output file: html-r.knit.md

pandoc
  to: html
  output-file: html-r.html
  standalone: true
  section-divs: true
  html-math-method: mathjax
  wrap: none
  default-image-extension: png

metadata
  document-css: false
  link-citations: true
  date-format: long
  lang: en
  title: My document
                                
Output created: html-r.html

For most users, most of the time, there is too much detail and not clear enough signposts on where Quarto is in the process.

An example, purely to promote discussion:

$ quarto render html-r.qmd
Engine: knitr
Formats: html

Format: html
-------------------------------------------
Executing code with knitr targeting HTML: 
[=======] 100% | 5/5
Intermediate file: html-r.html.md 

Converting to HTML with pandoc
Output created: html-r.html
-------------------------------------------
@cwickham cwickham added this to the Future milestone Oct 23, 2024
@cscheid cscheid self-assigned this Oct 23, 2024
@cscheid cscheid modified the milestones: Future, v1.7 Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants