Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gatsby-remark-link-card

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-remark-link-card

Gatsby Remark plugin to embed card about link

  • 1.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
16
decreased by-15.79%
Maintainers
1
Weekly downloads
 
Created
Source

Gatsby Remark plugin to embed card about link.

👀 You can preview the description of the link!

Build Status semantic-release npm version

Twitter: JbeeLjyhanll

🗂 Use Case

🚚 Install

$ npm install --save gatsby-remark-link-card
# or
$ yarn add gatsby-remark-link-card

🚀 How to use

👉 This plugin requires gatsby-transformer-remark.

in Markdown

[$card](https://github.com/JaeYeopHan/gatsby-remark-link-card)

with Config

// In your gatsby-config.js
plugins: [
  {
    resolve: `gatsby-transformer-remark`,
    options: {
      plugins: [
        {
          resolve: `gatsby-remark-link-card`,
          options: {
            //...
          }
        }
      ]
    }
  }
];

⚙ Options

PropertyTypeDefaultDescription
delimiterstring$cardTitle of the link to create a card
imagestringdata-uriDefault og image path
faviconstringdata-uriDefault favicon image path
errorObject-Default config when error

Author

👤 JaeYeopHan (Jbee)

Inspiration

gatsby-remark-embedder

Show your support

Give a ⭐️ if this project helped you!

Written by @Jbee

Keywords

FAQs

Package last updated on 14 Oct 2019

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc