Links between tiddlers in a single tank and between tiddlers in different tanks are possible. There are three styles of links:
- Wiki links that use 
CamelCase(links to a tiddler namedCamelCase) - Free links that use a 
[[bracket syntax]](links to a tiddler namedbracket syntax) - Labelled links: 
[[label|target]](links to a tiddler namedtargetwith a link title oflabel) 
Each of these links styles can have @<name of tank> appended to link to
the named tiddler in the named tank. For example CowHouse@foobar would
link to the tiddler named CowHouse in the tank named foobar.
Note: CamelCase style linking does not play well with the default
style of linking used in Markdown (e.g. [title](target)). It is best to
not put CamelCase words within the title text, the results can be a
bit odd.