Yakov
Strange indeed as I've been using this syntax for some years since TWC
2.6.1 or so.
Moreover I have a good reason to use this syntax: I crafted a simple
example for the demo, but most of the time the fet is in a function and I
pass multiple tags as parameters. This is based on the example
Hello ocalTW,
you are welcome; there's a mystake in your syntax:
Hello Yakov
>
> Latest TWC version 2.8.1
> Here are 2 sample very simplecases:
> 1 - Does not work: no output
> < 'tiddler.title+" "' end '""'>>
>
> this should be
<>
(note that systemConfig is surrounded by quotes, but not by squ
Hello Yakov
Latest TWC version 2.8.1
Here are 2 sample very simplecases:
1 - Does not work: no output
<>
2 - Works
<>
I have since replaced all "tiddler.tags.contains" by
"tiddler.tags.containsAny" in all my Tiddlywikis.
No other issues found ever since. So thanks once again.
Regards
On Tuesd
Hello ocalTW,
could you specify the whole syntax that you used? And, more importantly,
the version of TW.
The thing is, indexOf, contains, containsAny, containsAll methods of
Array.prototype were introduced to the TW core in the version 2.4.2, so I
removed them from the plugin (the required Co