Hi All

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 ?

Regards

Julien

-- 
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