Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/transitive-bullshit/awesome-mdx
A curated list of awesome MDX resources
https://github.com/transitive-bullshit/awesome-mdx
awesome awesome-list jsx markdown mdx react reactjs
Last synced: 3 months ago
JSON representation
A curated list of awesome MDX resources
- Host: GitHub
- URL: https://github.com/transitive-bullshit/awesome-mdx
- Owner: mdx-js
- Created: 2018-08-07T15:27:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-01T11:32:36.000Z (8 months ago)
- Last Synced: 2024-05-23T10:24:00.259Z (6 months ago)
- Topics: awesome, awesome-list, jsx, markdown, mdx, react, reactjs
- Homepage:
- Size: 39.1 KB
- Stars: 283
- Watchers: 15
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Contributing: contributing.md
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
- awesome-remark - awesome mdx
- awesome-retext - awesome mdx
README
# Awesome MDX [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
> A curated list of awesome [MDX](https://github.com/mdx-js/mdx) resources.
![Logo](./.github/repo.png)
MDX is a JSX in Markdown loader, parser, and renderer for ambitious projects. It combines the readability of Markdown with the power of JSX. The best of both worlds. 🌐
## Contents
- [Official](#official)
- [Projects](#projects)
- [Plugins](#plugins)
- [Talks](#talks)
- [Related Lists](#related-lists)## Official
- [Home](https://github.com/mdx-js/mdx) - Official repository.
- [Spec](https://github.com/mdx-js/specification) - MDX language and abstract syntax tree definitions.
- [Website](https://mdxjs.com) - Official MDX website.## Projects
- [mdx-deck](https://github.com/jxnblk/mdx-deck) - MDX-based presentation decks.
- [ok-mdx](https://github.com/jxnblk/ok-mdx) - Browser-based MDX editor.
- [docz](https://github.com/pedronauck/docz) - It has never been so easy to document your things!
- [mdx-go](https://github.com/jxnblk/mdx-go) – Lightning fast MDX-based dev server for progressive documentation.
- [mdx-blocks](https://github.com/jxnblk/mdx-blocks) - Wild new way to build websites.
- [cssx](https://github.com/SaraVieira/cssx) - CSS in MDX.
- [zoetic](https://github.com/kantord/zoetic) - MDX presentations with your webcam as the background## Plugins
- [inline-mdx](https://github.com/hamlim/inline-mdx.macro) - Babel [macro](https://github.com/kentcdodds/babel-plugin-macros) for transforming MDX inline.
- [next-mdx](https://github.com/zeit/next-plugins/tree/master/packages/next-mdx) - MDX plugin for [Next.js](https://github.com/zeit/next.js).
- [razzle-plugin-mdx](https://github.com/jaredpalmer/razzle/tree/master/packages/razzle-plugin-mdx) - MDX plugin for [Razzle](https://github.com/jaredpalmer/razzle).
- [eslint-plugin-mdx](https://github.com/azz/eslint-plugin-mdx) - ESLint Plugin for MDX.
- [vscode-mdx-preview](https://github.com/xyc/vscode-mdx-preview) - MDX Preview for VSCode.
- [gatsby-plugin-mdx](https://www.gatsbyjs.org/packages/gatsby-plugin-mdx) - MDX integration for Gatsby.
- [remark-mdx-math-enhanced](https://github.com/goodproblems/remark-mdx-math-enhanced) - MDX plugin enhancing math envs by adding support for embedded JS expressions## Talks
- [MDX: content for kings and princesses](https://github.com/DeveloperMode/mdx-fairy-tale)
## Related Lists
- [Awesome React](https://github.com/enaqx/awesome-react)
- [Awesome Markdown](https://github.com/BubuAnabelas/awesome-markdown)## Contribute
Contributions welcome! Please read the [contributing guideline](contributing.md) first.
## License
[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](http://creativecommons.org/publicdomain/zero/1.0)
To the extent possible under law, [Travis Fischer](https://github.com/transitive-bullshit) has waived all copyright and related or neighboring rights to this work.