Not sure if this is 2.5.2 issue, but I used to see my ViewTemplate as
preformatted text, and now if I try to open it Firefox goes into an
infinite recursion, trying to render ViewTemplate within ViewTemplate,
until it times out with "Stop Script" dialog.
I have this in my ViewTemplate. Does this mean hideWhen/showWhen don't
work in 2.5.2?
<div macro="hideWhen tiddler.tags.containsAny
(['CSS','css','html','pre','systemConfig']) && !tiddler.text.match
('{{'+'{')"><!--▐▌(4)-->
<div class='viewer' macro='view text wikified'></div>
</div>
<div macro="showWhen tiddler.tags.containsAny
(['CSS','css','html','pre','systemConfig']) && !tiddler.text.match
('{{'+'{')"><!--▐▌(4)-->
<div class='viewer'><pre macro='view text'></pre></div>
</div>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---