Thanks, Eric & Mark. Got it to work as you suggested it would.. Much 
appreciated. //steve.

On Sunday, August 13, 2017 at 1:25:03 AM UTC-4, Eric Shulman wrote:
>
> On Saturday, August 12, 2017 at 3:34:24 PM UTC-7, Steven Schneider wrote:
>>
>> I get how the <$text text={{tiddlerToShow}}/> works -- so I can see the 
>> content with the //....
>>
>> But, how do I use my new tiddler [[tiddlerToShow]]? I need to be able to 
>> do <$link to={{tiddlerToShow}}>{{tiddlerToShow}}</$link> and <$transclude 
>> tiddler={{tiddlerToShow}}/>? There must be a magic text cleaning machine 
>> that interprets the slashes for what they are, and not as markup...?
>>
>
> <$link to={{tiddlerToShow}}><$text text={{tiddlerToShow}}/></$link>
>
> The "to" param of the <$link> widget is not *rendered*... thus, the "//" 
> contained in the value is used as-is, and the <$text> widget within the 
> link displays the tiddler title, with the "//" intact, as previously noted.
>
> Likewise, with <$transclude tiddler={{tiddlerToShow}}/>, the "tiddler" 
> param is not *rendered*... and the "//" is used as-is.
>
> -e
>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/108bc7a9-d0eb-45a9-92c7-6ae5365182bb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to