1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-05 18:26:56 +00:00

add missing language string and position filter button

This commit is contained in:
BurningTreeC 2024-10-11 16:59:58 +02:00
parent a9f9d0a45e
commit 666c485fe5
3 changed files with 9 additions and 7 deletions

View File

@ -187,6 +187,7 @@ Stamp/Caption/New: Add your own
Stamp/Hint: Insert a preconfigured snippet of text
Stamp/New/Title: Name as shown in menu
Stamp/New/Text: Text of snippet. (Remember to add a descriptive title in the caption field).
StoryFilter/Hint: Filter the story river
Strikethrough/Caption: strikethrough
Strikethrough/Hint: Apply strikethrough formatting to selection
Subscript/Caption: subscript

View File

@ -62,12 +62,7 @@ tags: $:/tags/SideBarSegment
</$keyboard>
</$keyboard>
</$keyboard>
<$reveal state=<<searchTiddler>> type="nomatch" text="">
<$button tooltip={{$:/language/Buttons/AdvancedSearch/Hint}} aria-label={{$:/language/Buttons/AdvancedSearch/Caption}} class="tc-btn-invisible">
<<advanced-search-actions>>
{{$:/core/images/advanced-search-button}}
</$button>
<$button tooltip="filter" class={{{ [{$:/state/story-river/filter}match[yes]then[tc-selected]] tc-btn-invisible +[join[ ]] }}}>
<$button tooltip={{$:/language/Buttons/StoryFilter/Hint}} class={{{ [{$:/state/story-river/filter}match[yes]then[tc-selected]] tc-filter-story-btn tc-btn-invisible +[join[ ]] }}}>
<%if [{$:/state/story-river/filter}!match[yes]] %>
<$action-setfield $tiddler="$:/state/story-river/filter" text="yes"/>
<% else %>
@ -75,6 +70,11 @@ tags: $:/tags/SideBarSegment
<% endif %>
{{$:/core/images/github}}
</$button>
<$reveal state=<<searchTiddler>> type="nomatch" text="">
<$button tooltip={{$:/language/Buttons/AdvancedSearch/Hint}} aria-label={{$:/language/Buttons/AdvancedSearch/Caption}} class="tc-btn-invisible">
<<advanced-search-actions>>
{{$:/core/images/advanced-search-button}}
</$button>
<$button class="tc-btn-invisible">
<<cancel-search-actions>><$action-sendmessage $message="tm-focus-selector" $param=".tc-search input"/>
{{$:/core/images/close-button}}

View File

@ -1275,7 +1275,8 @@ button.tc-btn-invisible.tc-remove-tag-button {
}
.tc-tiddler-controls button.tc-selected svg,
.tc-page-controls button.tc-selected svg {
.tc-page-controls button.tc-selected svg,
button.tc-filter-story-btn.tc-selected svg {
fill: <<colour tiddler-controls-foreground-selected>>;
}