[twdev] Re: store.sortTiddlers() documentation

2011-05-24 Thread PMario
On May 24, 4:58 pm, axs wrote: > I notice that store.sortTiddlers first checks to see whether the sort field > is in TiddlyWiki.standardFieldAccess. In this object, I see things like > 'text', 'tags','tiddler'. How should these search fields be used? "Tags" > field returns a string of tags - it do

[twdev] Re: store.sortTiddlers() documentation

2011-05-24 Thread PMario
http://oldwiki.tiddlywiki.org/wiki/Dev:Core_Code_Overview But I didn't find anything about sortTiddlers :( -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To post to this group, send email to tiddlywikidev@googlegroups.com. To unsubscribe from

[twdev] Re: store.sortTiddlers() documentation

2011-05-24 Thread axs
Thank you all for the info. I appreciate it! I notice that store.sortTiddlers first checks to see whether the sort field is in TiddlyWiki.standardFieldAccess. In this object, I see things like 'text', 'tags','tiddler'. How should these search fields be used? "Tags" field returns a string of tag

[twdev] Re: store.sortTiddlers() documentation

2011-05-24 Thread PMario
There has been a discussion some time ago [1]. I made a little example at the Teamwork place [2]. Eric Shulman's InsideTW [3] may be a valuable resouce too. hope this helps. If you want to have a look at some "home made" list and sort functions some plugins may be of use. [4] btw <> should handle

[twdev] Re: store.sortTiddlers() documentation

2011-05-24 Thread colmjude
FYI There is some documentation at http://tiddlywikidev.tiddlyspace.com/ that might be useful. It is by no means complete but content is added fairly regularly Colm -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To post to this group, send

[twdev] Re: store.sortTiddlers() documentation

2011-05-24 Thread colmjude
On May 24, 4:51 am, axs wrote: > Hi folks, Where can I get documentation on how to use store.sortTiddlers(), > especially the "field" parameter? > How much detail do you need? A quick overview is that the function sortTiddlers takes 2 parameters store.sortTiddlers(tiddlers, field); where tiddlers