Add url-card shortcode
Thanks! The shortcode is called url-card but the extension seems to be named QuartoCards
We do list under extension names. An extension can have several shortcodes for examples.
Do you plan to rename or should we use repo name ?
Well I prefer QuartoCards as a repo name, in case I create more shortcodes. But I note there are a few repos like https://github.com/gadenbuie/quarto-partials and https://github.com/mcanouil/quarto-modal where the quarto- part is stripped off in the extensions page. This is what I was aiming for, because having Quarto in this list is a bit redundant. However, if your current policy is to not allow this, I might just rename the repo to quarto-cards to align with the style at least.
I create more shortcodes.
I meant that if you do add more shortcode to it, we wouldn't create a new entry I guess. Or at least for now we do list repo once.
Idea of this listing is to list the existing extensions and not each feature they have.
For the example you listed, the repo name is different but extension name is related
title: Modalin_extensions/modal/_extension.ymlfor https://github.com/mcanouil/quarto-modal (source)title: partialsin_extensions/partials/_extension.ymlfor https://github.com/gadenbuie/quarto-partials (source)
In your case we have title: QuartoCards in _extensions/QuartoCards/_extension.yml (source). So extensions is really QuartoCards when you install it.
Hence my initial questions. For us, this would be one extension in the listed that could offer multiple shortcode. Does this clarify my initial comment ?
But I can see why listing shortcode name instead of extension could be useful for search... 🤔