Try this: 

\define test(asdf:"hello!" ttl )
$asdf$

<$list filter="""$ttl$""" ><$link to=<<currentTiddler>> tooltip=<<
currentTiddler>> ><<currentTiddler>><br></$link></$list>


<ul>
<$list filter="""$ttl$""" ><li><$view field=title></li></$list>
</ul>
\end

<<test ttl:"""HelloThere [[Customize TiddlyWiki]] [[Working with 
TiddlyWiki]] """>>


macros can use named parameters. See my <<test ttl:xxx>> call. In normal 
cases we use *single* "double quotes" to cover the parameter array. ... but 
if a tiddler title contains a single double quote eg: [[test "asdf"]] the 
TW parser is confused. 

<<test ttl:"[[test "asdf"]]">>  .. won't work but  <<test ttl:"""[[test 
"asdf"]]""">> works.


hope that helps!

also see: 
http://tiddlywiki.com/#Macros%20in%20WikiText:%5B%5BMacros%20in%20WikiText%5D%5D%20%5B%5BMacro%20Calls%20in%20WikiText%5D%5D%20%5B%5BMacro%20Calls%20in%20WikiText%20(Examples)%5D%5D%20%5B%5BMacro%20Definitions%20in%20WikiText%5D%5D%20Macros

have fun!
mario

-- 
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/328b5bfc-5206-4429-8241-6ed10ac2e18f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to