Exporting to markdown will not export the images.
There should be an option to export in the assets subfolder.
current export image:

should be:

If you export one single note as markdown, the images will be exported in the images subfolder. This feature is already implemented #1261
But, I agree with you, this should work the same, if you export the whole folder as markdown notes.
Thanks for the reference. But then this is a bug, i reproduced it today in Windows 10.
+1
Having the same problem. The images do not seem to be exported to an images folder when exporting even a single note as the functionality described in that PR advertises.
I think a working version was implemented in https://github.com/BoostIO/Boostnote/pull/1874 and will be available in the next release. So i guess after the next release, this issue might be closed @Rokt33r
Still an issue as of version 0.11.7, tested on macOS.
@felix-last Are you trying to export a note that already contained images previous to version 0.11.5? Or did you just added the images lately to your note? I fear the way i've implemented it, it is not working with "legacy" images..
@ehhc I'm using a new note with an image I just added. No "images" or "attachments" folder is created and the exported markdown contains something like .
@felix-last thanks for the information. I think i misunderstood the initial desciption of this issue. I thought you try to export it as HTML in that case the attachments will be exported as well. I might have forgotten to implement it for markdown export.. I'm sorry for that. I will have a look at it in the next days.. Or if you have time: feel free to have a look at it yourself :)
@ehhc Thank you. I would greatly appreciate your work on this! :)
@kazup01 funded this issue with $10. Visit this issue on Issuehunt
@ehhc has started working. Visit this issue on Issuehunt
@ehhc has submitted output. Visit this issue on Issuehunt
@kazup01 has rewarded. Visit this issue on Issuehunt
@tatoosh can you do me a favor and check if this features works for you with the newest boostnote version??
It works when exporting a single note. However, when exporting a folder, it still shows something like:

@tatoosh can you do me a favor and check if this features works for you with the newest boostnote version??
Thx, it is working for single notes. But it would be nice to configure the output folder. Normally i am using assets subfolder.
@jdewinne it should be fixed as soon as https://github.com/BoostIO/Boostnote/pull/2383 was merged
@ehhc it looks #2383 isn't merged (yet). Also this is related to commit b93d7a204fc1b3a0bb9e9d46c33961a706f549b3 which is on master, but not released yet. That commit is about being able to export "storage", which I assume would export all folders, and all notes in those folders.
@jdewinne you are right: #2383 isn't merged yet. I hope it gets merged soon. Furthermore you're also right with your concerns about the export-storage feature.. it will not export the attachments since they reimplemented the feature instead of using existing code..
Why is this not a global feature, when exporting all folders to markdown?
@advename Your problem is most likely caused by #2785
Most helpful comment
@felix-last thanks for the information. I think i misunderstood the initial desciption of this issue. I thought you try to export it as HTML in that case the attachments will be exported as well. I might have forgotten to implement it for markdown export.. I'm sorry for that. I will have a look at it in the next days.. Or if you have time: feel free to have a look at it yourself :)