This is a bug! and I think it has been already raised!

In $:/core/macros/list
In list-links-draggable macro

Change
<$link to={{!!title}}>
<$transclude field="caption" >
<$view field="title"/>
</$transclude>
</$link>

to
<$link to={{!!title}}>
<$transclude field={{{
[<currentTiddler>has[caption]then[caption]else[title]] }}} >
<$view field="title"/>
</$transclude>
</$link>



Best wishes
Mohammad


On Fri, May 28, 2021 at 12:52 AM 'c pa' via TiddlyWiki <
[email protected]> wrote:

>
> I notice that the updated list-links-draggable macro shows a blank entry
> in the case where the tiddler referred to has a caption field but the field
> is empty.
>
> title: test
> text: <$macrocall $name=list-links-draggable tiddler=<<currentTiddler>>
> field="flow-list">>
> flow-list: this that the other
>
> title: that
> caption:
>
> Displays:
> ============
> * this
> *                                   <-- entry for that is blank
> * the
> * other
>
> --
> 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/94259f06-7d66-40ed-a9fe-439e16ad341bn%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/94259f06-7d66-40ed-a9fe-439e16ad341bn%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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/CAAV1gMAftxrXxBvXwxmzR0P3J9SxHi5SvScpwr4GHz0so1wENw%40mail.gmail.com.

Reply via email to