ITADN

[Report] join[|] filter operator produces error "Filter error: Missing closing bracket in filter expression"

#9862Openericshulman 创建于 2026-05-29
bug
E
ericshulmancommented
In a new tiddler, enter `{{{ a b c +[join[-]] }}}`, result is `a-b-c` Change filter to `{{{ a b c +[join[|]] }}}`, result is "Filter error: Missing closing bracket in filter expression" Work around: `<$let sep="|">{{{ a b c +[join<sep>] }}}`, result is `a|b|c` Testing shows this error goes all the way back to v5.1.0, so it probably can't be fixed now, but should be noted in documentation for https://tiddlywiki.com/#join%20Operator
3 条评论