remove buttons from test tiddlers

This commit is contained in:
pmario 2024-04-18 09:24:40 +02:00
parent 7897e75a69
commit 3ea14a3a71
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
created: 20240415102801809
modified: 20240417081000709
modified: 20240418072358045
tags:
title: test-collatz
type: text/vnd.tiddlywiki
@ -8,9 +8,9 @@ type: text/vnd.tiddlywiki
<% if [<n>match[1]] %>
1
<% elseif [<n>remainder[2]match[1]] %>
<<n>> <$button></$button> <$transclude $variable="collatz" n = {{{ [<n>multiply[3]add[1]] }}}/>
<<n>> → <$transclude $variable="collatz" n = {{{ [<n>multiply[3]add[1]] }}}/>
<% else %>
<<n>> <$button></$button> <$transclude $variable="collatz" n = {{{ [<n>divide[2]] }}}/>
<<n>> → <$transclude $variable="collatz" n = {{{ [<n>divide[2]] }}}/>
<% endif %>
\end

View File

@ -1,5 +1,5 @@
created: 20240417070900019
modified: 20240417083823331
modified: 20240418072413015
tags:
title: test-new-set-get-macros
type: text/vnd.tiddlywiki