Skip to content

coolswitch/tiptap-extension-format-painter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tiptap-extension-format-painter

Format painter extension for tiptap, not support for table and bullet yet

Instalation

npm i tiptap-extension-format-painter -S

Usage

Add it as any extension in useEditor()

import FormatPainter from 'tiptap-extension-format-painter'

  extensions: {
    FormatPainter,

Commands

/** Enable format painter */
editor.commands.enableFormatPainter({
  once: false, // 是否单次效果
  getChain: () => props.editor.chain(),
})

/** Format painter state notify */
editor.commands.watchFormatPainterState((isEnable: boolean) => {
  console.log('FormatPainter state change:', isEnable)
}) 

About

FormatPainter extension for tiptap(tiptap的格式刷扩展)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published