1.0.2 ā€¢ Published 4 years ago

gatsby-remark-link-card-plus v1.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

Gatsby Remark plugin to embed card about link.

šŸ‘€ You can preview the description of the link!

Build Status semantic-release npm version

šŸ—‚ 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āœŒ