I managed to integrate stackedit.js on my own website. If I want to add an image currently, I first need to upload it and then paste the url in the browser. I would like to automize it, so that I just copy-paste the image into the editor and will be automatically uploaded on my server and the url will be added automatically.
What would be the best approach? Is there a functionaly to listen to a specific hot-key and then execute some custom upload script or something?
I managed to integrate stackedit.js on my own website. If I want to add an image currently, I first need to upload it and then paste the url in the browser. I would like to automize it, so that I just copy-paste the image into the editor and will be automatically uploaded on my server and the url will be added automatically.
What would be the best approach? Is there a functionaly to listen to a specific hot-key and then execute some custom upload script or something?