Skip to content
This repository has been archived by the owner on Jul 9, 2022. It is now read-only.

Feat: new live editor snippets #239

Draft
wants to merge 133 commits into
base: master
Choose a base branch
from
Draft

Feat: new live editor snippets #239

wants to merge 133 commits into from

Conversation

axe312ger
Copy link
Collaborator

No description provided.

}

// Add snippet to editor
const snippetController = editorInstance.getContribution(
Copy link
Collaborator Author

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 })
Copy link
Collaborator Author

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
Copy link

gatsby-cloud bot commented Jan 6, 2021

Gatsby Cloud Build Report

gatsby-mdx-suite/examples/minimal

🎉 Your build was successful! See the Deploy preview here.

Build Details

View the build logs here.

🕐 Build time: 1m

Performance

Lighthouse report

Metric Score
Performance 💚 100
Accessibility 🔶 89
Best Practices 💚 100
SEO 🔶 70

🔗 View full report

@gatsby-cloud
Copy link

gatsby-cloud bot commented Jan 6, 2021

Gatsby Cloud Build Report

gatsby-mdx-suite/examples/basic

🎉 Your build was successful! See the Deploy preview here.

Build Details

View the build logs here.

🕐 Build time: 2m

Performance

Lighthouse report

Metric Score
Performance 💚 99
Accessibility 🔶 83
Best Practices 💚 100
SEO 💚 92

🔗 View full report

@gatsby-cloud
Copy link

gatsby-cloud bot commented Jan 6, 2021

Gatsby Cloud Build Report

gatsby-mdx-suite/examples/full

🎉 Your build was successful! See the Deploy preview here.

Build Details

View the build logs here.

🕐 Build time: 2m

Performance

Lighthouse report

Metric Score
Performance 💚 100
Accessibility 🔶 83
Best Practices 💚 100
SEO 💚 92

🔗 View full report

axe312ger added 24 commits June 7, 2021 17:31
 - [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]
 - @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]
 - @gatsby-mdx-suite/[email protected]
 - @gatsby-mdx-suite/[email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
@axe312ger axe312ger temporarily deployed to minimal November 23, 2021 14:54 Inactive
@axe312ger axe312ger temporarily deployed to basic November 23, 2021 14:54 Inactive
@axe312ger axe312ger temporarily deployed to full November 23, 2021 14:54 Inactive

### Bug Fixes

* **media:** unavailable images & videos do not break builds anymore ([6594433](https://github.com/axe312ger/gatsby-mdx-suite/commit/659443390f99f56da0224c786ca3dbdd4e35a551))

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))

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))

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))

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

@axe312ger axe312ger temporarily deployed to minimal November 23, 2021 14:59 Inactive
@axe312ger axe312ger temporarily deployed to basic November 23, 2021 14:59 Inactive
@axe312ger axe312ger temporarily deployed to full November 23, 2021 14:59 Inactive
@axe312ger axe312ger temporarily deployed to minimal November 23, 2021 14:59 Inactive
@axe312ger axe312ger temporarily deployed to basic November 23, 2021 14:59 Inactive
@axe312ger axe312ger temporarily deployed to full November 23, 2021 14:59 Inactive
@axe312ger axe312ger temporarily deployed to minimal November 23, 2021 14:59 Inactive
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants