Hi Eric,

That seems to be the final tweak. I put the triple quotes in (not BJ) 
before I realized that the name/argument were mismatched. I fixed the 
mismatch, but should have removed the quotes.

I'm still very confused about all this.  If all that a macro does is 
substitution, how does it help to put everything inside of the macro? For 
instance, the line:

<$set name="text2convert"  value={{$x$}}  >


is inside of the macro now. If there is no interpolation/transclusion 
inside of the macro, why does value now get properly assigned when it 
wasn't being properly assigned when interpreted outside the macro? It feels 
like it should be the other way around.

Thanks Eric, Jed, and BJ!
Mark

On Friday, March 25, 2016 at 3:25:12 PM UTC-7, Eric Shulman wrote:
>
> On Friday, March 25, 2016 at 2:53:48 PM UTC-7, Mark S. wrote:
>>
>> <$macrocall $name="amacro" x="""{{$:/html2tw/title}}"""/>
>>
>> Maybe some other tweak?
>>
>
> should be:
>
> <$macrocall $name="amacro" x={{$:/html2tw/title}}/>
>
> e.g., remove the tripled-quotes so that the parameter retrieves the value 
> that was entered in the input field.
>
> enjoy,
> -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 [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/3ba39ca8-2bea-4010-a402-55c961570d2e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to