I've tried that, but it doesn't seem to work.
I've also tried

<$set name="indent_val" value={{!!indent_amount}}>
@@margin-left:<<indent_val>>$px;
<$link><$view field=title /> </$link> <<indent_val>>
@@
</$set>

which also doesn't work - the CSS is just "margin-left:<<indent_val>>$px;"

On Sun, 10 Apr 2016 at 17:17 Mat <[email protected]> wrote:

> I think you can make a little circumvention by instead calling a macro
> that in turn fetches the value;
>
> /define indent_amout() {{!!indent-amount}}
>
> and then
>
> @@margin-left:<<indent_amount>>px;
>
> <$link><$view field=title /></$link>
> @@
>
> Now, I don't think you can define the macro in the same tiddler as the
> styles... (try it) If the styles are just a tiddler-local style block then
> it should work. Othewise you'll probably have to put it in another tiddler
> and thus include the tiddler title in the calls.
>
> <:-)
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "TiddlyWiki" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/tiddlywiki/9PszM-7e7EM/unsubscribe.
> To unsubscribe from this group and all its topics, 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/73a05453-4e79-42f4-b518-9802a015cb22%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/73a05453-4e79-42f4-b518-9802a015cb22%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CAGFCNLzi6AYHtADunjfOAB40P_zchvTBY%2Bis2ikZk28wEyx0Yw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to