When the excerpt is an image, the plugin inserts it as a wikilink, for example, ![[image.png]]. Would it be possible to add an option to insert it as a Markdown link, like ![](<imgae.png>)?
Because unlike in the reading view, where the link has an MN icon, in Live Preview it leaves empty brackets using the default template. So I change the template to [{{excerpt}}]({{link.Url}}) to attach the link to the image. However, this doesn't work if the image link is a wikilink.
As a side issue, I think it's better to add something to the link brackets to make it look better in the Live Preview. Something like [:mn:](link).
When the excerpt is an image, the plugin inserts it as a wikilink, for example,
![[image.png]]
. Would it be possible to add an option to insert it as a Markdown link, like![](<imgae.png>)
?Because unlike in the reading view, where the link has an MN icon, in Live Preview it leaves empty brackets using the default template. So I change the template to
[{{excerpt}}]({{link.Url}})
to attach the link to the image. However, this doesn't work if the image link is a wikilink.As a side issue, I think it's better to add something to the link brackets to make it look better in the Live Preview. Something like
[:mn:](link)
.