-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Callback for image upload #56
Comments
I will check and back to you. Thanks. |
I added a new interface:
And this is a demo implementation:
And set it to are:
Sample usage here:
Hope this helps you. Currently it is in repository master. I'll publish 0.1.5 to enable this feature. Thanks. |
Thanks for doing it. I'll check it out once you publish it. And will post an update here. |
I did publish (oh I thought I had posted this comment but not...). Try this:
|
Are you sure you published changes with DemoImageStrategy? Also how do I use uploadAndInsertImage() in my activity? |
Checkout the latest code and run the demo. Thanks. |
I like this rte. One thing that is stopping me from fully trying this out is the image upload functionality. Such that, if I upload an image to the server I get an image url(server location), then I want to insert the image using this server image url. Do you have any way to achieve this functionality? Currently there doesn't seem to be any callback/method to achieve this.
The text was updated successfully, but these errors were encountered: