On Friday, January 14, 2022 at 4:35:41 PM UTC+1 Eric Shulman wrote:
...
> However, neither suggested core change would actually address Reinhard's
> stated use-case, which is:
> "...*to always display the title, rather than the caption."*
>
Uuups, I didn't read the whole thing ... my bad.
But still the workaround is simple. my-list-fix can be
I did name the macro: `my-list-links` so it doesn't overwrite the core
```
\define my-list-links(filter,type:"ul",subtype:"li",class:"",emptyMessage)
\whitespace trim
<$type$ class="$class$">
<$list filter="$filter$" emptyMessage=<<__emptyMessage__>>>
<$subtype$>
<$link to={{!!title}}>
<$view field="title"/>
</$link>
</$subtype$>
</$list>
</$type$>
\end
```
-m
--
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/5a1b0520-d8d9-4fcd-980e-571f6f5e6caen%40googlegroups.com.