mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-08 23:03:50 +00:00
add missing language string and position filter button
This commit is contained in:
parent
a9f9d0a45e
commit
666c485fe5
@ -187,6 +187,7 @@ Stamp/Caption/New: Add your own
|
|||||||
Stamp/Hint: Insert a preconfigured snippet of text
|
Stamp/Hint: Insert a preconfigured snippet of text
|
||||||
Stamp/New/Title: Name as shown in menu
|
Stamp/New/Title: Name as shown in menu
|
||||||
Stamp/New/Text: Text of snippet. (Remember to add a descriptive title in the caption field).
|
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/Caption: strikethrough
|
||||||
Strikethrough/Hint: Apply strikethrough formatting to selection
|
Strikethrough/Hint: Apply strikethrough formatting to selection
|
||||||
Subscript/Caption: subscript
|
Subscript/Caption: subscript
|
||||||
|
@ -62,12 +62,7 @@ tags: $:/tags/SideBarSegment
|
|||||||
</$keyboard>
|
</$keyboard>
|
||||||
</$keyboard>
|
</$keyboard>
|
||||||
</$keyboard>
|
</$keyboard>
|
||||||
<$reveal state=<<searchTiddler>> type="nomatch" text="">
|
<$button tooltip={{$:/language/Buttons/StoryFilter/Hint}} class={{{ [{$:/state/story-river/filter}match[yes]then[tc-selected]] tc-filter-story-btn tc-btn-invisible +[join[ ]] }}}>
|
||||||
<$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[ ]] }}}>
|
|
||||||
<%if [{$:/state/story-river/filter}!match[yes]] %>
|
<%if [{$:/state/story-river/filter}!match[yes]] %>
|
||||||
<$action-setfield $tiddler="$:/state/story-river/filter" text="yes"/>
|
<$action-setfield $tiddler="$:/state/story-river/filter" text="yes"/>
|
||||||
<% else %>
|
<% else %>
|
||||||
@ -75,6 +70,11 @@ tags: $:/tags/SideBarSegment
|
|||||||
<% endif %>
|
<% endif %>
|
||||||
{{$:/core/images/github}}
|
{{$:/core/images/github}}
|
||||||
</$button>
|
</$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">
|
<$button class="tc-btn-invisible">
|
||||||
<<cancel-search-actions>><$action-sendmessage $message="tm-focus-selector" $param=".tc-search input"/>
|
<<cancel-search-actions>><$action-sendmessage $message="tm-focus-selector" $param=".tc-search input"/>
|
||||||
{{$:/core/images/close-button}}
|
{{$:/core/images/close-button}}
|
||||||
|
@ -1275,7 +1275,8 @@ button.tc-btn-invisible.tc-remove-tag-button {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tc-tiddler-controls button.tc-selected svg,
|
.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>>;
|
fill: <<colour tiddler-controls-foreground-selected>>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user