modbender / nuxt-tiptap-editor

Essentials to Quickly Integrate TipTap Editor into your Nuxt App
https://nuxt-tiptap-editor.vercel.app/
MIT License
43 stars 3 forks source link

Question about editor code as in README image #7

Closed Achraf931 closed 2 months ago

Achraf931 commented 2 months ago

Hello

Thank you for your work, I would like to know if there was an example of the code to have the same rendering as on the README image? With the drag handle and the magnifying glass

68747470733a2f2f6173736574732d676c6f62616c2e776562736974652d66696c65732e636f6d2f3634356139616365636461326530353934666163363132362f3635363735646538633363396366666331613461346432365f656469746f722d6561786d706c652d706c616365686f6c6465722d702d38

Thanks

modbender commented 2 months ago

Sorry but the image is from official Tiptap preview. Since Tiptap is a headless editor the UI elements need to be implemented by you.

The image simply represents how cool Tiptap can look with the appropriate UI and fully functional implementation.

BUT currently I'm working on something else and when that is finished I'll certainly try to build a headless example of the same as shown in image. As long as any of them is not part of Tiptap paid plan.