Very cool, we're getting there. Now to be able to create multiple sets and 
control the ordering. . .

Neither of the below work, because (obviously) me have no JS.

vvar tids1 = store.getMatchingTiddlers("default","modified").reverse()
var tids2 = store.getMatchingTiddlers("journal AND NOT 
archived","title").reverse()
var tids = tids1+tids2
tids = tids.map(function(elem){return elem.title})
config.shadowTiddlers["DefaultTiddlers"] = '[[' + tids.join(']] [[') + ']]'

===============================

var tids = 
store.getMatchingTiddlers("default","modified").reverse()+store.getMatchingTiddlers("journal
 
AND NOT archived","title").reverse()
tids = tids.map(function(elem){return elem.title})
config.shadowTiddlers["DefaultTiddlers"] = '[[' + tids.join(']] [[') + ']]'


On Jun 13, 11:29 pm, PMario <[email protected]> wrote:
> Tested this one in firebug only.
> 
> http://pastebin.com/9XBk18NQ
> 
> -m


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/FWj5lPNYLtsJ.
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/tiddlywiki?hl=en.

Reply via email to