\define date-str(date) <$list filter="[[$date$]splitbefore[-]]" variable=x > <$list filter="[[$date$]removeprefix<x>splitbefore[-]removesuffix[-]]" variable=m>
<$list filter="[[data-months]getindex<m>]" variable="mname"> <$list filter="[[$date$]splitbefore[-]removesuffix[-]]" variable=y > <$list filter="[[$date$]removeprefix<x>removeprefix<m>removeprefix[-]]" variable=d > <<mname>> <<d>>, <<y>> </$list> </$list> </$list> </$list> </$list> \end The problem was this line: <$list filter="[[data-months]getindex<m>]" /> If you don't specify a template or a variable name, TW uses a default template which makes the output of a list widget a series of links. HTH -- Mark On Friday, February 1, 2019 at 4:12:42 PM UTC-8, Damon Pritchett wrote: > > Mark, > > The problem is nor d and y, it’s m. Even before I made my changes the > month was not text. > > Damon -- 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/f0cfa973-56ba-4f46-bad0-aab7e7072e5d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

