mbanting / metalsmith-prismic

A Metalsmith.io plugin to pull in content from Prismic.io
MIT License
48 stars 19 forks source link

Text output #32

Closed aeirola closed 7 years ago

aeirola commented 8 years ago

Add support for producing text output of Prismic fragments. Utilizes the asText methods of the Prismic fragment objects. Output will be produced alongside the html property in the metadata.

This is useful for example when generating search indexes of content, or markdown output of the same content.