mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 12:07:19 +00:00
Typos in nsortcs and sortcs docs
This commit is contained in:
parent
6e2bfc8c77
commit
bef333e52b
@ -1,15 +1,15 @@
|
|||||||
|
caption: nsortcs
|
||||||
created: 20140410103123179
|
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]]
|
tags: [[Filter Operators]] [[Field Operators]] [[Order Operators]] [[Negatable Operators]]
|
||||||
title: nsortcs Operator
|
title: nsortcs Operator
|
||||||
type: text/vnd.tiddlywiki
|
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>>.
|
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>>.
|
||||||
|
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
|
caption: sortcs
|
||||||
created: 20140410103123179
|
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]]
|
tags: [[Filter Operators]] [[Field Operators]] [[Order Operators]] [[Negatable Operators]]
|
||||||
title: sortcs Operator
|
title: sortcs Operator
|
||||||
type: text/vnd.tiddlywiki
|
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>>.
|
Capital and lowercase letters are treated as different. Compare <<.olink sort>>.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user