Re: [tw5] Re: Help with hovering tiddler pop-up in list

2021-08-14 Thread noa@noanoa.space
Thank you for the help! i’ve actually just discovered that TiddlyMaps does an even better version of what I’m after, so I think I’ll try using that. (: -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiv

Re: [tw5] Re: Help with hovering tiddler pop-up in list

2021-08-11 Thread Soren Bjornstad
Not offhand. I've never used that plugin and didn't actually try the code after making the syntax change, so if what you were initially trying to do wasn't the right thing, it wouldn't work now either. :-) You might create a small wiki that demonstrates what you're trying to do and what the pro

[tw5] Re: Help with hovering tiddler pop-up in list

2021-08-11 Thread noa@noanoa.space
Thank you so much. (I’m still adjusting to this syntax!) I just tried copying and pasting your code, but only a blank white box comes up when I hover. Any idea what could be going wrong? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubsc

[tw5] Re: Help with hovering tiddler pop-up in list

2021-08-09 Thread Soren Bjornstad
Noa, You want: <$list filter="[tag[control]]"> <$macrocall $name="hoverTiddler" tiddler1={{!!title}} tiddler2={{!!text}}/> You can only use constant values, not {{field transclusions}}, with the double-angle bracket <>. For {{field}} or <> transclusion support, you need the full widget as s