Hi Arlen,
You can't use wikitext inside of wikitext as you are attempting here:
*{{<<listItem>>!!containerClass}}
*nor can you concatenate text on the fly.
But *sometimes* you can do all that inside of wikify. So the first thing I
would try is something like:
<$wikify name="myreveal" text="""
<$reveal type="nomatch" state=<<config-title>> class=
*{{<<listItem>>!!containerClass}}* text="hide" tag="div">"""
<<myreveal>>
</$wikify>
If that doesn't work, I would put listitem in a macro, perhaps like:
\define listclass() {{$(listitem)$!!containerClass}}
and then invoke like
...class=<<listclass>>....
See
https://tiddlywiki.com/#Concatenating%20text%20and%20variables%20using%20macro%20substitution
HTH
-- Mark
On Monday, February 4, 2019 at 7:23:31 PM UTC-8, Arlen Beiler wrote:
>
> From the sidebar tiddler
>
> <$reveal type="nomatch" state=<<config-title>> class=
> *{{<<listItem>>!!containerClass}}* text="hide" tag="div">
>
> Adding this doesn't seem to work.
>
--
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/2694b898-af80-4caa-bf72-59051842df50%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.