Hi Miles

On Wed, Aug 3, 2016 at 10:40 PM, Miles Smith <[email protected]> wrote:

> I have a template:
>
> <<<
> <$transclude mode="block"/>
> <<< <$transclude field="quote_author" />, <$transclude
> field="quote_source" />, <$transclude field="quote_location" />.
>
> Works perfectly:
>
> This is a quote
>>
>> *Test Author, Test Source, Test Location*
>
>
>
> But I want the quote_author and quote_source to link to whatever they
> transclude to, but when I use the usual syntax it breaks the transclusion.
> (see below) Any workarounds?
>

Try this:

<<<
<$transclude mode="block"/>
<<< <$link to={{!!quote_author}}><$transclude field="quote_author"
/></$link>, <$link to={{!! quote_source}}><$transclude field="quote_source"
/></$link>, <$transclude field="quote_location" />.

Best wishes

Jeremy


> This is a quote
>>
>> <$transclude field="quote_author" mode="inline" /> , <$transclude
>> field="quote_source" mode="inline" /> , Test Location.
>>
>
>
> --
> 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/f3dc5afd-18b7-4beb-9590-790873333778%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/f3dc5afd-18b7-4beb-9590-790873333778%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Jeremy Ruston
mailto:[email protected]

-- 
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/CAPKKYJbhO2b5A858sUnddgybn6c%2B6R3N_duVmt7Z4qcMta_GmA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to