1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Docs: improve description of remove operator (#2735)

see https://github.com/Jermolene/TiddlyWiki5/issues/2731#issuecomment-275200159
This commit is contained in:
Tobias Beer 2017-02-27 17:40:48 +01:00 committed by Jeremy Ruston
parent 35b327e336
commit 6343c39bd6

View File

@ -1,13 +1,13 @@
caption: remove
created: 20151017144531676
modified: 20151108052035773
modified: 20170125200005000
op-input: a list of items
op-neg-output: items removed from current list that appear at the tail of the operand array
op-output: items removed from current list that appear at the head of the operand array
op-parameter: an array of items to remove
op-parameter-name: array
op-prefix: causes N items from the end of the array to be removed
op-purpose: remove a range of items in an array from the current list
op-purpose: remove a list of titles specified in the operand from the input
op-suffix: an integer N, defaulting to all
tags: [[Filter Operators]] [[Order Operators]] [[Listops Operators]]
title: remove Operator