PMario,
Sorry, but my zzConfigOption with your code in place is doing something
wierd. When this tiddler matches
title=[G] GTD HF - Redmine in place
My opening screen contains a whole series of non-existent tiddlers broken
out at the spaces - "GTD" and "HF" and "Redmine" etc
I assume that my starting the tiddler title with the square brackets in that
TW is causing the problem? If this isn't an easy fix I can do some
search-and-replacing, but I've got a bunch of other functionality that's
keyed off that naming convention. . .
Thanks in advance.
Here's the code, only slightly adapted:
var tids1 = store.getMatchingTiddlers("#default","modified").reverse()
var tids2 = store.getMatchingTiddlers("#journal AND NOT
#archived","title").reverse()
var tids = []
tids = tids.concat(tids1,tids2);
tids = tids.map(function(elem){return elem.title})
config.shadowTiddlers["DefaultTiddlers"] = '[[' + tids.join(']] [[') + ']]';
--
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/-/tlhkFiGmZ6UJ.
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.