Is anyone building (or already built) a rich text editor with a floating toolbar editor - like TinyMC & Tiptop have? Where you highlight text and the floating rich text toolbar appears?
Anyone used editor.js?? https://editorjs.io
Is anyone building (or already built) a rich text editor with a floating toolbar editor - like TinyMC & Tiptop have? Where you highlight text and the floating rich text toolbar appears?
Anyone used editor.js?? https://editorjs.io
I would use custom components, if youâre willing to pay for a Workspace plan. Otherwise youâll swear a lot, trying to make this in WeWeb with a mix of no-code and JS - If the editorjs doesnât work with WeWebâs NPM Plugin properly.
Hi there, we actually tried to do something on our own recently and it wasnât great (itâs just not working as we want it, showing floating menu isnât that easy as it seems, even by getting the coordinates on click etc.), so as Broberto said, I suggest using some custom components and using tiptop/lotion as a base for it.
Redactor WYSIWYG html editor looks like a better option âŚ
Have you used redactor with weweb? Is it able to store user data to Xano?
@Mark_Pederson
Did you have success with the âRedactor Editor HTML WYSIWYGâ?
How did you solve this issue with the floating toolbar editor?
also interested in this!
I posted these questions about âget selected textâ and âinsert text into rich textâ in these 2 posts. Please comment on them, tag the WeWeb team, and emphasize our difficulty as I have already searched the entire community and found no answers.
We decided to actually roll our own in VUE with Tip Tap - leveraging their cloud for collaboration, etc.