On Wed, Jul 31, 2013 at 6:50 PM, PMario <[email protected]> wrote: > Hi Toden, > > The behaviour you explain is a bit weired but can be explaned. > > [[StyleSheetTest]] contains > /* some comment */ > > StyleSheet contains: > > /*** > [[StyleSheetTest]] > div.tiddler {background-color: gold;} > ***/ > > --------------- > > The tiddlywiki core does include the StyleSheetTest tiddler into the > StyleSheet tiddler, prior to activating it. > > So for the core it looks like this: > > /*** > /* some comment */ > div.tiddler {background-color: gold;} > ***/ > > Now you have a problem. > > /*** > /* some comment */ <-- this closes the comment now > div.tiddler {background-color: gold;} <- this is valid CSS now, since it is > outside the comment > ***/ <- this one is an error now > > have fun! > mario > > > -- > 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/groups/opt_out. >
I think the better solution would be instead of commenting out an 'included' tiddler to change the name in the link to a non-existing one like [[StyleSheetTest EXCLUDED]] --Leo-- -- 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/groups/opt_out.

