mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-30 13:29:56 +00:00
Create remove.tid
This commit is contained in:
parent
91c87ec2ac
commit
12431a9fbc
19
editions/tw5.com/tiddlers/filters/remove.tid
Normal file
19
editions/tw5.com/tiddlers/filters/remove.tid
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
caption: remove
|
||||||
|
created: 20151017144531676
|
||||||
|
creator: matabele
|
||||||
|
modified: 20151108052035773
|
||||||
|
modifier: matabele
|
||||||
|
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-suffix: an integer N, defaulting to all
|
||||||
|
revision: 0
|
||||||
|
tags: [[Filter Operators]] [[Order Operators]] [[Listops Operators]]
|
||||||
|
title: remove Operator
|
||||||
|
type: text/vnd.tiddlywiki
|
||||||
|
|
||||||
|
<<.operator-examples "remove">>
|
Loading…
Reference in New Issue
Block a user