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/99bf391d-7103-4f7c-8893-91e364b4fe08n%40googlegroups.com.

Reply via email to