1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 02:19:55 +00:00

Move tw5.com docs tiddlers to the correct folders

This commit is contained in:
jeremy@jermolene.com 2020-10-04 17:36:08 +01:00
parent 9716c32695
commit 0027b990e4
7 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
created: 20201004154413968
modified: 20201004154413968
tags: [[Operator Examples]] [[reduce Operator]]
title: reduce Operator (Examples)
type: text/vnd.tiddlywiki
\define add-numbers() [get[text]length[]compare:integer:gteq[1000]]
\define display-variable(name)
''<$text text=<<__name__>>/>'': <code><$text text={{{ [<__name__>getvariable[]] }}}/></code>
\end
These examples use the following predefined variables:
* <<display-variable add-numbers>>
<<.operator-example 1 "[tag[HelloThere]filter<larger-than-1k>]">>