Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: add social link icon for JSR to default template #4256

Open
4 tasks done
dirkluijk opened this issue Oct 8, 2024 · 2 comments
Open
4 tasks done

Feature request: add social link icon for JSR to default template #4256

dirkluijk opened this issue Oct 8, 2024 · 2 comments
Labels
enhancement New feature or request has-workaround Has workaround, low priority theme Related to the theme

Comments

@dirkluijk
Copy link

Is your feature request related to a problem? Please describe.

JSR is an alternative for NPM, where you can publish ESM-only TypeScript packages. It's mainly promoted by Deno, but can also be used in Node.js.

Describe the solution you'd like

It would be nice to have a jsr social link available in the default template of Vitepress, so it's easier to link to your package on jsr.io.

A possible SVG:

<svg viewBox="0 0 13 7" aria-hidden="true">
<g>
<path d="M1,3h1v1h1v-3h1v4h-3"/>
<path d="M5,1h3v1h-2v1h2v3h-3v-1h2v-1h-2"/>
<path d="M9,2h3v2h-1v-1h-1v3h-1"/>
</g>
</svg>

(we would have to check if we have permissions for this SVG to be used)

Describe alternatives you've considered

Providing a custom SVG.

Additional context

No response

Validations

@brc-dd brc-dd added enhancement New feature or request theme Related to the theme has-workaround Has workaround, low priority labels Oct 12, 2024
@brc-dd
Copy link
Member

brc-dd commented Oct 12, 2024

I'm personally inclined to add this. But let's still wait for some upvotes here otherwise it'd be unfair to other icons that are still pending (like #4135).

And regarding SVG, we will use one from https://simpleicons.org.

@dirkluijk
Copy link
Author

Makes sense, agreed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request has-workaround Has workaround, low priority theme Related to the theme
Projects
None yet
Development

No branches or pull requests

2 participants