This is the code used in $:/core/ui/ListItemTemplate
<div class="tc-menu-list-item"><$link /></div>
I need a modified version of the $:/core/ui/ListItemTemplate
such that the list links on hover brings a pop up showing the transcluded tiddler like in the transclusioninpopups by @DaveGifford
<div class="tooltip">YYY<div class="tooltiptext"><$transclude tiddler="ZZZ" mode="block"/></div></div>