I should add that the list is currently stored as a field, so my filter is 
more along the lines of
[all[current]get[fieldName]enlist-input:raw[]] [<addedTitle>]

I couldn't use the listops action widget subfilters because they 
automatically dedup so I need to use the full filter which doesn't fully 
dedup my list but, at least with this filter, still makes me lose entries.
On Wednesday, February 16, 2022 at 10:17:51 PM UTC [email protected] 
wrote:

> Ok, so I have the following list:
>
>     foo foo foo bar
>
> I then want to append 'foo' to the end of that list such that I wind up 
> with:
>
>     foo foo foo bar foo
>
> So I try the following filter:
>
>     [[foo foo foo bar]enlist-input:raw[]] [[foo]]
>
> That results in:
>
>     foo foo bar foo
>
> This is unexpected to me, which means that there is something I don't 
> understand.
>
> So I have two questions:
>
> 1. Why is the title not appended as I expected?
> 2. How can I get the result I want? To add complexity (cause why not?), 
> the list will be generated dynamically based on user input, titles will 
> only sometimes be of existing tiddlers, and the titles can have spaces xD.
>

-- 
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/fe3bd9b3-8911-4505-8859-389d8485fd1cn%40googlegroups.com.

Reply via email to