Install templates globally for user, not locally for every project #8469
venpopov
started this conversation in
Feature Requests
Replies: 1 comment 3 replies
-
That's by design and for reproducibility. |
Beta Was this translation helpful? Give feedback.
3 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.
-
Description
Currently quarto templates/extensions need to be installed anew in every project folder that uses them. It would be much more convenient if we can install them in a central folder and be able to access them regardless of where the notebook resides. Just like R packages are centrally stored for the user and we don't have to install them anew for every RProject and keep a copy in the working directory.
For example, quarto templates can be install under the user home folder ~quarto/templates, and then when rendering them quarto looks for matching templates there.
Beta Was this translation helpful? Give feedback.
All reactions