> 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
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to