diff --git a/core/language/en-GB/Search.multids b/core/language/en-GB/Search.multids index 78a253820..01a3fcaa2 100644 --- a/core/language/en-GB/Search.multids +++ b/core/language/en-GB/Search.multids @@ -26,6 +26,8 @@ Variables/Exclude/Hint: Filter eg: [prefix[.]] Variables/Exclude/Save: Create / Save Exclude Filter Variables/Exclude/Show: Show exclude input Variables/Exclude/Description: EDIT ME - Description is shown in the dropdown +Variables/ExpandAll: Expand All: +Variables/FoldAll: Fold All: Variables/Filter: Filter: Variables/Filter/Hint: Text eg: .attr Variables/Hint: Filter global variables diff --git a/core/wiki/macros/dumpvariables.tid b/core/wiki/macros/dumpvariables.tid index 29b4a0633..d3184a427 100644 --- a/core/wiki/macros/dumpvariables.tid +++ b/core/wiki/macros/dumpvariables.tid @@ -52,6 +52,8 @@ tags: $:/tags/Global \end \procedure dv-clearStatesButton() +| +{{$:/language/Search/Variables/FoldAll}} <$button class="tc-btn-invisible tc-tiny-gap-left"> <$action-deletetiddler $filter="[prefix]"/> @@ -67,13 +69,15 @@ tags: $:/tags/Global \end \procedure dv-clearExcludeButton() -<$button class="tc-btn-invisible tc-tiny-gap-left"> +<$button class="tc-btn-invisible"> <$action-deletetiddler $tiddler=<>/> {{$:/core/images/close-button}} \end \procedure dv-expandAllStatesButton() +| +{{$:/language/Search/Variables/ExpandAll}} <$button class="tc-btn-invisible tc-tiny-gap-left"> <$action-setfield $tiddler=<> text={{{ [get[text]] +[toggle[yes],[no]] }}}/> @@ -160,6 +164,13 @@ tags: $:/tags/Global <% if [is[blank]] %> <> <% endif %> + +<% if [get[text]match[yes]] %> + <> +<% else %> + <> +<% endif %> +
<% if [!match[$:/AdvancedSearch]] %> <%if [!is[blank]] %>sort:<<_tf.dv-sort>><%endif%> @@ -167,11 +178,6 @@ tags: $:/tags/Global <% endif %> <$text text={{$:/language/Search/Variables/Filter}}/> <$edit-text tiddler=<> tag=input class="tc-tiny-gap-left" placeholder={{$:/language/Search/Variables/Filter/Hint}}/> <> - <% if [get[text]match[yes]] %> - <> - <% else %> - <> - <% endif %>
<$text text={{$:/language/Search/Variables/Exclude}}/> <$edit-text tiddler=<> tag=input class="tc-tiny-gap" placeholder={{$:/language/Search/Variables/Exclude/Hint}}/>