I have this defined

\define failed(tiddler:<<CurrentTiddler>> value:"Failed")
<$radio tiddler=$tiddler$ field="Status" value=$value$> $value$ </$radio>
\end


\define passed(tiddler:<<CurrentTiddler>> value:"Passed")
<$radio tiddler=$tiddler$ field="Status" value=$value$> $value$ </$radio>
\end

 
when I try to call

|[[System Usage]]|<<failed tiddler: "System Usage">>|<<passed tiddler: "System 
Usage" >>|



to modify "System Usage" tiddler it modifies "System" tiddler instead.

Other parameters containing spaces work fine. Is that a bug or am I doing 
something wrong? If tiddler name I'm passing contains no spaces, it works 
fine.

Tried different quotes and escapes ("",'',"""""",{{}},<<>>)  to no effect. 
Either still modifies 'System' tiddler or bugs.

Is there a workaround besides changing tiddler name to 'SystemUsage' as I'd 
like to avoid that?

-- 
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/3a2db161-7f3c-41a4-b8d1-86ae83ee939a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to