-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
♻️ SSW.Rules | Uses .mdx Files #1523
Comments
Update - I started working on this on branch I was able to install the mdx plugin and configure it to use .md or .mdx. There is a slew of errors that need to be resolved, but hopefully once that's done, we can switch over to using .mdx without much issue. |
Update on this: regarding my previous comment rules is actually falling over The source of the problem is somewhere inside of rule.js |
I've managed to circumvent the issues occurring when the markdown parser parsed invalid syntax by using the tina parser instead. |
I've systematically checked which rules could be causing the issue. I was able to get the site building again after deleting
|
I tried rebuilding against branches using the rules I deleted to fix the issue in this comment and the build was successful. This doesn't appear to be a formatting issue from the rules. I'm currently investigating whether or not |
CC: @bradystroud I created a build separate build pipeline to rule out my machine being the cause of the failed builds. The build pipeline managed to get further along than I did on my machine without any of the errors from Gatsby source git, but I've encountered an error that's difficult to diagnose. The error occurs after the pages are built in gatsby node. |
The guide isn't done yet. There's some feedback I need to address on the PR tinacms/tina.io#2372. Here's what I've done so far:
https://github.com/tinacms/gatsby-mdx-example-blog
tinacms/tinacms#5237 |
CC: @bradystroud As per our discussion, we are no longer planning to convert SSW Rules to Gatsby's MDX plugin. I've instead converted the knowledge I gained while working on this PBI to a guide on tina.io explaining how to convert an existing Gatsby blogs to Tina. Done Video - https://youtu.be/UD8QvNlQV2w (2m18s) |
Cc:
Hi
Pain
We want all
.md
files in Rules.Content to be converted to.mdx
. This is so that we can use Blocks from TinaCMS.Tasks
Thanks!
The text was updated successfully, but these errors were encountered: