Appearance
The Format Painter extension allows you to copy the format of a text and apply it to another text.
import { FormatPainter } from 'reactjs-tiptap-editor'; const extensions = [ ..., // Import Extensions Here FormatPainter ];
Source • Docs