Thank you Matabele and Eric, your solutions worked equally well. See the results: http://giffmex.org/experiments/tidmarks.html#
On Saturday, July 12, 2014 11:39:36 AM UTC-5, David Gifford wrote: > > Hi all > > I am playing around with bookmarking in TW and would like to know how to > do this: > > I have a template with a field entitled url. I paste the webpage URL into > that field and title and tag the tiddler. > > Then I have an index for each tag. In the list for each tag, next to the > link to the tiddler title, I also want to have the word (go), which would > serve as a shortened link to the URL in the url field of the tiddler. > > The closest I got was the following, but I don't know how to render the > transcluded url field as a 'pretty link' (the equivalent of [[(go)| > http://www.tiddlywiki.com]]). Any help? > > <ul> > <$list filter="[is[current]tagging[]!is[system]sort[title]]"> > <li> > <$link> > <$view field="title"/> > </$link> > - > <$transclude field="url"/> > </li> > </$list> > </ul> > -- 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.

