I'm making a small "bookmarks presenter" (that's a fancy word for a table 
with urls).

The following works except to get the word URL to be a link to the value in 
the tiddlers url field. What I find surprising is that the identical format 
works for the standard fields, e.g text.

I'd appreciate any guidance on why it doesn't work and how.


\define geturl()
<$transclude tiddler=<<tidname>> field="url"/>
\end

\define gettext()
<$transclude tiddler=<<tidname>> field="text"/>
\end


\define bookmarkstable()
<table>
<$list filter="[tag[Foo]]" variable="tidname">
   <tr>
      <td><$link to=<<geturl>>>URL</$link></td>
      <td><$link to=<<tidname>>><<tidname>></$link></td>
      <td><<gettext>></td>
   </tr>
</$list>
</table>
\end


<:-)

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e2f11475-87bf-4c19-b4c3-210da552c5ee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to