mdx-float
v0.0.1-development
Published
React component for rich text markdown editing with a floating toolbar
Downloads
19
Maintainers
Readme
MDXEditor Floating Toolbar
Because markdown editing can be even more delightful.
Since original version lacks of fundamental features that we nee, this version is a fork of MDXEditor with some additional features.
MDXEditor is a 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()]} />
}
License
MIT © Petyo Ivanov. MIT © Leo Sagan.