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/e0976b71-931c-4cb7-b470-18da713c95d4o%40googlegroups.com.

Reply via email to