Pre render for quarto preview #4822
Closed
itepifanio
started this conversation in
Feature Requests
Replies: 1 comment
-
|
Closing in favour of #4841 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Quarto provides pre and pos rendering features but it doesn't extend when live previewing the documents.
I have a script that reads
yamlcontent and outputs.qmdfiles used in a Quarto website. I was trying to add a custom watcher for theyamlfiles, this way, when ayamlfile changes the.qmdfiles the Quarto live previewing would refresh.My solution was running Quarto as a subprocess and creating the custom watcher. A pre rendering that works with live previewing would make my life easier because I would be able to run the
yamlwatcher script without working with subprocessing.Beta Was this translation helpful? Give feedback.
All reactions