I've noticed that the following set of check boxes sets 4 different tags on 
a tiddler

<$checkbox tag="tag">tag</$checkbox>
<$checkbox tag=" tag "> tag </$checkbox>
<$checkbox tag="tag "> tag </$checkbox>
<$checkbox tag=" tag"> tag </$checkbox>

Also that this set sets four different tags
<$checkbox tag=" "> </$checkbox>
<$checkbox tag="  ">  </$checkbox>
<$checkbox tag="   ">   </$checkbox>
<$checkbox tag="    ">    </$checkbox>

And this checkbox can be set and unset
<$checkbox tag="">blank</$checkbox>
But if I set or unset any other checkbox it unsets the blank one

Is there a reason for this? and if not can we make it so tags are trimmed 
before they are created?

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to