Hey Hubert, Unless Im missunderstanding something, you can use the split operator and the join operator to accomplish this:
<$list filter="[[a black cat hides under a chair]split[ ]join[]]"> <<currentTiddler>> </$list> returns: ablackcathidesunderachair On Monday, December 2, 2019 at 9:18:33 AM UTC-6, Hubert wrote: > > Hello, > > I'm looking for something beyond trim, a filter operator that would remove > *all > *spaces from an input (not just trailing spaces), like here: > > <$list filter="[[a black cat hides under a chair]whitespaceremove[]]"> > <<currentTiddler>> > </$list> > > Where the output would ideally be: *ablackcathidesunderachair* > > Is this possible? > > Thank you, > Hubert > > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/8c157501-7a7a-42dd-afa9-842e0a4af492%40googlegroups.com.

