a related question... I have a comma separated list, how could I make the phrases be converted to wikilinks?
I was thinking of a macro which would take the list and output the links Alex On 28 November 2017 at 19:54, Rob Hoelz <[email protected]> wrote: > Ah, good trick - thanks! > > On Tuesday, November 28, 2017 at 12:41:51 PM UTC-6, Jed Carty wrote: >> >> If you are using a list widget than you just go like this: >> >> <$list filter=<<YourFilter>>> >> <<currentTiddler>>, >> </$list> >> >> to prevent a trailing comma on the last item you can do this: >> >> <$list filter='[tag[HelloThere]]+[butlast[]]'> >> <<currentTiddler>>, >> </$list> >> <$list filter='[tag[HelloThere]]+[last[]]'> >> <<currentTiddler>> >> </$list> >> >> -- > 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 post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/tiddlywiki. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/tiddlywiki/d9c68edf-14ff-48e9-a649-9cd43f294810%40googlegroups.com > <https://groups.google.com/d/msgid/tiddlywiki/d9c68edf-14ff-48e9-a649-9cd43f294810%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/CALc1hYdHjFzM%2BwWkH16TACjzc-GZ_xNdnpViNvcxWJQw-o%2BGww%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

