mdx-deck icon indicating copy to clipboard operation
mdx-deck copied to clipboard

♠️ React MDX-based presentation decks

Results 108 mdx-deck issues
Sort by recently updated
recently updated
newest added

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.11.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

In this PR, I have implemented a toolbar to allow user to control the presentation modes and page number when they are using mobile browsers. I have also re-enabled the...

It appears the swipe gesture is not working, and mdx-deck slides are not able to be viewed on mobile devices. I tested this on an iPhone and and Android device...

Bumps [object-path](https://github.com/mariocasciaro/object-path) from 0.11.4 to 0.11.8. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=object-path&package-manager=npm_and_yarn&previous-version=0.11.4&new-version=0.11.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Hello In the sample I see how to use the Image component but how about images I have in my local repository? - deck.mdx - images/hero.jpg This does not work...

I was having some trouble trying to enter presenter mode by pressing `Option + P`. After some time banging my head on the keyboard, I noticed that actually it was...

Bumps [tar](https://github.com/npm/node-tar) from 4.4.15 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...

dependencies

Hi @jxnblk, would it be possible to bump the version of the [`gatsby` dependency](https://github.com/jxnblk/mdx-deck/blob/ce473528cce50a518d25c0956e141352162b9b73/packages/mdx-deck/package.json#L24) to `^3.0.0`? It will also require upgrading [`gatsby-source-filesystem`](https://github.com/jxnblk/mdx-deck/blob/ce473528cce50a518d25c0956e141352162b9b73/packages/mdx-deck/package.json#L26) and [`gatsby-plugin-react-helmet`](https://github.com/jxnblk/mdx-deck/blob/7e385c0fed37f50893b0b21959c7601d752bb807/packages/gatsby-plugin/package.json#L25). Just trying this out via [Yarn...

When I make a mistake in my `.mdx` file, for example, when I use `` (fine in Markdown) instead of `` (correct syntax in JSX / MDX), the dev server...