Technically that sortField should allow sorting by tiddler titles ascending or descending but it doesn't seem to be used.
I can't seem to be find any reason for it in the history. Personally I'd remove it since title is the only thing that can be sorted and currently they are returned in alphabetical order. Doing a .reverse() will get the opposite order. Jon On May 11, 10:57 pm, colmjude <[email protected]> wrote: > > I'll keep you posted of patterns i find > > Thanks Alex, that would be appreciated. Look forward to hearing your > findings. > > On a related note does anyone know why the getMissingLinks takes a > sortField parameter that isn't used? > It's in the TiddlyWiki.js file as: > > TiddlyWiki.prototype.getMissingLinks = function(sortField) > { > > I'm struggling to see it's purpose... > If it's not needed I can remove it and send a pull request for the > github repo to use??? > > 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.
