chinalwb / Android-Rich-text-Editor

Android Rich Text Editor With customized spans - 富文本编辑器 - Don't miss this one :)
Apache License 2.0
841 stars 169 forks source link

Hyper link #139

Open Hamahmi opened 3 years ago

Hamahmi commented 3 years ago

First of all thank you for the very nice library it really helped me a lot.

I have some small suggestions, first, I had to create another class extending the AREditText in order to modify getHtml() since the original method was printing with no option to turn that off.

Secondly, I noticed the Hyper Link can only have a link with no text ( you put the same link as its own text ) and in order to change that the Html class you have has to be modified.

Again, thank you for your effort.

chinalwb commented 3 years ago

Hi @Hamahmi Thanks for the nice feedback! I'd want to update/improve this library ASAP!