remove parameters from detail search text input on init, to make sure there is a tiddler list

This commit is contained in:
pmario 2024-05-05 15:28:04 +02:00
parent 7193d21fdf
commit d49a23a216
1 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ tags: $:/tags/Global
<!-- Existing user modified "search text details" should be preserved. If empty use default formatted signature -->
<!-- Be aware that the "format" filter operator uses $var-name$ for compatibility reasons -->
<$action-setfield $tiddler=<<tf.dv-detailsSearch>>
text={{{ [<tf.dv-getDetailsSearchText>!is[blank]then<tf.dv-getDetailsSearchText>] :else[<varname>format:variable[$type$ $name$($params$)]] }}}
text={{{ [<tf.dv-getDetailsSearchText>!is[blank]then<tf.dv-getDetailsSearchText>] :else[<varname>format:variable[$type$ $name$]] }}}
/>
\end
@ -84,7 +84,7 @@ tags: $:/tags/Global
<!-- Existing user modified "search text details" should be preserved. If empty use default formatted signature -->
<!-- Be aware that the "format" filter operator uses $var-name$ for compatibility reasons -->
<$action-setfield $tiddler=<<tf.dv-detailsSearch>>
text={{{ [<varname>format:variable[$type$ $name$($params$)]] }}}
text={{{ [<varname>format:variable[$type$ $name$]] }}}
/>
\end