On Wednesday, April 22, 2015 at 2:16:53 AM UTC-7, oldeagle wrote:
>
> I list all tiddlers with a certain tag by using
>
> {{{ [tag[mytag]] }}}
>
> It seems that the list of tiddlers is sorted by creation date. 
>
> Is it possible to sort the list in other ways? For example alphabetically, 
> by modification date, ascending / descending order etc?
>
>
You want to use the "sort" filter operator.  The syntax is:
   sort[fieldname]
which sorts in ascending order, using the values from the indicated field. 
 To sort in descending order, use a "!" prefix, like this:
   !sort[fieldname]

Thus, for your requested use-case, you can write something like:
   {{{ [tag[mytag]sort[title] }}}
and
   {{{ [tag[mytag]!sort[modified] }}}

For documentation about all the filter operators, see:
   http://tiddlywiki.com/#Filter%20Operators

enjoy,
-e
Eric Shulman
ELS Design Studios
TiddlyTools - "Small Tools for Big Ideas"
"Inside TiddlyWiki: The Missing Manuals"

YOUR DONATIONS ARE VERY IMPORTANT!
HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY "TIP JAR"...
   http://TiddlyTools.github.com/fundraising.html#MakeADonation

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ea9b21c5-a421-4bf2-a114-e8130ef2b664%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to