diff --git a/editions/tw5.com/tiddlers/filters/nsortcs.tid b/editions/tw5.com/tiddlers/filters/nsortcs.tid index 8cf383b9d..c878db2a5 100644 --- a/editions/tw5.com/tiddlers/filters/nsortcs.tid +++ b/editions/tw5.com/tiddlers/filters/nsortcs.tid @@ -1,15 +1,15 @@ +caption: nsortcs created: 20140410103123179 -modified: 20150203190202000 +modified: 20150417125717078 +op-input: a [[selection of titles|Title Selection]] +op-neg-output: the input, likewise sorted into descending order +op-output: the input, sorted into ascending order by field <<.place F>>, treating field values as numbers +op-parameter: the name of a [[field|TiddlerFields]], defaulting to <<.field title>> +op-parameter-name: F +op-purpose: sort the input titles by number field, treating upper and lower case as different tags: [[Filter Operators]] [[Field Operators]] [[Order Operators]] [[Negatable Operators]] title: nsortcs Operator type: text/vnd.tiddlywiki -caption: nsortcs -op-purpose: sort the input titles by number field, ignoring case -op-input: a [[selection of titles|Title Selection]] -op-parameter: the name of a [[field|TiddlerFields]], defaulting to <<.field title>> -op-parameter-name: F -op-output: the input, sorted into ascending order by field <<.place F>>, treating field values as numbers -op-neg-output: the input, likewise sorted into descending order Non-numeric values are treated as having a higher value than any number, and capital and lowercase letters are treated as different. Compare <<.olink nsort>>. diff --git a/editions/tw5.com/tiddlers/filters/sortcs.tid b/editions/tw5.com/tiddlers/filters/sortcs.tid index f5c90a069..bcdff751a 100644 --- a/editions/tw5.com/tiddlers/filters/sortcs.tid +++ b/editions/tw5.com/tiddlers/filters/sortcs.tid @@ -1,15 +1,15 @@ +caption: sortcs created: 20140410103123179 -modified: 20150203191308000 +modified: 20150417125704503 +op-input: a [[selection of titles|Title Selection]] +op-neg-output: the input, likewise sorted into descending order +op-output: the input, sorted into ascending order by field <<.field F>>, treating field values as text +op-parameter: the name of a [[field|TiddlerFields]], defaulting to <<.field title>> +op-parameter-name: F +op-purpose: sort the input by text field, treating upper and lower case as different tags: [[Filter Operators]] [[Field Operators]] [[Order Operators]] [[Negatable Operators]] title: sortcs Operator type: text/vnd.tiddlywiki -caption: sortcs -op-purpose: sort the input by text field, ignoring case -op-input: a [[selection of titles|Title Selection]] -op-parameter: the name of a [[field|TiddlerFields]], defaulting to <<.field title>> -op-parameter-name: F -op-output: the input, sorted into ascending order by field <<.field F>>, treating field values as text -op-neg-output: the input, likewise sorted into descending order Capital and lowercase letters are treated as different. Compare <<.olink sort>>.