-
DescriptionWhen teaching, I need students to render their QMD files to HTML with resources embedded so that they can easily share these files with me without the formatting breaking. However, it is a pain to have to teach them about YAML headers at the very beginning. I would rather circle back to this later. I think a good solution for this would be something like a Quarto version of RNotebooks - a file type or format that automatically embeds resources and perhaps turns on paged df printing. Ideally, there would be a way to create such a file through the RStudio IDE directly (e.g., either a different file type or a checkbox on the Quarto document wizard). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 13 replies
-
You are describing a format template extension, see https://quarto.org/docs/extensions/formats.html. Then your students, will only have to run |
Beta Was this translation helpful? Give feedback.
See #2079 for related if not identical discussion.