That seems to work for standard tags. Unfortunately I have tags
beginning with "=" and other punctuation characters.
I don't see why that'd make any difference. In fact, I've just tested
this, and it seems to work fine:
<<reTag qux =foo @bar %baz>>
eg; <<reTag ".task" "=comms =place =ping">>
Your quotes are off; each tag should be a separate parameter:
<<reTag ".task" "=comms" "=place" "=ping">>
or simply
<<reTag ".task" =comms =place =ping>>
-- F.
--
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.