Ticket #739 (closed enhancement: fixed)
Enhance inline image handling
| Reported by: | daniel+trac@… | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.9 |
| Component: | wiki system | Version: | devel |
| Severity: | normal | Keywords: | |
| Cc: | daniel+trac@… |
Description
It would be nice if the Trac wiki would support ways to:
- Inline attached images via straightforward syntax
- Inline images by relative URIs, without leading http:
- Force the inlining of images with arbitrary URLs, not necessarily beginning with http: and not necessarily ending in .png, .jpg, .gif
without falling back to inline HTML and WikiProcessors magic.
Possible syntax could be:
PageName/attached-image.png or PageName:attached-image.png image:relative/path/to/image.png image:/uri/to/image.png image:http://foo.com/image.bmp image:/cgi-bin/generated-image.cgi
Also compare with #691 where a similar issue is raised for hyperlinks, with solutions partially covering some of the above cases in a different way.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


