reactjs-tiptap-editor icon indicating copy to clipboard operation
reactjs-tiptap-editor copied to clipboard

The design of hideToolbar is not very reasonable

Open codingcn opened this issue 1 month ago • 1 comments

I think Toolbar and RichTextEditor should be split into two separate components, allowing users to combine them by themselves. If the user does not need the Toolbar, it is only necessary not to import it.

Most importantly, we can also very easily define different css for the Toolbar and RichTextEditor respectively to achieve the following common editor layout structure

Image

codingcn avatar Oct 17 '25 08:10 codingcn