@vueditor/tiptap-extension-handle
v0.1.0-beta.1
Published
A tiptap extension to support drag handle
Downloads
6
Readme
Tiptap extension handle
A tiptap extension to support drag handle
Installation
pnpm add @vueditor/tiptap-extension-handle
or
npm install @vueditor/tiptap-extension-handle
Basic usage
import { Editor } from '@tiptap/core'
import { handle } from '@vueditor/tiptap-extension-handle'
const editor = new Editor({
extension: [handle]
})
Demo
[!TIP] For more detailed usage,see the examples directory or more comprehensive usage: rich text editor.