Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michioxd/mdxeditor-modified
https://github.com/michioxd/mdxeditor-modified
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/michioxd/mdxeditor-modified
- Owner: michioxd
- License: mit
- Created: 2023-10-10T03:56:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-11T03:03:32.000Z (about 1 year ago)
- Last Synced: 2024-04-16T04:51:37.200Z (7 months ago)
- Size: 162 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MDXEditor
![npm](https://img.shields.io/npm/v/@mdxeditor/editor)
![npm bundle size (scoped)](https://img.shields.io/bundlephobia/minzip/@mdxeditor/editor)> 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](https://mdxeditor.dev/editor/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.```jsx
import {MDXEditor, headingsPlugin()} from '@mdxeditor/editor';export default function App() {
return ;
}
```
## Get StartedThe best place to get started using the component is the [documentation](https://mdxeditor.dev/editor/docs/getting-started).
## Help and support
Should you encounter any issues, please [create an issue](https://github.com/mdx-editor/editor/issues), but check if there's something similar already open first.
## License
MIT © Petyo Ivanov.