0.1.0-beta.1 • Published 10 months ago
@vueditor/tiptap-extension-handle v0.1.0-beta.1
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.
0.1.0-beta.1
10 months ago
0.1.0-beta.0
10 months ago