Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Welcome to Codidact Meta!

Codidact Meta is the meta-discussion site for the Codidact community network and the Codidact software. Whether you have bug reports or feature requests, support questions or rule discussions that touch the whole network – this is the site for you.

Comments on Why can't I upload pictures from a link?

Parent

Why can't I upload pictures from a link?

+5
−0

S.E. has this feature. You just copy and paste the link of the picture, and S.E. uploads it for you.

But for Codidact, I have to download the picture to my computer. Then upload it? This wastes time.

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

0 comment threads

Post
+4
−3

You can use markdown formatting to directly link the image, like so:

![alt text](image url)

E.g.

![alt text](https://upload.wikimedia.org/wikipedia/commons/thumb/2/25/Juglans_regia_polyploid_fruit_bottom.jpg/1280px-Juglans_regia_polyploid_fruit_bottom.jpg)

becomes

alt text

(Andonier, CC BY-SA 4.0, via Wikimedia Commons)

This will not upload the image to Codidact, merely link it, but it should be good enough for most purposes.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

1 comment thread

General comments (2 comments)
General comments
Olin Lathrop‭ wrote over 3 years ago

Yes, this works, but it's a bad idea. Links rot. If content was important enough so that it needed to be shown directly in a post, then it needs to reside here.

celtschk‭ wrote about 3 years ago

One possibility would be to have the option to upload linked images when submitting the post. Basically, the code would scan for any external image links, and if there are any. it would present a page asking you whether you want to upload those images (with an explicit warning that you must have the proper rights). If you choose to do so, then the chosen images would be automatically uploaded, the image URL changed to link the uploaded copy,, and a note “image originally from URL” appended).