> <<matchTags {{"<<tiddler CheckboxToggleTag with: Done ToDo %0\>\> %0"}} "\n"
> task {{tiddler.title}}>>
>
> I get the error:
>
> looking for 'task Phone call to MichaelVincent (27-Jul-09)'
> using expression: '/\~task Phone call to MichaelVincent
> \~/.test(tiddlertags) ( /\~27-Jul-09\~/.test(tiddlertags) ) '
> TypeError: /\~task Phone call to MichaelVincent \~/.test(tiddlertags) is not
> a function
>
> The actual name of the tiddler in this case is [[Phone call to
> MichaelVincent (27-Jul-09)]]
Parentheses have special meaning in boolean expressions, and cannot be
used within tag values passed to MatchTagsPlugin
In addition, the <<matchTags>> syntax needs a properly formed
expression that includes an operator.
task {{tiddler.title}}
should be
task AND {{tiddler.title}}
Unfortunately, this still doesn't permit use of tags containing
parentheses. Sorry.
-e
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---