1) to get the tooltip popup to work I assume there must be some stylesheet
for this. Did you include this?
2) I can think of no reason why the tooltips and the backlinks should not
work simultaneously, i.e in the same wiki.
3)...However, do you mean that you want the backlinks to show* inside the
tooltip popup*? If that is the case, the popup must also show the backlinks
viewtemplate. However, the viewtemplate must "think" that it is inside the
correct tiddler. This is done with the TiddlerWidget. So your code would be
something like:
<div class="tooltip">
bla bla
<div class="tooltiptext">
<$transclude tiddler="Tiddler 2" mode="block"/>
<$tiddler tiddler="Tiddler
2">{{||$:/.giffmex/ViewTemplate/refslinks}}</$tiddler>
</div>
</div>
<:-)
--
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/9d81f7a6-28db-4b8f-97b3-44289532d2bf%40googlegroups.com.