On Tuesday, August 4, 2020 at 7:35:15 PM UTC+2, Eric Shulman wrote: > > On Monday, August 3, 2020 at 6:12:04 PM UTC-7, TW Tones wrote: >> >> And when defining macros you can do something similar to Marks suggestion >> > > Rather than using > \define comment() your text here > > I like to use > \define --------------------() your text here > (all dashes IS a valid macro name!) > > It makes the comments much easier to spot. >
Hi, As Eric points out that "all dashes" is a valid macro name and I'd use this one. .. - It's easy to see - If the *number *of *dashes *is always* the same*, it only uses 1 global macro name - This is better for memory usage. (just a little, little bit ;) - There is only 1 macro which "pollutes" the macro namespace. Parsing those macros needs some time at the tiddler startup. ... So use them with care! just my thoughts 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/4042537c-55c3-4ed5-8803-5e6af66f2144o%40googlegroups.com.

