> what if i what to link to my 3 tiddlers through a custom field ive
> created e.g. the field 'serial number' ?
>
> in overView i want to be able to click on a link called 001 ei the
> serial number for tiddlerTitleA and then have the corresponding
> tiddler open. Is this in any way possible?
Create a tiddler called [[SerialLink]], containing:
----------
/%
!out
[[$1|$2]]
!end
%/<<tiddler FakeLink##out with:
{{store.getValue('$1','serialnumber')}} [[$1]]>>
----------
Then, use it like this:
<<tiddler SerialLink with: TiddlerTitleA>>
enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios