Hello everyone,
maybe someone could help me with the following problem:
Currently I use the gfm mode to get the wonderful markdown highlighting.
Now I want to add some kind of markdown image-url recognition and display the image below the urls.
These two programs do what I hope to archive:
- https://blog.inkdrop.info/new-feature-inline-image-widgets-v3-7-0-ee919436623f (it also uses codemirror / markdown)
- https://github.com/brrd/Abricotine
I’ve tried to use widgets, but I’m honest… I did not understand a lot how to use them probably
My goal:
- insert image markdown code (see below)
- codemirror inserts a widget (?) below the image line
- When edit or delete the url, the image also updates (or will be removed)
Is this a wish that I can realize or is it almost impossible?
Greetings
Kel
PS:
Inline-style:

Reference-style:
![alt text][logo]
[logo]: https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png "Logo Title Text 2"