There are a docs https://github.com/michelson/Dante/blob/master/docs/dante3/index.mdx
writen by Iain Cambridge
But seriously, I think the reason there are so many options is that no one has built a decent one.
writen by Iain Cambridge
Yeah, best docs in the universe
writen by WBE User
But yeah, I also got the same feeling. Too many options, none of which is great. Might just start with a compromise and adapt later on
writen by WBE User
We started using https://editorjs.io/ at my day job and I like it.
The only gotcha is that the content is saved in JSON, and then you have to write some functions in the backend to convert JSON structure to HTML. Or vice versa if the data comes to the field from APIs.
writen by Aidas Bendoraitis
Although I am not sure how it plays with ReactJS
writen by Aidas Bendoraitis
I can help with choosing. I spend almost 3 days picking right editor for TweetAudience 😊
writen by WBE User
Aidas Bendoraitis this looks really awesome, just had a quick look at it! There’s an unofficial React component for it, but even if that turns out not to work, it should be fair simple to implement, given that it’s mostly JS. Thank you!
writen by WBE User
WBE User its for a simple email editor (no fancy html layouts or css, just standard stuff like bold text, image upload, etc.)
writen by WBE User
Look at this. https://plate.udecode.io/ It’s production ready solution. It’s based on Slate, which is something like Rich Text Editor Builder. Plate is nice editor with plugins, which you can combine as you like. They have nice interactive docs to try all features.
writen by WBE User