I am wondering if there is a way to embed a WYISWYG editor such as Froala, CKEditor or summernote into Dash.
ned2 suggested me to build a new component from a React component, while I am still new at python and js, so has anyone already done this or know how to do this?
It is great to know convert react module to a component is the right way to do so, I will definitely try it later
BTW, let me explain more about why Textarea + markdown is not enough: most of my notes are clipped from the web as HTML files, I want to make some modification (may just highlight some contents, or change color) on this. However, I think to add a Textarea as a separate comment part is a nice idea.
Does anybody want to join creating a dash element from summernote, CKEditor? Unfortunately, my skills in react are very limited, but in a team, we could manage.