Order of Operations in quarto render
#6760
-
DescriptionGood morning! I've been working on filters and pre-render scripts for single documents and projects, and it'd be very helpful to have a finer-grained sense of where these pop up into the flowchart of what happens during For both a single document render an a project render, what is the order of the different operations? My inference based on the docs and my own experimentation is something like:
My questions:
I have similar questions for a project.
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
I don't have a great answer for you, but I want to acknowledge that we really do need to write an internals guide to Quarto. I think we won't escape writing one in 1.5 (since there are bigger structural changes coming), but I don't think we'll be able to do a good enough job before then. |
Beta Was this translation helpful? Give feedback.
-
Got it 👍 . One reason why this has come up for me: I've been working on a course website that has some extra functionality built in via R scripts that read from a
that would wrap this sort of scripting functionality into a much more portable/sharable form. |
Beta Was this translation helpful? Give feedback.
-
A somewhat related discussion: |
Beta Was this translation helpful? Give feedback.
I don't have a great answer for you, but I want to acknowledge that we really do need to write an internals guide to Quarto.
I think we won't escape writing one in 1.5 (since there are bigger structural changes coming), but I don't think we'll be able to do a good enough job before then.