>
>  
> How would I go about to change the tooltip to show the caption-field of 
> the target tiddler instead of the title?
>

 This provides the caption if available otherwise the title
{{{ [all[current]get[caption]] ~[all[current]get[title]] }}}

However getting this into the tooltip there are a few methods, but they all 
seem fussy
<$wikify name=mytooltip text="""<$view field="created" 
format="relativedate"/>, <$view field="created" format="date" template="On 
YYYY-0MM-0DD at 0hh:0mm"/> Caption or Title {{{ [all[current]get[caption]] 
~[all[current]get[title]] }}}""" >

<$button tooltip=<<mytooltip>> >Mouse over</$button>

<$wikify>

Regards
Tony

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/91474fea-e1bf-4f60-aac1-7800cbd97e2f%40googlegroups.com.

Reply via email to