This is a powerful WYSIWYG editor with modern features. Built with Tiptap for a seamless editing experience.
npm install your-editor-package
import { Editor } from "your-editor-package";
export default function App() {
return (
<Editor />
)
}
Slash menu & bubble menu
Smart autocompletion (type ++
to activate, or select from slash menu)
Image uploads (drag & drop / copy & paste, or select from slash menu)
Social media embeds from the slash menu:
Mathematical symbols with LaTeX expression:
Read the documentation
Explore editor extensions
Customize to match your needs