mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
Added Next and Previous to filters concept tiddler.
This commit is contained in:
parent
8127662f77
commit
afa5156db9
@ -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
|
* ''links'': selects the outgoing links on the currently selected tiddlers
|
||||||
* ''backlinks'': selects the tiddlers that link to 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]]
|
* ''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
|
* ''listed'': selects the TiddlerLists that include the current tiddler
|
||||||
* ''each'': selects one tiddler for each discrete value of the specified field
|
* ''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
|
* ''eachday'': selects one tiddler for each discrete day in the specified date field
|
||||||
|
Loading…
Reference in New Issue
Block a user