thank you Eric

----------  Julien BOUCHEZ - CAPSULE - +33 665-099-978 ----------
<http://blog.capsule-ea.fr/>
<http://twitter.com/CapsuleInvent>
<http://www.facebook.com/pages/Capsule-Etudes-Avanc%C3%A9es/159857724152980>
<http://fr.linkedin.com/in/julienbouchez/>
<http://www.lastfm.fr/user/julien23> [image:
http://www.lastfm.fr/user/julien23] <http://www.lastfm.fr/user/julien23>


On Mon, Dec 23, 2013 at 5:53 PM, Eric Shulman <elsdes...@gmail.com> wrote:

> On Monday, December 23, 2013 7:28:14 AM UTC-8, julien23 wrote:
>>
>> I call the tiddler [FetAccronymsTagTag]
>>
>> <<forEachTiddler
>>     where
>>         'tiddler.tags.contains("$1") && tiddler.tags.contains("$2") &&
>>  !tiddler.tags.contains("attachment")'
>>     sortBy
>>         store.getValue(tiddler,"alias")
>>         ascending
>>    write
>>       '"\n|"+store.getValue(tiddler,"alias")+"|[["+tiddler.title+"
>> |"+tiddler.title+"]]|"'
>>       begin
>>          '"|!Acronym|!Title|"'
>> >>
>> to sort a list of tiddlers by their alias.
>> I works but I get Upper Case first then Lower Case ... How do I get them
>> together ?
>>
>
> When sorting, you can convert all the values to lower case, so that upper
> and lower case alpha text will be intermingled:
>
> sortBy
>    store.getValue(tiddler,"alias").toLowerCase();
>    ascending
>
> enjoy,
> -e
> Eric Shulman
> TiddlyTools / ELS Design Studios
>
> EVERY DONATION IS 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 a topic in the
> Google Groups "TiddlyWiki" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/tiddlywiki/nKF1SQtuoDM/unsubscribe.
> To unsubscribe from this group and all its topics, 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/groups/opt_out.
>

-- 
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/groups/opt_out.

Reply via email to