Dante
Dante copied to clipboard
where can I find "Clear Format" ?
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?
maybe you could start looking here: https://github.com/ueberdosis/tiptap/issues/101
editor.commands.clearContent(true);
editor.chain().focus().unsetAllMarks().run()