You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When remote server is slow and I paste/upload an image, there is no reaction in easyMDE and make users wonder if they did it correctly, some may try to paste again leading to double uploads
Describe the solution you'd like
Show a progress indicator like GitHub ![Uploading image.png…]() and replace it with the actual link thereafter.
From the code, I think it make sense to add onUploading and onUploaded if necessary, i.e.
Is your feature request related to a problem? Please describe.
When remote server is slow and I paste/upload an image, there is no reaction in easyMDE and make users wonder if they did it correctly, some may try to paste again leading to double uploads
Describe the solution you'd like
Show a progress indicator like GitHub
![Uploading image.png…]()
and replace it with the actual link thereafter.From the code, I think it make sense to add
onUploading
andonUploaded
if necessary, i.e.Describe alternatives you've considered
none
Additional context
none
The text was updated successfully, but these errors were encountered: