Jarard,
So something you can take from Marks point is you can make your own
template which handles this however you wish (within limits).
use the template=tiddler parameter on the list widget
For inspiration look at the one that is (most likey) used by
default $:/core/ui/ListItemTemplate
<div class="tc-menu-list-item">
<$link to={{!!title}}>
<$view field="title"/>
</$link>
</div>
and make your own.
Also,
How were you inserting your special characters?
Did you try the html method described
here https://tiddlywiki.com/#decodehtml%20Operator
Regards
Tony
On Friday, February 14, 2020 at 7:22:39 AM UTC+11, Jared Lettau wrote:
>
> Hi all,
>
> When spaces or single return char separate <$list...> from </$list>, no
> results or emptyMessage are returned. The widget documentation
> <https://tiddlywiki.com/#ListWidget:ListWidget> doesn't indicate that
> this is expected behavior. Bug?
>
>
> See for examples: http://test7982374.tiddlyspot.com/#:[[List%20Bug%3F]]
>
>
> Example tiddler output: (in case the link ever dies)
>
> List Bug?
> <http://test7982374.tiddlyspot.com/#> 13th February 2020 at 12:12pm
>
> 1. No whitespace:
>
> <$list filter="[title[foo]]"></$list>
>
> foo <http://test7982374.tiddlyspot.com/#foo>
>
> 2. Single space (U+0020 : SPACE [SP]):
>
> <$list filter="[title[foo]]"> </$list>
>
> 3. Two spaces (U+0020 : SPACE [SP]):
>
> <$list filter="[title[foo]]"> </$list>
>
> 4. Character return:
>
> <$list filter="[title[foo]]">
> </$list>
>
> 5. Double space (2 returns):
>
> <$list filter="[title[foo]]">
>
> </$list>
>
> foo <http://test7982374.tiddlyspot.com/#foo>
>
>
>
--
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/548062c0-5c49-4409-a229-82fcc00f8070%40googlegroups.com.