mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-07 02:26:19 +00:00
9e8d05f699
To ensure that custom filter operators cannot clash with future core operators.
16 lines
284 B
Plaintext
16 lines
284 B
Plaintext
title: CustomOperators/Simple
|
|
description: Simple custom operator usage
|
|
type: text/vnd.tiddlywiki-multiple
|
|
tags: [[$:/tags/wiki-test-spec]]
|
|
|
|
title: Output
|
|
|
|
\function .multiplybytwo()
|
|
[multiply[2]]
|
|
\end
|
|
|
|
<$text text={{{ [[123].multiplybytwo[]] }}}/>
|
|
+
|
|
title: ExpectedResult
|
|
|
|
<p>246</p> |