Support qmd as the output format #12824
Replies: 4 comments 3 replies
-
I don't think a lot of people ask that. Can you share more about your use case? What you asked could maybe be possible in a very narrow set of contexts where the Quarto project structure is used to render a single-file document. However, in a Website or Book Project context, for example, the .qmd file can't be standalone as it is part of a whole project. Some part of the output depends on the rest of the website. Regarding applying filters, this is similar: Some filters rely on the Project context. Rendering a single document as a standalone doesn't trigger the same processing. Also, I don't see what a standalone document means with "apply filters". Filters are processing that applies between the source and the output - they can't really be "transformed" to be part of the source. Some very simple filters could probably, but not all. As you see it as a common request, I am really interested in understanding more about your use case—why the need for something more standalone than the reproducibility that Quarto already offers? Thank you! |
Beta Was this translation helpful? Give feedback.
-
I think of a website that provides a gallery of downloadable interactive notebook examples. Naturally, the original So the feature request is about supporting |
Beta Was this translation helpful? Give feedback.
-
I'm referring to "Including Other Formats" for the project of "website" type, not "manuscript".
Thanks for clarifying how this is handled internally.
Yes, as another option under "Other Formats" in the sidebar menu. |
Beta Was this translation helpful? Give feedback.
-
The goal is to provide As we discussed, for the For Naively, I was thinking that Quarto pipeline loads |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
The idea is that in the Quarto projects the source
.qmd
files may depend a lot on project/folder settings, include the code snippets etc.It would be nice to generate
.qmd
files that are as standalone as possible:{{<include ...>}}
(and maybe other shortcodes as well)Sorry if this is a duplicate of another feature request -- it looks like something many people may ask, but I was not able to identify a specific request since the relevant keywords are too generic.
Beta Was this translation helpful? Give feedback.
All reactions