On Jun 21, 12:04 pm, Martin Budden <[email protected]> wrote: > Colm, > > why are you sorting the store, rather than passing the sortfield to > getTaggedTiddlers?
I was just using the code provided by Arlen. > > Martin > > On 21 June 2011 11:55, colmjude <[email protected]> wrote: > > I don't think your code work, don't you mean: The code provided does work in tests I've performed. > var sortby = getParam(params,"sortby",false); > var tagged = store.getTaggedTiddlers(title,sortby); Although this would make more sense :) Colm -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywikidev?hl=en.
