Specifying Extensions in the metadata? #7348
Closed
iandol
started this conversation in
Feature Requests
Replies: 1 comment 3 replies
-
A number of reasons, including
We can have a separate discussion about the merits of this decision. The current model serves the goals we have in mind, and since package code is meant to b stored with quarto projects in version control, the prompting only happens once, for the first time a package is ever installed in the context of a particular document. We think that's an acceptable tradeoff presently. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Currently, to use extensions we use the CLI command to install them, and then specify them in the metadata. I just tried Typst where the
#import
command will install a package the first time it is used, making the document "self-contained". Why can't specifying an online extension in the metadata automatically install them without any further action, so for example:…would run
quarto add kapsner/authors-block
if it wasn't installed yet, then use it.Beta Was this translation helpful? Give feedback.
All reactions