For a link, I would like to use my own text. For example, if I were to use the [[Days of the Week]] as an example, and I were to use this filter:
<$list filter="[list[Days of the Week]before{!!title}]" variable="day">
<!-- How can I add [[]] around <<day>> to make that into a link? -->
<<day>>
<!-- Would like to add custom text to the link like this: -->
[[←|<<day>>]]
or
[[→|<<day>>]] <!-- When using after{!!title} -->
</$list>