Ticket #944 (closed defect: duplicate)
Add support for simpler references to attachments in Wiki pages and Ticket wiki
| Reported by: | cboos@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wiki system | Version: | devel |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Currently, it is possible to refer to attachments, using explicit links, like this:
- http://projects.edgewall.com/trac/attachment/wiki/<the_wiki_page>/<the_attachment>
- http://projects.edgewall.com/trac/attachment/ticket/<the_ticket>/<the_attachment>
Adding ?format=raw to the end of the above even allows images to be displayed inline.
IMHO, it is important to present a simpler syntax for the average wiki user.
I propose the following syntax:
- img:<the_attachment> to get the attached image displayed inline
- attachment:<the_attachment> to get a link to the attachment
(I set the priority to high because I think that this should go in 0.8: it would be bad to advertise having attachments without a feature like this one)
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


