RA
unread,Jul 8, 2009, 3:10:39 PM7/8/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
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>