mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Two missing whitespace trims for PageControls (#4296)
* add whitespace trim to help button * add whitespace trim to new markdown button * Update help.tid
This commit is contained in:
parent
8efd0ace34
commit
d8fd2f75d6
@ -3,7 +3,9 @@ tags: $:/tags/PageControls
|
||||
caption: {{$:/core/images/help}} {{$:/language/Buttons/Help/Caption}}
|
||||
description: {{$:/language/Buttons/Help/Hint}}
|
||||
|
||||
\whitespace trim
|
||||
\define help-inner()
|
||||
\whitespace trim
|
||||
<$reveal type="match" state="$:/config/ShowHelp" text="yes">
|
||||
<$button set="$:/config/ShowHelp" setTo="no" tooltip={{$:/language/Buttons/Help/Hint}} aria-label={{$:/language/Buttons/Help/Caption}} class="""$(tv-config-toolbar-class)$ tc-selected""">
|
||||
<$list filter="[<tv-config-toolbar-icons>prefix[yes]]">
|
||||
|
@ -4,6 +4,7 @@ caption: {{$:/plugins/tiddlywiki/markdown/images/new-markdown-button}} {{$:/lang
|
||||
description: {{$:/language/Buttons/NewMarkdown/Hint}}
|
||||
list-after: $:/core/ui/Buttons/new-tiddler
|
||||
|
||||
\whitespace trim
|
||||
<$button tooltip={{$:/language/Buttons/NewMarkdown/Hint}} aria-label={{$:/language/Buttons/NewMarkdown/Caption}} class=<<tv-config-toolbar-class>>>
|
||||
<$action-sendmessage $message="tm-new-tiddler" type="text/x-markdown"/>
|
||||
<$list filter="[<tv-config-toolbar-icons>prefix[yes]]">
|
||||
|
Loading…
Reference in New Issue
Block a user