-
Notifications
You must be signed in to change notification settings - Fork 4
Feat: new live editor snippets #239
base: master
Are you sure you want to change the base?
Conversation
} | ||
|
||
// Add snippet to editor | ||
const snippetController = editorInstance.getContribution( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The controller should be stored in state, no need to load it every time.
return list | ||
}, [mdxComponents]) | ||
|
||
console.log({ mdxComponents, snippets }) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove console.log
Gatsby Cloud Build Reportgatsby-mdx-suite/examples/minimal 🎉 Your build was successful! See the Deploy preview here. Build Details🕐 Build time: 1m PerformanceLighthouse report
|
Gatsby Cloud Build Reportgatsby-mdx-suite/examples/basic 🎉 Your build was successful! See the Deploy preview here. Build Details🕐 Build time: 2m PerformanceLighthouse report
|
Gatsby Cloud Build Reportgatsby-mdx-suite/examples/full 🎉 Your build was successful! See the Deploy preview here. Build Details🕐 Build time: 2m PerformanceLighthouse report
|
- [email protected] - [email protected] - [email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - [email protected] - [email protected] - [email protected] - [email protected]
- [email protected] - [email protected] - [email protected] - @gatsby-mdx-suite/[email protected] - [email protected] - [email protected] - [email protected]
- [email protected] - [email protected] - [email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - [email protected] - [email protected] - [email protected] - [email protected]
- [email protected] - [email protected] - [email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - [email protected] - [email protected] - [email protected] - [email protected]
- [email protected] - [email protected] - [email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - [email protected] - [email protected] - [email protected] - [email protected]
…duce initial image loading time
69c2d73
to
da1c98e
Compare
|
||
### Bug Fixes | ||
|
||
* **media:** unavailable images & videos do not break builds anymore ([6594433](https://github.com/axe312ger/gatsby-mdx-suite/commit/659443390f99f56da0224c786ca3dbdd4e35a551)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
Make sure that ‘anymore’ is used as an adverb, not as an adjective. Did you mean “any more”? (ANYMORE_ADVERB[1])
Suggestions: any more
URL: https://www.grammarphobia.com/blog/2011/04/anymore-3.html
Rule: https://community.languagetool.org/rule/show/ANYMORE_ADVERB?lang=en-US&subId=1
Category: GRAMMAR
|
||
### Bug Fixes | ||
|
||
* properly apply global styles via twin.macro and emotion v11 ([ac95e35](https://github.com/axe312ger/gatsby-mdx-suite/commit/ac95e35700bd5e1a532139192d3ae6678e3c1001)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
If a new sentence starts here, add a space and start with an uppercase letter. (LC_AFTER_PERIOD[1])
Suggestions: Macro
, macro
Rule: https://community.languagetool.org/rule/show/LC_AFTER_PERIOD?lang=en-US&subId=1
Category: CASING
|
||
### Bug Fixes | ||
|
||
* **styling:** include global styles via twin.macro ([c46ac40](https://github.com/axe312ger/gatsby-mdx-suite/commit/c46ac40d0302f6a0e09f481cbc0e6ee97f06082a)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
If a new sentence starts here, add a space and start with an uppercase letter. (LC_AFTER_PERIOD[1])
Suggestions: Macro
, macro
Rule: https://community.languagetool.org/rule/show/LC_AFTER_PERIOD?lang=en-US&subId=1
Category: CASING
|
||
### Bug Fixes | ||
|
||
* **media:** unavailable images & videos do not break builds anymore ([6594433](https://github.com/axe312ger/gatsby-mdx-suite/commit/659443390f99f56da0224c786ca3dbdd4e35a551)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
Make sure that ‘anymore’ is used as an adverb, not as an adjective. Did you mean “any more”? (ANYMORE_ADVERB[1])
Suggestions: any more
URL: https://www.grammarphobia.com/blog/2011/04/anymore-3.html
Rule: https://community.languagetool.org/rule/show/ANYMORE_ADVERB?lang=en-US&subId=1
Category: GRAMMAR
No description provided.