0.0.1-development • Published 9 months ago

mdx-float v0.0.1-development

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

MDXEditor Floating Toolbar

npm npm bundle size (scoped)

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.