Hi Stefi,
Install plugin
http://tiddlywiki.abego-software.de/#ForEachTiddlerPlugin
New Tiddler (I called it ProjectsOutcome – it should list all my
active projects with the outcome)
Thats the script:
<<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+"]] → / "+getFirstLine(tiddler.text)
+"\n"'
>>
This should list all your active projects with the first lines of the
notes.
btw, I use MonkeyGTD 3.0 alpha r823143
Hope this helps.
Manfred
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---