recommend a mobile rich text editor
tried ueditor, is too ugly, hope to have a style to look better, upload pictures (demo uploaded to Qiniu is the best) and basic emoji function.
in addition, I would also like to ask, how do you use lightbox pop-up layer pictures to browse?
for example, after uploading pictures with ueditor, the html structure is
<img src="">
but I have seen several lightbox plug-ins for jquery, all of which require the html structure to be
<a href="" class=""><img src=""></a>
when this situation is stored in the database, replace the modification with regular matching or how to set it directly, which can directly correspond to the generated structure after uploading the image?