1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-02 18:23:28 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/filters/examples/sortsub Operator (Examples).tid
2020-04-25 11:26:19 +01:00

32 lines
1.1 KiB
Plaintext

created: 20200425110427700
modified: 20200425110427700
tags: [[sortsub Operator]] [[Operator Examples]]
title: sortsub Operator (Examples)
type: text/vnd.tiddlywiki
\define show-variable(name)
<li>''$name$'': <code><$text text=<<$name$>>/></code></li>
\end
<$vars
compare-by-title-length="[length[]]"
compare-by-text-length="[get[text]else[]length[]]"
compare-by-newest-of-modified-and-created-dates="[get[modified]else[19700101]]"
>
These examples make use of the following variables:
<ul>
<<show-variable compare-by-title-length>>
<<show-variable compare-by-text-length>>
<<show-variable compare-by-newest-of-modified-and-created-dates>>
</ul>
<<.operator-example 1 "[sortsub:number<compare-by-title-length>limit[10]]">>
<<.operator-example 2 "[!sortsub:number<compare-by-title-length>limit[10]]">>
<<.operator-example 3 "[sortsub:number<compare-by-text-length>limit[10]]">>
<<.operator-example 4 "[!sortsub:number<compare-by-text-length>limit[10]]">>
<<.operator-example 5 "[tag[Field Operators]sortsub:date<compare-by-newest-of-modified-and-created-dates>]">>
</$vars>