-
Description
Is there a way to clean up it automatically when rendering? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
cscheid
Jun 17, 2023
Replies: 1 comment 2 replies
-
Currently, there is no native way within Quarto, but you could write a script as a pre-render script (not perfect). @cscheid Do you have any additional information? Is it something that can be done within Quarto, like checking if there still is a file associated with the freeze directories? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think it's currently hard to do under file moves; quarto doesn't know how guess what file name some arbitrary new file used to have.
It might be possible in 1.5, when we plan to store metadata about project compilation (so we know what .md file is associated with an input .qmd).