Hello again guys! Thanks for the great update, I now have an issue with the image upload process.
It looks like SnapEditor expects the image to reside on the server it's sent to, however in many environments this may not be possible.
For example, for my current project we're using Amazon S3 for image storage. Can SnapEditor be configured to simply receive a URL as the response when an image is uploaded and include that URL in the HTML, without setting the publicUrl and directory attributes? That way we can use our own image handling technology without having to worry about where the image is stored or whether there might one day be an overlap with identical image names in S3.
Thanks.