Look at the LinkWidget <http://tiddlywiki.com/#LinkWidget>. If I correctly 
understand what you try to achieve, something like this may work:

<$link to="Open Source" tooltip={{Open Source!!dfn}} tag="abbr">open 
source</$link>

or:

<$set name="tv-wikilink-tooltip" value="{{!!dfn}}">
<$link to="Open Source" tag="abbr">open source</$link>
</$set>

You can remove the tag attribute if it is not necessary to what you want.



Le dimanche 20 septembre 2015 07:55:22 UTC+2, Hegart Dmishiv a écrit :
>
> Now that this feature is working properly for me as a <dl> list, I'd like 
> to reuse the same information stored in my *defn* tiddler variable. I was 
> thinking of the <abbr> or <acronym> tags to create a popup (hover) 
> explanatory text, possibly even from within a link, something like this...
>
> [[GIMP]] is an [[<abbr title="<$transclude tiddler="Open Source" field="
> defn" mode="inline"/>">open source</abbr>|Open Source]] graphics 
> application.
>
> I know that this code won't work as it is. There are too many quotation 
> marks for the parser to even look at it without spitting the dummy. But it 
> illustrates what I'm trying to achieve. My definition of the term "open 
> source" is already stored within the *defn* variable in the tiddler named 
> "Open Source", so I'd like to make use of it here. Is there a simple way to 
> make this happen, without having to write lots of additional code / create 
> intermediary-step tiddlers?
>
>
>

-- 
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 post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8b9bd988-8e8e-4c0f-830a-e838a24f22a3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to