Mat, in my local wiki the tooltip popups work fine, I have no complaints about them. I don't know why they don't work in Tiddlyspot but it does not matter because my issue is not that.
My issue is that because the reference from Tiddler 1 to Tiddler 2 resides in this code <div class="tooltip">YYY<div class="tooltiptext"><$transclude tiddler="ZZZ" mode="block"/></div></div> Tiddler 2 does not show the backlink to Tid 1 at the bottom of Tid 2. If there is a conventional reference to Tid 2, i.e. [[Tiddler 2]], as is done in Tiddler 3, then the backlink works as it should. For completeness sake I have also included a reference from Tid 3 to Tid 2 with the tooltip transclusion code. If you delete that but leave the [[Tiddler 2]] reference, you'll see that Tid 2 still shows the Tid 3 backlink. 4 May 2020, 20:04 by [email protected]: > 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 > > <https://groups.google.com/d/msgid/tiddlywiki/9d81f7a6-28db-4b8f-97b3-44289532d2bf%40googlegroups.com?utm_medium=email&utm_source=footer>> > . > -- 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/M6ViP4u--3-2%40tutamail.com.

