OK, thanks Jeremy.

On Friday, 18 July 2014 11:17:19 UTC+1, Jeremy Ruston wrote:
>
> Hi Jon, Eric,
>
> In fact, the example can be simplified from:
>
> {{{ [tag[journal]] +[!sort[created]]}}} 
>
> To:
>
> {{{ [tag[journal]!sort[created]]}}} 
>
> The + construction is only necessary if you're gathering up several 
> subresults to operate on them in one operation. See the last section of:
>
> http://tiddlywiki.com/#Introduction%20to%20Filters
>
> Best wishes
>
> Jeremy
>
>
>
>
> On Fri, Jul 18, 2014 at 10:13 AM, Jon <five...@gmail.com <javascript:>> 
> wrote:
>
>> Great, thanks Eric and for the explanation.
>>
>> Jon
>>
>>
>> On Friday, 18 July 2014 08:12:22 UTC+1, Eric Shulman wrote:
>>>
>>> On Thursday, July 17, 2014 11:10:24 PM UTC-7, Jon wrote:
>>>>
>>>> is it possible to show the results of this {{{ [tag[journal]] }}} in 
>>>> reverse order of creation date (so most recent is on top), rather than in 
>>>> alphabetical order?
>>>>
>>>
>>> Yes... like this:
>>> {{{ [tag[journal]] +[!sort[created]]}}} 
>>>
>>> The first term of the filter selects the journal tiddlers.  The next 
>>> term is then applied to that list.  The "!" in front of the sort keyword 
>>> indicates decending order, operating on the "created" field.  Thus, "most 
>>> recent first", as desired.
>>>
>>> enjoy,
>>> -e
>>> Eric Shulman
>>> TiddlyTools / ELS Design Studios
>>>
>>> YOUR DONATIONS ARE VERY IMPORTANT!
>>> HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY "TIP JAR"...
>>>    http://TiddlyTools.github.com/fundraising.html#MakeADonation
>>>
>>> Professional TiddlyWiki Consulting Services...
>>> Analysis, Design, and Custom Solutions:
>>>    http://www.TiddlyTools.com/#Contact
>>>
>>>  -- 
>> 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 tiddlywiki+...@googlegroups.com <javascript:>.
>> To post to this group, send email to tiddl...@googlegroups.com 
>> <javascript:>.
>> Visit this group at http://groups.google.com/group/tiddlywiki.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Jeremy Ruston
> mailto:jeremy...@gmail.com <javascript:>
>  

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to