mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-02 14:29:55 +00:00
add variable signature tooltip to search-variables macro
This commit is contained in:
parent
81f109319e
commit
056a6daa58
@ -24,7 +24,7 @@ Variables/Clear/Exclude: Clear exlude
|
||||
Variables/Clear/Search: Clear search
|
||||
Variables/Exclude: Exclude:
|
||||
Variables/Exclude/Edit: Edit
|
||||
Variables/Function/Content: Function content
|
||||
Variables/Function/Content: Function definition
|
||||
Variables/Function/Definition: Function definition
|
||||
Variables/Exclude/Hide: Hide exclude input
|
||||
Variables/Exclude/Hint: Exclude Filter eg: [prefix[.]]
|
||||
|
@ -162,6 +162,7 @@ tags: $:/tags/Global
|
||||
+[count[]] }$`
|
||||
/> <<lingo Matches>></p>
|
||||
|
||||
<div class="tc-variables-results">
|
||||
<$list filter="[subfilter<tf.dv-filterString>]
|
||||
+[search::some<tf.dv-getSearchText>]
|
||||
+[filter<subfilter>]
|
||||
@ -175,7 +176,7 @@ tags: $:/tags/Global
|
||||
<% else %>
|
||||
{{$:/core/images/right-arrow}}
|
||||
<% endif %>
|
||||
<code class="tc-small-gap-right"><$text text=<<tf.dv-formattedVar>>/></code>
|
||||
<code title={{$:/language/Search/Variables/Signature}} class="tc-small-gap-right"><$text text=<<tf.dv-formattedVar>>/></code>
|
||||
</$button>
|
||||
<% if [<tf.dv-formattedVar>prefix[\function]] %>
|
||||
<!-- Be aware that the "format" filter operator uses $var-name$ for compatibility reasons -->
|
||||
@ -210,6 +211,7 @@ tags: $:/tags/Global
|
||||
<% endif %>
|
||||
</div>
|
||||
</$list>
|
||||
</div>
|
||||
\end
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user