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



-- 
Jeremy Ruston
mailto:[email protected]

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

Reply via email to