Gathering detailed insights and metrics for gatsby-remark-external-links
Gathering detailed insights and metrics for gatsby-remark-external-links
Gathering detailed insights and metrics for gatsby-remark-external-links
Gathering detailed insights and metrics for gatsby-remark-external-links
gatsby-remark-external-links-ph
aw port of gatsby-remark-external-links plugin for ph link replacement
@jd-carroll/gatsby-remark-external-links
Automatically adds the target and rel attributes to external links in markdown.
gatsby-remark-google-analytics-track-links
Track internal and external clicks from links embedded in your markdown
gatsby-remark-blog-card
Gatsby plugin to embed external links beautifully in markdown.
Adds the target and rel attributes to external links in markdown.
npm install gatsby-remark-external-links
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
21 Stars
17 Commits
8 Forks
1 Watchers
14 Branches
5 Contributors
Updated on Jan 24, 2023
Latest Version
0.0.4
Package Id
gatsby-remark-external-links@0.0.4
Size
1.52 kB
NPM Version
5.4.1
Node Version
6.9.5
Published on
Dec 16, 2017
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
Adds the target and rel attributes to external links in markdown.
This is a gatsby port of the remark-external-links remark plugin.
1yarn add gatsby-remark-external-links
gatsby-config.js
:1 plugins: [ 2 { 3 resolve: `gatsby-transformer-remark`, 4 options: { 5 plugins: [ 6 { 7 resolve: "gatsby-remark-external-links", 8 options: { 9 target: "_self", 10 rel: "nofollow" 11 } 12 } 13 ] 14 } 15 },
Type: string
Default: _blank
Specifies where to display the linked URL.
The value should be on of : _self
, _blank
, _parent
, _top
You can specify null
to not add the target
attribute to your links
Type: string
Default: nofollow noopener noreferrer
Specifies the relationship of the target object to the link object. The value is a space-separated list of link types.
You can specify null
to not add the rel
attribute to your links
MIT
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 4/11 approved changesets -- score normalized to 3
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
72 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More