Hi Alex,
I want to make a link to a tiddler where the target is the content of
> another tiddler.
You need a helper macro used as:
<<defer "foo!!bar" "pretty title">>
The macro...
title: $:/.tb/macros/defer
tag: $:/tags/Macro
\define deferred(title,pretty)
<$reveal type="nomatch" text="""$pretty$""" default="">
[[$pretty$|$title$]]
</$reveal>
<$reveal type="match" text="""$pretty$""" default="">
[[$title$]]
</$reveal>
\end
\define defer(title,pretty)
<$macrocall $name="deferred" title={{$title$}} pretty="""$pretty$"""/>
\end
Best wishes,
Tobias.
--
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/8feefaf2-f63b-4894-8cd6-3eee849c7539%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.