![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
gatsby-remark-bitly-links
Advanced tools
This plugin is going to find all the links in your markdown file, convert them to [bitly](https://bitly.com/) links and mofify the underlying markdown files, replacing all the links with the newly created _bitly_ ones.
This plugin is going to find all the links in your markdown file, convert them to bitly links and mofify the underlying markdown files, replacing all the links with the newly created bitly ones.
All the links will be available in your bitly dashboard, from where you can see how do they perform.
npm i gatsby-transformer-remark
or
yarn add gatsby-transformer-remark
npm i gatsby-remark-bitly-links
or
yarn add gatsby-remark-bitly-links
Name | Required | Default | Description |
---|---|---|---|
accessToken | true | - | Bitly API access token, see the bitly docs |
namedBitlys | false | ["bit.ly" , "amzn.to" ] | Filter out bitly links which have a different domain |
If you want to track the performance of your links in markdown files, this plugin is the way to go.
Include this in your gatsby-config.js
file, under the gatsby-transformer-remark
plugins section.
{
resolve: "gatsby-transformer-remark",
options: {
plugins: [{
resolve: "gatsby-remark-bitly-links",
options: {
accessToken: BITLY_ACCESS_TOKEN, // see the options sections for how to get the token
namedBitlys: ["mzl.la"] // optional
}
}]
}
}
Tests are still work in progres...
If you have any questions, please open an issue and we will figure it out!
FAQs
This plugin is going to find all the links in your markdown file, convert them to [bitly](https://bitly.com/) links and mofify the underlying markdown files, replacing all the links with the newly created _bitly_ ones.
The npm package gatsby-remark-bitly-links receives a total of 12 weekly downloads. As such, gatsby-remark-bitly-links popularity was classified as not popular.
We found that gatsby-remark-bitly-links demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.