Hi
I just moved from Evernote to Joplin, I imported all my notebox and it all went smoth until I noticed that my notes does not contain the images that were part of the note in Evernote, instead of an image there is a describtive line of the image.
How can I import the notes with the images?
In joplin, image embeds are links to joplin resources in either markdown:  or HTML: <img src=":/22cce3a8c2244493877c66c9e3259274" alt="your_image_alt_text" width="250" height="197" /> syntax
You should see that this image embed is rendered in either the markdown "viewer" or in the rich text editor.
To also render these image embeds in the markdown editor view, you can either:
1. Go to Tools | Options | Note | check the box for "Markdown editor: Render images". Note that rendering HTML images is only supported in Joplin 3.5.x (currently still in pre-release). The current 3.4 version will only render image embeds that are using markdown syntax.
or
2. Install the "Rich Markdown" plugin, and enable the plugin's setting to render images (works with markdown and HTML images)