wiki:AttachmentNumMacro

Version 7 (modified by Ryan J Ollos, 12 years ago) (diff)

Syntax highlighting.

Link to Local Attachments by Number

Description

This macro allows to link to attachment of the current wiki or ticket by number, which is useful for generic pages etc.

Configuration

Put the following code into your Trac configuration file trac.ini:

[components]
tracattachmentnum.* = enabled

[attachmentnum]
# Optional default settings
raw = True
format = short
# ATM format is only 'short' or 'long' (default)

Example

[[AttachmentNum(1)]]                # First attachment, result: "attachment:'first.doc'".
[[AttachmentNum(1,raw=True)]]       # First attachment (raw link), result: "raw-attachment:'first.doc'".
[[AttachmentNum(1,format=short)]]   # First attachment, hyper-linked filename is printed only, result: "first.doc".

Bugs/Feature Requests

Existing bugs and feature requests for AttachmentNumMacro are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from [download:attachmentnummacro/0.11 here].

Source

You can check out AttachmentNumMacro from here using Subversion, or browse the source with Trac.

Recent Changes

17134 by rjollos on 2018-04-16 19:39:49
TracAttachmentNumMacro 0.8: Conform to PEP8
15264 by rjollos on 2016-02-11 04:22:34
Remove unnecessary svn:mime-type on py files

svn:mime-type was set to "plain" for many files.

8542 by martin_s on 2010-08-30 21:57:24
Added encoding meta-comment and declared SVN keywords as unicode to avoid issues with non-english locales.
(more)

Author/Contributors

Author: martin_s
Maintainer: martin_s
Contributors: