medium-editor-insert-plugin icon indicating copy to clipboard operation
medium-editor-insert-plugin copied to clipboard

How to embed images through URLs ?

Open rohitpal440 opened this issue 9 years ago • 1 comments

Hi! I want to embed images using URL as source in image tag. I know this can be done through embed option, which uses iframely, but that is not a light & flexible way as it put image as below : `

Hello world
k;lk

`

this is too much, it takes more space and time (network requests) . What if all the above can be solved with this simple.

<figure><img src="example.com/abc.jpeg" /> <figcaption>Hello world</figcaption></figure>

This provide developers more flexibility as they can add their custom action using javascript. instead of being navigation to new only image page, he can zoom on main page, as on medium.com

rohitpal440 avatar Mar 26 '16 04:03 rohitpal440

Reasonable proposal. Feel free to implement this if you find some time.

linkesch avatar Apr 02 '16 17:04 linkesch