1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 02:19:55 +00:00

One more fix

This commit is contained in:
Karl Knechtel 2015-10-03 08:43:55 -04:00
parent d806f1d0f1
commit 3ab7db1a59

View File

@ -16,7 +16,7 @@ Each function will be called with three arguments:
** //suffix//: (optional) a string containing an additional filter argument (typically a tiddler field name) following the filter name (separated by a colon in the filter syntax);
** //regexp//: (optional, deprecated) used instead of //operand// if the filter operand is a regexp.
* An object, conventionally called `options`, with the following keys:
** //wiki//: The $tw.Wiki object;
** //wiki//: The `$tw.Wiki` object;
** //widget//: (optional) a widget node.
The function should return either a new [[tiddler iterator|Tiddler Iterators]], or else an array of tiddler titles (as strings). The underlying filter mechanism will convert back and forth between iterators and arrays as needed.