Dante icon indicating copy to clipboard operation
Dante copied to clipboard

where can I find "Clear Format" ?

Open artknight opened this issue 3 years ago • 1 comments

I have looked around I cannot figure out how to remove any formatting. The only way that I see if the cmd + z to undo the action.

However, where can find an option to clear format?

artknight avatar Aug 24 '22 22:08 artknight

maybe you could start looking here: https://github.com/ueberdosis/tiptap/issues/101

michelson avatar Aug 25 '22 01:08 michelson

editor.commands.clearContent(true);

michelson avatar Dec 30 '23 17:12 michelson

editor.chain().focus().unsetAllMarks().run()

reorx avatar Jan 05 '24 08:01 reorx