>
> Thanks for all help & tips, managed to get it working :) 

most excellant to hear
 

> I created a macro with 
>
> \define tv-wikilink-tooltip()
> <$transclude field="caption"><$transclude field="title"/></$transclude>
> \end
>

ah, thats how the ToC macro displays caption then title -- you can also use 
that in normal lists (see below) -- reusing code is good 

<$list filter="[list[$:/tags/SideBar]]">

<$set name="tv-wikilinks" value="yes">
  <$link><$transclude field="caption">
    <$view field="title"/>
  </$transclude></$link>
</$set>
</$list>


ToC macro

\define toc-caption()
<$set name="tv-wikilinks" value="no">
  <$transclude field="caption">
    <$view field="title"/>
  </$transclude>
</$set>
\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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b8ae06a4-44a7-4710-86fd-9bfbe71e17d6%40googlegroups.com.

Reply via email to