mdx-editor/editor

A rich text editor React component for markdown

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 1 hour ago
Added to GitGenius on September 18th, 2026
Created on January 19th, 2023
Open Issues & Pull Requests: 88 (+0)
GitHub issues: Enabled
Number of forks: 307
Total Stargazers: 3,682 (+0)
Total Subscribers: 20 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.4 hours
Mean response time: 7.3 days
90th percentile: 5.7 days
Tracked items: 204

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Roughly one issue in five opened in the past year never receives a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 80% of issues opened in the past year have been closed, leaving a working backlog. Three people close 93% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 48
New in 7 days: 11
Closed in 7 days: 11
Avg open age: 521 days
Stale 30+ days: 47
Stale 90+ days: 45

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (151)
  • released (47)
  • feature request/enhancement (3)
  • duplicate (2)
  • invalid (2)
  • hacktoberfest (1)
  • semantic-release (1)
  • wontfix (1)

Detailed Description

MDXEditor is a rich text editor React component for authoring markdown documents with a WYSIWYG interface.

The tool addresses the friction of editing markdown in plain text by providing a visual editing experience similar to Google Docs or Notion. It builds on the Lexical framework and allows users to write markdown naturally while seeing formatted output. The editor supports core markdown syntax alongside extensions like tables, images, and code blocks, and includes built-in support for editing JSX components either through its own editor or a custom implementation.

MDXEditor suits React applications where users need to author markdown or MDX content without wrestling with raw syntax. It works well for documentation platforms, content management systems, or any application where markdown editing is a primary user workflow. The tool is particularly valuable when you need JSX component editing alongside standard markdown, distinguishing it from simpler markdown editors that lack this capability.

Development activity shows consistent engagement with bug reports and feature discussions through the issue tracker and discussions section. The maintainer offers commercial support arrangements for teams integrating the component into production projects. The project maintains active documentation and provides a live demo showcasing all available features.