-
Notifications
You must be signed in to change notification settings - Fork 48
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
Intercept editor button clicks #24
Comments
My plan is to implement the feature similar to |
@lon-yang sounds exactly what I'd like. Let me know if you want me to look into anything! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: