Would it be possible to have an option to enter the url for an already existing image as an alternative to uploading it? I see that the Unsplash option does just this, so I guess the heavy-lifting setup is already in place.
You can do this with a markdown card already, eg.

but, now you mention it, if would be nice if pasting a valid image URL into the editor would just āunfurlā it - similar to oEmbed
Is that a possibility @Kevin?
I mean the featured image
This would be nice. You got my vote.
Other than the markdown option already suggested, you can use slash-menu shortcuts. This would create an image card using the pasted url:
/image {url}
Enter
We could also expand the embed to fetch the URL and check if itās an image - I remember discussing that in the past but we didnāt get as far as implementing it.
Iāll change the topic title then as the current wording suggests something completely different.
Note: Changed topic title from āEmbed externally hosted imagesā to āAllow external URLs for feature imagesā
Any update here?
Feature images canāt use external URLs, but images in the editor can be embedded using the `/image command like so:
Why Feature images canāt use external URL? I think this provides more advantage.
bump this as I was just looking for the same to make file management easier.
Yup, thatād be pretty useful. As it stands, Ghost behaves pretty inconsistently with images - the inline uploaded images are just exported as links to the original site, while if you want to externalise your asset library to fix that, there is no way because the cover and featured images canāt take URLs and are exported within the json.
Earlier versions of ghost allowed this, but not now.
Upping this one. Wondering how else would one host featured images via CDN/External storage. For now I have to upload my featured images to Ghost. The rest of the images are pulled from external CDN URLs on my siteā¦
Any feedback from the Ghost team?
I expected this to ājust workā and was a bit surprised to see it not be the case.
Would be awesome of this could be fixed, and it does not seem like such a big task?
Does Ghost cache such external images? What if the external source is no longer available?
@viharm, it doesnāt replace it by any kind of local images, never.
BTW same as images in the bookmarks. That is why threre are two reasons to never use bookmarks:
- Image from external website can gone
- Loading of external images directly affects your page loading speed
Actually, since September Ghost now fetches and stores images for bookmark cards, including the favicon.
cc @viharm
My bad, I was wrong. All my recent articles currently have re-uploaded images in bookmarks. But the old articles stay w/o updates (which is ok), that is where I checked before posting it here