On Saturday, September 19, 2015 at 10:55:22 PM UTC-7, Hegart Dmishiv wrote:
>
> [[GIMP]] is an [[<abbr title="<$transclude tiddler="Open Source" field="
> defn" mode="inline"/>">open source</abbr>|Open Source]] graphics 
> application.
>

Use the <$link> widget around the <abbr>, and use TextReference syntax to 
retrieve the "defn" field value from the target tiddler:

[[GIMP]] is an <$link to="Open Source"><abbr title={{Open Source!!defn}}>
Open Source</abbr></$link> graphics application

For convenience, you could make a macro like this:
\define dlink(target)
<$link to="""$target$"""><abbr title={{$target$!!defn}}>$target$</abbr></
$link>
\end

You can then write:
[[GIMP]] is an <<dlink "Open Source">> graphics application

enjoy,
-e
Eric Shulman
ELS Design Studios
TiddlyTools - "Small Tools for Big Ideas!"
InsideTiddlyWiki: The Missing Manuals

YOUR DONATIONS ARE VERY IMPORTANT!
HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY "TIP JAR"...
   http://TiddlyTools.github.com/fundraising.html#MakeADonation

Professional TiddlyWiki Consulting Services...
Analysis, Design, and Custom Solutions:
   http://www.TiddlyTools.com/#Contact

-- 
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/7ebf3263-499c-4f4d-8d53-5789700fe7fa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to