irshu355 / Android-WYSIWYG-Editor

:pager: A text editor written in Android using native components in the content tree. Integrate easily to work with web based WYSIWYG's.
http://irshulx.github.io/Android-WYSIWYG-Editor
Apache License 2.0
411 stars 116 forks source link

Remove Image #68

Open ndkhoa-harry opened 5 years ago

ndkhoa-harry commented 5 years ago

When I upload image to firebase and get the image's URL, everything is fine, except one thing, how can I know when user removed the image ? When user removed the image in WYSIWYG Editor, the image still in firebase storage !

yunjaena commented 4 years ago

https://github.com/BCSDLab/KOIN_ANDROID/blob/develop/koin/src/main/java/in/koreatech/koin/service_board/ui/KoinRichEditor.java#L37 https://github.com/BCSDLab/KOIN_ANDROID/blob/develop/koin/src/main/java/in/koreatech/koin/service_board/ui/ArticleEditActivity.java#L195 I used little trick. extends Editor class and customize it.