From 149d6c2d7374144b300b5927a067281eff88fa48 Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Sat, 5 Nov 2022 10:13:35 +0000 Subject: [PATCH] Docs: clarify function operator invocation See discussion at https://github.com/Jermolene/TiddlyWiki5/issues/6991#issuecomment-1301703599 --- editions/tw5.com/tiddlers/filters/function.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/filters/function.tid b/editions/tw5.com/tiddlers/filters/function.tid index e2e5facc2..4b2a27a22 100644 --- a/editions/tw5.com/tiddlers/filters/function.tid +++ b/editions/tw5.com/tiddlers/filters/function.tid @@ -10,7 +10,7 @@ tags: [[Filter Operators]] title: function Operator type: text/vnd.tiddlywiki -<<.from-version "5.3.0">> The <<.op function>> operator applies a named [[function|Functions]] to the input titles, and returns the results from the function. +<<.from-version "5.3.0">> The <<.op function>> operator applies a named [[function|Functions]] to the input titles, and returns the results from the function. The function is invoked once with all of the input titles (in contrast, the [[filter Operator]] invokes its function separately for each input title). The first parameter of the <<.op function>> operator specifies the name of the function to be called. Subsequent parameters are passed to the function.