On Tuesday, March 17, 2020 at 5:22:08 PM UTC-5, TonyM wrote:
>
> The number generated by Qualify is related to the tiddlername, 
> specifically the current tiddler so if that changes for each tag, as in my 
> first post the issue only occurs if the same tag is referenced in the same 
> tiddler with the same currentTiddler value. In Soren's original post his 
> current Tiddler need only change according to the items in the left hand 
> list, and the mentioning of the same tag in the list should not result in 
> multiple popups as each is qualified by the tiddler in the left hand list.
>

I think each is qualified by the tiddler in the *inner* list, the way it 
stands, since currentTiddler gets overwritten by the innermost $list widget 
-- right? Are you suggesting I could skip overwriting currentTiddler to 
solve the problem? I tried setting the innermost list to use a variable 
<<innerTiddler>> instead, but this did not help since there is only one 
parameter to the <<tag>> macro which is used as the current tiddler to the 
tag template. That variable has then to be set to innerTiddler instead of 
currentTiddler to render the correct thing, and the problem just starts all 
over again.


On Tuesday, March 17, 2020 at 7:08:41 AM UTC-5, Saq Imtiaz wrote:
>
> The quickest solution would be to use your own template, a modified 
> version of the $:/core/ui/TagTemplate
>
> This is untested code and not the most elegant, but something like this 
> should work:
>

This worked, thanks! It seems a lot more complicated of a solution than 
this ought to require, but if I don't find something better this will do.

-- 
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/0c8378bf-d294-4842-8301-423fae3a5e8c%40googlegroups.com.

Reply via email to