From 8145caa10428bd6e23d7abb389d7845731133ebb Mon Sep 17 00:00:00 2001 From: TonyM <31584658+AnthonyMuscio@users.noreply.github.com> Date: Wed, 15 Jan 2020 02:55:53 +1000 Subject: [PATCH] Add a new example that shows using all before to determine the nummeric position of a title in a list. (#4412) See discussion https://groups.google.com/forum/?hl=en#!topic/tiddlywiki/wY6haW2cYMA --- editions/tw5.com/tiddlers/filters/examples/allbefore.tid | 1 + 1 file changed, 1 insertion(+) diff --git a/editions/tw5.com/tiddlers/filters/examples/allbefore.tid b/editions/tw5.com/tiddlers/filters/examples/allbefore.tid index 01313dbec..92fc9f914 100644 --- a/editions/tw5.com/tiddlers/filters/examples/allbefore.tid +++ b/editions/tw5.com/tiddlers/filters/examples/allbefore.tid @@ -8,3 +8,4 @@ type: text/vnd.tiddlywiki <<.operator-example 1 "[list[Days of the Week]allbefore[Wednesday]]">> <<.operator-example 2 "[list[Days of the Week]allbefore:include[Wednesday]]">> +<<.operator-example 3 "A B C D E +[allbefore:include[C]count[]]">>