Thanks Eric. I've been struggling to find an easy way to do this for a long time.
On Wednesday, October 21, 2020 at 11:03:01 AM UTC-4 Eric Shulman wrote: > On Wednesday, October 21, 2020 at 7:39:14 AM UTC-7, Donald Lund wrote: >> >> How can I define a class that would use half-line paragraph spacing? I >> would only want to use it in special cases, not everywhere. Example use >> case, between footnotes, where I'd like a more compact look. >> > > Try this: > First, create a tiddler, e.g., "SpacerMacro", tagged with $:/tags/Macro, > containing > \define spacer() <div style="height:0.5em;"></div> > > Then, in any tiddler content, use it like this: > content1 goes here > <<spacer>> > content2 goes here > <<spacer>> > content3 goes here > > enjoy, > -e > > > >> Thanks >> > -- 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/53c5df78-d1d0-4db8-8702-feec536993ban%40googlegroups.com.

