mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-03 06:49:58 +00:00
remove parameters from detail search text input on init, to make sure there is a tiddler list
This commit is contained in:
parent
7193d21fdf
commit
d49a23a216
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user