When you do this: mr-fadeIn-<<fcls>>
You're trying to concatenate "mr-fadeIn" with <<fcls>> . In my experience, this kind of concatenation never works. You always need something like mr-fadeIn-$fcls$ or mr-fadeIn-$(fcls)$ (via a separate macro) or you need to pass it to a wikify widget (<$wikify text="mr-fadeIn<<fcls>>" .../> Good luck -- Mark On Sunday, November 18, 2018 at 7:50:15 AM UTC-8, Mohammad wrote: > > Hello Mark, > The real usage is the macro colorful is called with a list of classes > like red and bold. > It then calls a helper macro to split the cls parameter "red bold" and > makes mr-fadeIn-red and mr-fadeIn-bold. > to create . > > I donot have problem with concatenation. I think the span tag does not > work here as the macro does not work correctly! > > Mohammad > > > -- 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/d033a0e2-982e-4d7c-9053-757d4f5cfd06%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

