Feature Request: Web Clipper stores pictures locally

Hi everybody,

Joplin is a great tool - thanks a lot for your efforts to produce it.

I would suggest to include one additional feature to the web clipper:

At the moment the web clipper keeps the links to images / pictures and does not import the linked images / pictures. As consequence, the images / pictures get lost when the clipped web page gets offline. It would be of great benefit if you could add a feature in which the user can select to import the contents of the links in the clipped web page as well.

Many thanks!

Kind regards,
XDev

Not sure what you mean here. The web clipper does indeed save any image displayed on the "clipped" web page locally and nothing gets lost when displaying the note offline.

For any clipper issue, we need an example url.

@xdeveloper4711x

I initially thought that Joplin was doing this but then noticed that it appears that a link to the image is stored in Joplin when the page designer has also included a hyperlink to the picture. This is so that the viewer can click on the picture to display it in its own tab.

In that case you get markdown in Joplin which looks like this:

[![octoverse19-top-lang-over-time.png](:/ba7558cce1784d6c9ee18ed3ef763621)](https://tr3.cbsistatic.com/hub/i/r/2019/11/07/3e77ae74-84db-4379-b956-af800000b3cb/resize/770x/539349ee38bf575784552491c879c08c/octoverse19-top-lang-over-time.png)

which comprises the picure as a Joplin resource

![octoverse19-top-lang-over-time.png](:/ba7558cce1784d6c9ee18ed3ef763621)

AND a hyper-link to the image

https://tr3.cbsistatic.com/hub/i/r/2019/11/07/3e77ae74-84db-4379-b956-af800000b3cb/resize/770x/539349ee38bf575784552491c879c08c/octoverse19-top-lang-over-time.png

Is this what you are getting?

Yes that's working as expected.

Strange thing is most web pages work fine, except this one.

https://zodiac911.github.io/blog/magic-cube.html

I tried clipping 'complete page' and 'selection only', but all the pictures are not stored locally, but in a link instead.

The 1st picture, for example, is stored as

![](http://image-bed-zodiac.oss-cn-qingdao.aliyuncs.com/18-10-6/95672684.jpg)

Which is supposed to be

![](:/xxxxxxxxxxxxxxxxxxx)

My Joplin version:
Joplin 1.2.6 (prod, win32)
f5f117cb (master)

Can this be easily reproduced?