From afa5156db972d2ded7fed8f2805b4cf0c77af272 Mon Sep 17 00:00:00 2001 From: David Johnston Date: Sun, 22 Sep 2013 10:09:22 +0100 Subject: [PATCH] Added Next and Previous to filters concept tiddler. --- editions/tw5.com/tiddlers/concepts/TiddlerFilters.tid | 2 ++ 1 file changed, 2 insertions(+) diff --git a/editions/tw5.com/tiddlers/concepts/TiddlerFilters.tid b/editions/tw5.com/tiddlers/concepts/TiddlerFilters.tid index 1e74fa99f..2976427f4 100644 --- a/editions/tw5.com/tiddlers/concepts/TiddlerFilters.tid +++ b/editions/tw5.com/tiddlers/concepts/TiddlerFilters.tid @@ -48,6 +48,8 @@ A filter string consists of one or more runs of filter operators that each look * ''links'': selects the outgoing links on the currently selected tiddlers * ''backlinks'': selects the tiddlers that link to the currently selected tiddlers * ''list'': selects the tiddlers listed in a specified [[TiddlerList|TiddlerLists]] +* ''next'': selects the next item in a TiddlerList after the current tiddler +* ''previous'': selects the previous item in a TiddlerList before the current tiddler * ''listed'': selects the TiddlerLists that include the current tiddler * ''each'': selects one tiddler for each discrete value of the specified field * ''eachday'': selects one tiddler for each discrete day in the specified date field