Version 1, last updated by Sergio Romano at March 14, 2011 23:18 UTC
Global Markup (Linking to Wiki Tickets etc)
Assembla supports a global markup that works on most of the tools that accept text input from users. Eg: Messages, Wikis, Tickets, Scrum Reports, etc.
This markup allows you to automatic link different objects. Eg, if you want to add a link to a ticket with number = 4, you will just need to write #4, "This link is for ticket #4"
WIKI
[[WikiName]] => Links to a wiki
[[Example Page#Section One]] => Links to a particular section of a Wiki
[[#Section One|First Section]] => Links to a particular section inside the wiki (works only if you are in a wiki)
TICKETS
[[ticket:number]] => create a link to ticket numbered with number.
#number => Short version of the above
REVISIONS (SVN, Git, Hg)
[[revision:id]] => create a link to SVN, GIT or other supported SCM revision (changeset) with that id.
[[r:id]] => Short version of the above
FILES
[[file:id_or_name]] - create a link to a file from the current space. Note that you can use file ID if you know it, or file name that is shown in File list.
[[image:id_or_name}]] - Inserts an inline image from 'Files'. Creates an 'img' html tag, where source is a image from the
EXTERNAL LINKS
[[url:url]] - create a link to an external url
NOTE:
All of the above formats allows you to override the default text by adding an extra |Text inside the brakets.
[[object:id|Override Name with this]]
Eg.
[[url:www.asssembla.com]] => www.assembla.com
[[url:www.assembla.com|Assembla]] => Assembla