To have a list link to something other than what is displayed the easiest 
way is:

<$list filter=<<someFilter>>>
<a href={{!!linkDestination}}><$view field=title/></a><br>
</$list>

You could also use a template tiddler:

<$list filter=<<someFilter>> template=someTemplate>

</$list>

where the tiddler someTemplate contains:

<a href={{!!linkDestination}}><$view field=title/></a><br>

Both ways would get you the same result. You can make much more complex 
templates than that. I thought I had an example on 
inmysocks.tiddlyspot.com, but I can't find it so I must have dreamed that 
up.
I just spent 10 minutes trying to figure out why this wasn't working before 
I realized that you need to have 'http://' in front of external links when 
using the a tag.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to