0.1.0-beta.1 • Published 10 months ago

@vueditor/tiptap-extension-handle v0.1.0-beta.1

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

Tiptap extension handle

GitHub License NPM Version NPM Downloads GitHub Repo stars

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.

demo

0.1.0-beta.1

10 months ago

0.1.0-beta.0

10 months ago