jonschlinkert / gray-matter

Smarter YAML front matter parser, used by metalsmith, Gatsby, Netlify, Assemble, mapbox-gl, phenomic, vuejs vitepress, TinaCMS, Shopify Polaris, Ant Design, Astro, hashicorp, garden, slidev, saber, sourcegraph, and many others. Simple to use, and battle tested. Parses YAML by default but can also parse JSON Front Matter, Coffee Front Matter, TOML Front Matter, and has support for custom parsers. Please follow gray-matter's author: https://github.com/jonschlinkert
https://github.com/jonschlinkert
MIT License
3.97k stars 138 forks source link

Question: Where should I add add link to the webpack loader created for this project #81

Closed ajaymathur closed 5 years ago

ajaymathur commented 6 years ago

Hi, Love the library by the way ❤️

We needed to achieve this but wanted to do extract the gray matter from the docs at the build time. Therefore, we have created a webpack loader for gray-matter( https://github.com/atlassian/gray-matter-loader ).

I am looking forward to add the link to the project in readme of this project so that someone with a use case can find it easily.

I see Related projects as the most relevant section. What are the thoughts on this?

tunnckoCore commented 6 years ago

Yea, Related projects make sense.

ajaymathur commented 6 years ago

Raised https://github.com/jonschlinkert/gray-matter/pull/82

robertmassaioli commented 5 years ago

Thanks for the docs update!