hunghg255 / reactjs-tiptap-editor

A modern WYSIWYG rich text editor based on tiptap and shadcn ui for Reactjs
https://reactjs-tiptap-editor.vercel.app/
MIT License
207 stars 38 forks source link

[Feat] Caption for images; embed X; better UX for tooltip #85

Open hvpexe opened 4 weeks ago

hvpexe commented 4 weeks ago

Hello! I happened to come across your open-source project on daily.dev. Coincidentally, I’m also applying the Tiptap library with a few tweaks in my personal project. Taking a look at your project, I found it quite interesting, and it even has some cool features (Vietnamese language support, Excalidraw, Mermaid). However, there are still some limitations, and I hope you’ll continue to develop it in the future:

  1. Add captions for images: image

  2. Embed X (Twitter)

  3. (UX Bug) Tooltip should disappear when the cursor moves away from the tool. When hovering over a tool, the tooltip overlaps with the tool above it, causing inconvenience when moving fast from a lower tool to an upper one. image

hunghg255 commented 3 weeks ago