Re: [tw] applying filters to lines of a tiddler's text field

2014-10-15 Thread Andreas Hahn
Hi Philip, you can define a macro that concatenates the text and the +[sort[]] to build a filter string: |\define concatFilter(a) $a$ \end| You might think this is probably the most easy macro out there and you might be right :D. You can use it like this: |$set name=filterPrefix

[tw] applying filters to lines of a tiddler's text field

2014-10-14 Thread Philip Coltharp
I know I can create a list like this: $list filter={{List of datasets!!text}}/ In between the two help pages: http://tiddlywiki.com/#TextReference http://tiddlywiki.com/#FilterOperator%3A%20sort This doesn't work, but is there a way? $list filter={{List of datasets!!text}}+[sort[]]/ --