It works with <$wikify> widget. Thanks everyone!
On Tuesday, July 25, 2017 at 1:20:52 AM UTC-7, Eric Shulman wrote:
>
> On Monday, July 24, 2017 at 6:57:39 PM UTC-7, Rustem wrote:
>>
>> I have these macros defined
>>
> ...
>
>> It works if I specify the color directly
>> <$vars _c=red><>
>>
>> Bu
On Monday, July 24, 2017 at 6:57:39 PM UTC-7, Rustem wrote:
>
> I have these macros defined
>
...
> It works if I specify the color directly
> <$vars _c=red><>
>
> But how do I specify the color using a macro? This doesn't work:
> <$vars _c=<>><>
>
>
The problem with using the <> macro as a par
Hi Rustem,
Try this:
\define colorize() color:$(_c)$;
\define cn()
>>
some text
\end
Specifying a color directly:
<$vars _c=red><>
Specifying a color using a macro:
<$wikify name="_c" text="<>">
<>
Best wishes
Jeremy.
> On 25 Jul 2017, at 08:12, Danielo RodrÃguez wrote:
>
> Tr
Try enclosing the macro call on quotes <$set value="<>">
--
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 g
Tried with set widget, same, didn't work.
On Monday, July 24, 2017 at 8:02:33 PM UTC-7, Mat wrote:
>
> Try with the setwidget, or perhaps wikifywidget instead. The varswidget is
> not as powerful and I don't think it can handle macrocalls as arguments.
> Not sure.
>
> <:-)
>
--
You received th
Try with the setwidget, or perhaps wikifywidget instead. The varswidget is
not as powerful and I don't think it can handle macrocalls as arguments.
Not sure.
<:-)
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group an
6 matches
Mail list logo