-
### Question
Hey, I'm trying to use this tool with MDX, and the cli.
I don't want to code anything, I want to focus on content.
I run the following:
```
spectacle --src gatsby-expo.mdx …
-
Prior art:
- https://github.com/pomber/gatsby-waves
- https://github.com/code-hike/codehike
Need to figure out whether we can build on Codehike or whether we need to write a component from scratc…
-
When attempting to build my site with Gatsby 4.0.0 I get this error:
```
Type with name "GRVSCCodeSpan" does not exists
```
-
Hello,
I've registered a couple of editor components for the markdown widget that work fine in the preview pane of the Netlify CMS admin panel. However, I was hoping to see the same result on the a…
jozsi updated
4 years ago
-
Hey and at first thanks for this amazin plugin. What i want to achieve is to point gatsby to the repo and reading markdown files out of this and use with remark for generating the graphql schema. is t…
-
When running `mdx-deck .mdx` every second I get a set of messages in my terminal:
```
info added directory at //node_modules/mdx-deck/.cache/redux
info added directory at //node_modules/mdx-deck/…
domvo updated
9 months ago
-
Hi,
I have two pages hello.mdx and product-management.mdx. I would like to link from hello to the product-management page.
If I use [[product-management]], everything works great => see pictur…
-
The `gatsby-source-filesystem` must be included before the `gatsby-theme-pkm-garden` plugins. Not doing this might lead to the following error.
```
Field "image" must not have a selection since ty…
-
**Is your feature request related to a problem? Please describe.**
Currently all props for all components are applied inline. eg, every time you use a `Tweet` component if you wanted to set the theme…
-
When used in `remarkPlugins`, `footnoteBackRefInnerText` in the options does not seem to work when used with `gatsby-plugin-mdx`.
I did not put it in `gatsbyRemarkPlugins` because the footnotes are…