Hi Mat <$set name="A" filter="aaa [[bbb ccc]] ddd"> > > #<$set name="B" value=<<A>> ><<B>></$set> - > #<$set name="B" filter=<<A>> ><<B>></$set> - quotemarks not always > needed in filters? >
In your second example the value of the variable "A" is used as the value of the "filter" attribute; so the effect is the same as if you had written: filter="aaa [[bbb ccc]] ddd" > #<$set name="B" filter="<<A>>" ><<B>></$set> > #<$set name="B" filter="<A>" ><<B>></$set> - then why does the > initial setting of A work? > I'm not sure what you're expecting to happen here; you're assigning the string "<A>" to the "filter" attribute. > #<$set name="B" filter="[<A>]" ><<B>></$set> - bug? > Here you're passing the value of the variable "A" as the value of an item in the list you are creating in the filter. It's the workaround that one uses if one needs to put square brackets in a tiddler title in a filter. Best wishes Jeremy </$set> > > yields > >> >> 1. aaa bbb ccc <http://mhash.tiddlyspot.com/#bbb%20ccc> ddd - >> 2. aaa bbb ccc <http://mhash.tiddlyspot.com/#bbb%20ccc> ddd - >> quotemarks not always needed in filters? >> 3. aaa bbb ccc <http://mhash.tiddlyspot.com/#bbb%20ccc> ddd >> 4. - then why does the initial setting of A work? >> 5. aaa [[bbb ccc <http://mhash.tiddlyspot.com/#aaa%20%5B%5Bbbb%20ccc> >> ddd]] - bug? >> >> Note that the blue in #5 is one single link. > > If anyone would be kind to comment on my comments, I'd appreciate it. > > Thanks > > <:-) > -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" 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/tiddlywikidev. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywikidev/3f2e2542-b82d-4f7e-bec3-88e2a471e3a1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
