[tw] Re: Odd <$vars behavior?

2017-08-02 Thread stevesuny
thanks, eric & mark; that worked. //steve. On Friday, July 28, 2017 at 4:16:35 PM UTC-4, Eric Shulman wrote: > > On Friday, July 28, 2017 at 12:46:10 PM UTC-7, Mark S. wrote: >> >> >> It's angle bracket count is probably being thrown off by this: >> >> [] >> > > Try using the FULL "field filter"

[tw] Re: Odd <$vars behavior?

2017-07-28 Thread Eric Shulman
On Friday, July 28, 2017 at 12:46:10 PM UTC-7, Mark S. wrote: > > > It's angle bracket count is probably being thrown off by this: > > [] > Try using the FULL "field filter" syntax, e.g., with the literal "field:" operator, followed by the variable reference as a filter suffix, like this:

[tw] Re: Odd <$vars behavior?

2017-07-28 Thread 'Mark S.' via TiddlyWiki
It's angle bracket count is probably being thrown off by this: [] Pretty sure that's not allowed. You will need a macro to stitch together your filter, like: \define myfilter() [title!$(field-name)$[]] <$vars field-name="design"> <$list filter=<>> <>: <$transclude mode="block" field=<>/>