Mohammad, The only punctuation I'm aware of which can enclose spaces in tiddler titles are the open and close double square braces. As you've seen in your experment, quotation marks do not serve that purpose. So my answer of "yes it works with spaces" is more accurate as "yes, as long as the proper punctuation is used"
On Sat, Jan 5, 2019 at 2:52 AM Mohammad <[email protected]> wrote: > Hello Brian, > Have a look at the below code > > <$set name="v" value="""a b "this is a test" [[title with space]] """> > <$list filter="[enlist<v>]" > > <<currentTiddler>><br> > </$list> > </$set> > > If you test this on tiddlywiki.com, it will result in: > > > a > b > "this > is > test" > title with space > > Which seems to be incorrect! > > The correct result is: > > a > b > this is test > title with space > > What goes wrong here? > > -- Mohammad > > -- > 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 post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/tiddlywiki. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywiki/f0217ea8-37a1-4581-8615-3654c825b548%40googlegroups.com > <https://groups.google.com/d/msgid/tiddlywiki/f0217ea8-37a1-4581-8615-3654c825b548%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/CAO5X8CxN%2BWRtyix%3D_nCs9SmtFiNSU_Kwtg_qAZeviOT_Fumobg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

