element-tiptap
element-tiptap copied to clipboard
How to use it in vue 3?
"element-tiptap": "2.0.0-alpha.1"
@atif0075, have you found a solution on using this project in vue 3?
@luqmankhan151 https://github.com/Leecason/element-tiptap/issues/415
@atif0075, have you found a solution on using this project in Vue 3?
I had to use it in a project(the deadline was near), so I implemented simple tiptap WYSIWYG Editor and styled it with tailwindcss End result:
https://github.com/Leecason/element-tiptap/assets/64689549/8c5f39aa-faad-40c7-a338-fc491b964cea
@atif0075 nice work! Can you provide the repo for your working tiptap implementation please?
@atif0075 nice work! Can you provide the repo for your working tiptap implementation please?
Sorry, but the work you are referring to is in a private repository and for a private project.
@atif0075 nice work! Can you provide the repo for your working tiptap implementation please?
But, I will attempt to extract the code related to the Editor and provide assistance to the best of my abilities.
@atif0075 nice work! Can you provide the repo for your working tiptap implementation please?
https://github.com/atif0075/tiptap-vue-tailwindcss-wysiwyg
@atif0075 nice work! Can you provide the repo for your working tiptap implementation please?
https://github.com/atif0075/tiptap-vue-tailwindcss-wysiwyg
Awesome!! Thank you so much for sharing and so quickly!!
Awesome!! Thank you so much for sharing and so quickly!!
You're welcome!