[tw] Re: identify largest or smallest changecount within a category?

2009-02-04 Thread FND
identifying the largest (or smallest) changecount value for the tiddlers within each category and then perhaps appending the value to the end of the category Try this: --- forEachTiddler script ' function getActivity(category) { var tiddlers =

[tw] Re: identify largest or smallest changecount within a category?

2009-02-04 Thread vaiek
identifying the largest (or smallest) changecount value for the tiddlers within each category and then perhaps appending the value to the end of the category Try this: --- forEachTiddler      script '          function getActivity(category) {              var tiddlers =

[tw] Re: identify largest or smallest changecount within a category?

2009-02-04 Thread FND
console.log(c ? parseInt(c, 10) : 0, itm); That line's a debugging remnant - it's not supposed to be in there. -- F. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send