Folks,
Some help required please.
I would like to create a button that does nothing, but has a tooltip = to a value in another tiddlers field
In this case the Other tiddler can be found with the macro <<currentMenu>> and I would like the tool-tip to come from <<currentMenu>>'s description field
<$button tooltip="Description of <<currentMenu>>" class="tc-btn-invisible tc-tiddlylink" >
{{$:/core/images/info-button}}
</$button>
This is where I have started, does not work of course, but not sure how to proceed.
Thanks
Tony