On Sunday, November 15, 2020 at 2:24:59 AM UTC-8 [email protected] wrote:

> Hello, I would like to slightly increase the empty space between bullet 
> points generated by:
> <<list-links "[tag[tagName]]">>
>

To implement your own customized version of the <<list-links>> macro, use 
the <$list> widget, like this:

<$list filter="[tag[tagName]]">
   <$link />
   <div style="height:0.5em;"></div>
</$list> 

Notes:
* The filter syntax is the same as used in the macro
* Within the $list widget, the matching tiddler title is available as 
<<currentTiddler>>
* $link widget with no params defaults to creating a link to the 
<<currentTiddler>>
* The <div style="..."></div> is standard HTML and CSS syntax for creating 
a blank spacer line of the specified height

-e

-- 
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/958d1bd7-aa6c-4a74-bb88-1cb62563d785n%40googlegroups.com.

Reply via email to