mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-25 01:20:30 +00:00
Improve the docs for the sortan operator (#6495)
This commit is contained in:
parent
864b5ec05d
commit
71df5162ba
@ -1,6 +1,11 @@
|
|||||||
created: 20180222072026299
|
created: 20180222072026299
|
||||||
list: [[Apple 6]] [[Apple 7]] [[Apple 8]] [[Apple 9]] [[Apple 10]] [[Apple 20]] [[Apple 30]] [[Apple 100]]
|
list: [[Apple 6]] [[Apple 7]] [[Apple 8]] [[Apple 9]] [[Apple 10]] [[Apple 20]] [[Apple 30]] [[Apple 100]]
|
||||||
modified: 20211115005421558
|
modified: 20220227210835979
|
||||||
tags: Demonstrations
|
tags: Demonstrations
|
||||||
title: Apple
|
title: Apple
|
||||||
|
|
||||||
|
<<.this-is-operator-example>>
|
||||||
|
|
||||||
|
It has a <<.field list>> field containing the following items:
|
||||||
|
|
||||||
|
<<list-links "[list[]]">>
|
@ -1,11 +1,15 @@
|
|||||||
created: 20180222071947788
|
created: 20180222071947788
|
||||||
modified: 20180222072601161
|
modified: 20220227210921516
|
||||||
tags: [[sortan Operator]] [[Operator Examples]]
|
tags: [[sortan Operator]] [[Operator Examples]]
|
||||||
title: sortan Operator (Examples)
|
title: sortan Operator (Examples)
|
||||||
type: text/vnd.tiddlywiki
|
type: text/vnd.tiddlywiki
|
||||||
|
|
||||||
These examples make use of the [[Apple]] tiddler.
|
These examples make use of the [[Apple]] tiddler.
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
Try the following example with `sort` instead of `sortan`
|
||||||
|
|
||||||
<<.operator-example 1 "[list[Apple]sortan[]]">>
|
<<.operator-example 1 "[list[Apple]sortan[]]">>
|
||||||
<<.operator-example 2 "[list[Apple]!sortan[]]">>
|
<<.operator-example 2 "[list[Apple]!sortan[]]">>
|
||||||
<<.operator-example 3 "App-10-A App-9-B App-10-B App-9-A +[sortan[]]">>
|
<<.operator-example 3 "App-10-A App-9-B App-10-B App-9-A +[sortan[]]">>
|
||||||
|
Loading…
Reference in New Issue
Block a user