Thank you BJ!
I got it to work!!
I changed the hovertext like this and now its showing the actual tiddler as
the hover in the dropdown!
<$link to={{!!title}} tooltip={{!!text}}>
Thank you so much. I would not have figured this out without help!
On Wednesday, September 13, 2017 at 7:05:22 PM UTC+2, BJ wrote:
>
> you can modify $:/core/macros/list adding a tooltip to the link
> surrounding the name:
>
> \define list-tagged-draggable(tag,itemTemplate,elementTag:"div")
> <$set name="tag" value="""$tag$""">
> <$list filter="[<tag>tagging[]]">
> <$elementTag$ class="tc-menu-list-item">
> <$droppable actions=<<list-tagged-draggable-drop-actions>>>
> <$elementTag$ class="tc-droppable-placeholder">
>
> </$elementTag$>
> <$elementTag$>
> <$transclude tiddler="""$itemTemplate$""">
> <$link to={{!!title}} tooltip={{hovertext}}>
> <$view field="title"/>
> </$link>
>
> where hovertext is a tiddler containing you text...
>
> All the best
>
> BJ
>
> On Monday, September 4, 2017 at 4:19:14 AM UTC+2, leancoder wrote:
>>
>> I found tiddlywiki a month ago and its amazing! Thanks a lot!!
>> I do have a question, I am making a reference application and I want to
>> be able to have a hover of the content of a tiddler which shows up when you
>> hover of the tiddlers title in the dropdown of a tag. The actual tiddler
>> text is only 1 paragraph long as it is so the tooltip would not overwhelm
>> the GUI /design. Can it be done?
>> The answer I suppose lies somehow in interjecting a tooldtip macro in
>> either $:/core/macros/list or $:/core/ui/TagTemplate (overridding the core
>> - yikkes!).
>> Problem is I have no idea where to start. I am new in this.
>> If anyone could pitch in with some pointers would be great!
>> Thank you!
>>
>>
--
You received this message because you are subscribed to the Google Groups
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywikidev.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywikidev/06e4be8a-5862-4552-9fba-76d478b94dc5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.