Can't seem to wrap my brain around the obvious:
<script>return store.getTaggedTiddlers("Completed").length.toString();
</script>
Works (found on TiddlyTools)
I would like to complicate it with
<script>return store.getTaggedTiddlers("Completed" && !
"Urgent").length.toString();
</script>
Not Working
I am sure the answer is at the tip of my brain. . .
I also tried
<script>return store.getTaggedTiddlers
("Completed","Urgent").length.toString();
</script>
and a few other variations using var and trying to subtract the two
I appreciate any guidance, (Converting my fET calls to JS)
Mike
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---