Support the export of images to markdown?
This might not be possible, but thought it was worth filing a request just in case.
I took a screenshot of an image and put it in a zotero note and then tried to export it, but it didnt—is there any way to make this possible?

I would second the request for this feature.
@brimwats @david2611 this works somewhat in the 0.2.0 version... but there are caveats: the link will be pointing to some hidden place in your Zotero DB (which is where the note is stored) and is a really long/ugly link. I don't think I can get it out of the DB easily.
FWIW I paste the figures I want to keep directly on my obsidian notes for this reason.
https://github.com/burtonator/polar-bookshelf does this
hi I think there should be some way easily to extract the image. the note extracted from zotero note indicate that the image is express as "zotero://open-pdf/library/items/{item num}?page={page num}&annotation={image name}" and image is store in ~zotero\cache\library{image name}.png and bibnotes can get that image out in obsidian. hope this can help