quarto-dev / quarto-dev/quarto-cli
Support Qmd Filters, similar to existing Notebook Filters
Open
@cscheid is already working on this.
Since Jun 28, 2024.
enhancement
- Dominant language
- JavaScript
- Stars
- 6k
- Forks
- 458
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 41
Description
A text-based filter for qmd files, similar to the existing Notebook Filters, would provide a minimal way for extensions to modify qmd document contents before the knitr engine runs.
Based on discussions with @cscheid, it would simply be "give the .qmd input as text, get the new .qmd text from the output"
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.