> When I use <span macro="checkbox |tag1"></span>, it too works this > time toggling tag1 for all tiddlers, > but I'm coming up with a "RangeError: Maximum call stack size > exceeded" on Safari and "InternalError: too much recursion" in Firefox > when I click on a WikiWord or reload the Tiddlywiki document I get a > Error in macro <<View>> [1]
As per the documentation in CheckboxPluginInfo: ...If you omit the tiddler title (and the | or : separator), the specified tag is assigned to the current tiddler... Thus, the correct syntax is: <span macro="checkbox tag1"></span> (i.e., omit the vertical bar) Although "|tag1" is invalid syntax, I will nonetheless look into it to catch the error and handle it better. enjoy, -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 -~----------~----~----~----~------~----~------~--~---

