Sorry,
something's missing. Here again.

<<forEachTiddler
 where
 'tiddler.tags.containsAll(["Project","Active"])&& !
tiddler.tags.contains("Complete")'
 sortBy
 'tiddler.title'
 ascending

 script
 '
 function getFirstLine(s) {
 var m = s.match(/\s*(.*)/);
 return m != null && m.length >= 1 ? m[1] : "";
 }
 '
 write
 '"*[["+tiddler.title+"]]  &rarr; / "+getFirstLine(tiddler.text)
+"\n"'
>>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "GTD 
TiddlyWiki" 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/GTD-TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to