mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-03-13 10:11:36 -07:00
Move tw5.com docs tiddlers to the correct folders
This commit is contained in:
parent
9716c32695
commit
0027b990e4
7 changed files with 16 additions and 0 deletions
|
|
@ -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>]">>
|
||||
Loading…
Add table
Add a link
Reference in a new issue