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 it possible to intercept button clicks in the editor? I was hoping to host my photos in S3 and was thinking I could try and intercept the photo button click. Then I'd handle the uploads in my own fashion and return the URL to use in the editor.
Click button > call intercepted and file uploaded > URL returned > inserted into photo markdown template.
Thoughts?
The text was updated successfully, but these errors were encountered:
My plan is to implement the feature similar to Github. We can dragging & dropping or pasting from the clipboard, then i will call the upload function that you defined on the component to get the final url. And this feature is in processing.
Is it possible to intercept button clicks in the editor? I was hoping to host my photos in S3 and was thinking I could try and intercept the photo button click. Then I'd handle the uploads in my own fashion and return the URL to use in the editor.
Click button > call intercepted and file uploaded > URL returned > inserted into photo markdown template.
Thoughts?
The text was updated successfully, but these errors were encountered: