Adds support for the Mdx node type provided via gatsby-plugin-mdx.
Although gatsby-plugin-mdx provides a similar metric via timeToRead field, I believe this plugin continues to offer value alongside the mdx plugin, as it provides additional formatting options.
Notes
To have this work with gatsby-plugin-mdx, this plugin needs to live outside of the gatsby-plugin-mdx options, e.g remarkPlugins or gatsbyRemarkPlugins. For example,
First, thanks for this plugin!
Summary
Adds support for the
Mdx
node type provided viagatsby-plugin-mdx
.Although
gatsby-plugin-mdx
provides a similar metric viatimeToRead
field, I believe this plugin continues to offer value alongside the mdx plugin, as it provides additional formatting options.Notes
gatsby-plugin-mdx
, this plugin needs to live outside of thegatsby-plugin-mdx
options, e.gremarkPlugins
orgatsbyRemarkPlugins
. For example,