So, given the following LetWidget example:
<$let n={{{ [[foo]][[bar]] }}}></$let>
Since that filter returns a list of tiddlers, I would get n=foo and bar gets assigned as its own attribute (pretty sure).
I am using a SetWidget to solve my problem, but wondering if there is some way of enclosing a let attribute value such that a filter result containing spaces is preserved in whole.
Thanks for reading!