Page MenuHomePhabricator

Feature Request - Support display image through URL, instead of upload image to phabricator
Closed, DuplicatePublic

Description

Present

If I want to display a image in Phabricator, I have to:

  1. Download this image
  2. Upload a image to Phabricator
  3. Get images' phid, and embed them like this {F123} or just drop this image to web browser

But this is pretty annoying. Is it a bug or design ?

Can Phabricator support remark which can display images through URL ?

for example, in markdown:
![GitHub Logo](https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png)

Related Objects

Event Timeline

avivey added a subscriber: avivey.

See discussion in T4190 for tips on implementing this locally.