That worked, now all I have to do is figure out what I was doing wrong.
cmari wrote:
> One way to combine your snippets would be:
>
> <<forEachTiddler
> where
> 'tiddler.tags.contains("ActionItem") && ! tiddler.tags.contains
> ("Completed")'
> sortBy
> 'tiddler.title'
> script
> 'function writeActionItems(tiddler, index) {var result =""; if (index
> ==0)
> {
> result +="|!Completed?|!Number|!Description|\n";}
> result +="|[X("+tiddler.title+":Completed)]|"+tiddler.data
> ("aiTitle")+"|[["+tiddler.title+"]]|\n";
> return result;
> }'
> write
> 'writeActionItems(tiddler,index)'>>
>
> cmari
> >
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"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/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---