Simplest bullet list macro

Just a small one:

The list-links macro is a shortcut to easily give you a neat bullet list of a filtered set of titles. But I always get confused with the name of this macro - was it list-links or link-list? And in 80% of the cases when I use it, I’ve found the filter to simply be [tag[...]] i.e I just want the tiddlers tagged with a single specific tag.

So, I created this small macro

\define *(tag) <<list-links """[tag[$tag$]]""">>

which is called like so

<<* MyTag>>

Again, no biggie but still.

2 Likes

Apt.   

:clap: