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 "town hall" (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 Allow pasting images in comments.

Parent

Allow pasting images in comments.

+2
−2

Recently, I posted electrical.codidact.com/comments/thread/11173#comment-27698, which cites two images from Wikipedia, and another from elsewhere.

Although citing versioned MediaWiki URIs from Wikipedia isn't problematic, because they'll never become 404s, I've been forced to cite szapphone.com/wp-content/uploads/2023/11/usb-c-pinout-diagram.webp, because I am unable to paste images into comments, which may well become so.

A workaround may exist: to post an image to an external hoster, [1] then embed that image with a CommonMark hyperlink (![]()). However, I've yet to ascertain whether that operates either, and [2] it, regardless, wouldn't be convenient, nor significantly more stable.


  1. github.com/pixelfed/pixelfed/issues/6211#issue-3553892727 ↩︎

  2. comments/thread/11190#comment-27707 ↩︎

History

3 comment threads

Posting this demonstrated a bug. (10 comments)
Just to confirm, Markdown images don't work in comments (5 comments)
Alternative (not an objection to this feature request) (2 comments)
Post
+6
−0

Embedding images in comment threads could take up a lot of space (particularly for the inline view, below posts), but as I read the question, the concern is primarily about durability of external resources. What if we had some way to upload an image while writing a comment that would become a link rather than a displayed image? Something like the image upload for posts, but with different rendering?

History

1 comment thread

Sensible (1 comment)
Sensible

That'd be sufficient for me, since ![]() embeds should (per the CommonMark specification) already revert to their hyperlink-label (<a href>) form when the renderer doesn't support inline <img>s.