Skip to content

Format Painter

The Format Painter extension allows you to copy the format of a text and apply it to another text.

Usage

tsx
import { FormatPainter } from 'reactjs-tiptap-editor'; 

const extensions = [
  ...,
  // Import Extensions Here
  FormatPainter 
];

Source

SourceDocs

Contributors

Changelog

No recent changes

Made with ❤️