Unfuddle Specific Text Formatting

Unfuddle provides a small amount of proprietary markup that allows you to link to tickets, revisions, source files and notebook pages and attachments. These markup options can be used practically anywhere in Unfuddle, including Subversion commit messages.

NOTE: Unfuddle markup takes precedence over Markdown or Textile markup. For example, while using Markdown, starting a line with "#123", will actually render a link to ticket #123 rather than create an heading with the text 123.

Desired Result Unfuddle Markup
Ticket References

ticket:134
#134

ticket:134
#134
Notebook References
Note that notebook and page titles are case insensitive.

My Page Title
Another Notebook:My Page In Another Notebook
Unfuddle

/url/path/to/attachment.jpg
/url/path/to/attachment2.jpg

[[My Page Title]]
[[Another Notebook:My Page In Another Notebook]]
[[Project References : Cool Software Projects | Unfuddle]]


{{attachment.jpg}}
{{Another Notebook:attachment2.jpg}}
Revision References

revision:2185 or commit:2185
[2185] or [repo:2185]

revision:2185 or commit:2185
[2185] or [repo:2185]
Source References

source:/trunk/camping.rb
source:/trunk/camping.rb@183
source:repo:/trunk/camping.rb

source:/trunk/camping.rb
source:/trunk/camping.rb@183
source:repo:/trunk/camping.rb