binnyva / gatsby-garden

A Digital Garden Theme for Gatsby. Gatsby Garden lets you create a static HTML version of your markdown notes
MIT License
146 stars 41 forks source link

Support for MDX Notes #17

Closed binnyva closed 2 years ago

binnyva commented 3 years ago

https://www.gatsbyjs.com/docs/how-to/routing/migrate-remark-to-mdx/

zubayrali commented 3 years ago

Hello, I was wondering whats the workaround the "excerpt" when using gatsby-plugin-mdx instead of gatsby-transformer-remark, I don't see the excerpt query under allMdx. (probably a noob and silly question)

binnyva commented 3 years ago

I haven't tried the gatsby-plugin-mdx plugin yet - will try and let you know.

zubayrali commented 3 years ago

Hey, I did try it, I am still a noob, I did patch it up, except for the individual nodes(note) everything seems to be working, it's throwing this error invalid left-hand side expression in prefix operation I am not sure how to fix it. I closed the PR as I thought it was incomplete, let me know if you would like to try it.