Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

MDXEditor

npm npm bundle size (scoped)

Because markdown editing can be even more delightful.

MDXEditor is an open-source React component that allows users to author markdown documents naturally. Just like in Google docs or Notion. See the live demo that has all features turned on. The component supports the core markdown syntax and certain extensions, including tables, images, code blocks, etc. It also allows users to edit JSX components with a built-in JSX editor or a custom one.

import {MDXEditor, headingsPlugin} from '@mdxeditor/editor'; import '@mdxeditor/editor/style.css'; export default function App() { return <MDXEditor markdown={'# Hello World'} plugins={[headingsPlugin()]} />; }

Get Started

The best place to get started using the component is the documentation.

Help and support

If you find a bug, check if something similar is not reported already in the issues. If not, create a new issue.

If you're integrating the component in your commercial project and need dedicated assistance with your issues in exchange of sponsorship, contact me over email.

If you want to discuss ideas start a discussion in the Discussions section.

License

MIT © Petyo Ivanov.

关于 About

A rich text editor React component for markdown
editorlexicalmarkdownmarkdown-editormdxreactreactjsrich-text-editor

语言 Languages

TypeScript94.3%
CSS4.7%
JavaScript1.0%
Shell0.0%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
95
Total Commits
峰值: 10次/周
Less
More

核心贡献者 Contributors