Record/keep extension source for later reuse (quarto update extension ...
)
#11468
Labels
Milestone
quarto update extension ...
)
#11468
Currently, when installation an extension from GitHub, if the extension name does not match the repository name, it's not possible to use
quarto update extension ...
.The majority of extensions uses
quarto-<extension name>
as a repository name instead of<extension name>
.For example:
Install extensions:
Check the installed extensions
Update the extensions
This means that it's not possible to update the extension
quarto-ext/poster
because the repository name (directory) istypst-templates/poster
and notposter
.Same goes for the extension
mcanouil/iconify
.This could be solved by recording/keeping the repository name (source) somewhere.
It could be in
_extension.yml
undersource
key.Keeping the source would allow better extension management and easier updates, e.g.,
quarto update extension all
.The text was updated successfully, but these errors were encountered: