quarto-dev / quarto-dev/quarto-cli
`render --quiet` processes all .qmd in a folder
Open
@cscheid is already working on this.
Since Apr 18, 2024.
enhancement
- Dominant language
- JavaScript
- Stars
- 6k
- Forks
- 458
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 41
Description
Bug description
I have 3 files in a folder: Slides.qmd Slides-old.qmd Slides-older.qmd (the last 2 I keep out of over-abundance of caution).
quarto render Slides.qmdprocesses just this one as expected (makes Slides.html), BUTquarto render --quiet Slides.qmdprocesses all 3 ?!?!
Quarto check output
quarto check
Quarto 1.4.553
[>] Checking versions of quarto binary dependencies...
Pandoc version 3.1.11: OK
Dart Sass version 1.69.5: OK
Deno version 1.37.2: OK
[>] Checking versions of quarto dependencies......OK
[>] Checking Quarto installation......OK
Version: 1.4.553
Path: D:\scoop\apps\quarto\current\bin
CodePage: 1252
[>] Checking tools....................OK
TinyTeX: (not installed)
Chromium: (not installed)
[>] Checking LaTeX....................OK
Tex: (not detected)
[>] Checking basic markdown render....OK
[>] Checking Python 3 installation....OK
Version: 3.12.2
Path: D:/scoop/apps/python/3.12.2/python.exe
Jupyter: (None)
Jupyter is not available in this Python installation.
Install with py -m pip install jupyter
[>] Checking R installation...........(None)
Unable to locate an installed version of R.
Install R from https://cloud.r-project.org/
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.
Assessment
This issue has not been assessed yet.