-
I have a quarto website where each main qmd file generates a cache and files directory. This ends up cluttering my main directory. Can I tell quarto (or knitr) to save generate these files in a subdirectory like _cache/? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 12 replies
-
That's currently not supported by quarto, unfortunately. We're slowly fixing internal infrastructure issues that will make that easier in the future, but a proper fix for this is quite a ways out yet. If you are using a quarto website, though, all of those directories should be going in the output of the project (rather than next to the .qmd files), so maybe I'm missing something. |
Beta Was this translation helpful? Give feedback.
That's currently not supported by quarto, unfortunately. We're slowly fixing internal infrastructure issues that will make that easier in the future, but a proper fix for this is quite a ways out yet.
If you are using a quarto website, though, all of those directories should be going in the output of the project (rather than next to the .qmd files), so maybe I'm missing something.