kopia lustrzana https://github.com/miklobit/TiddlyWiki5
16 wiersze
651 B
Plaintext
16 wiersze
651 B
Plaintext
title: $:/core/ui/EditorToolbar/editor-height
|
|
tags: $:/tags/EditorToolbar
|
|
icon: $:/core/images/fixed-height
|
|
custom-icon: yes
|
|
caption: {{$:/language/Buttons/EditorHeight/Caption}}
|
|
description: {{$:/language/Buttons/EditorHeight/Hint}}
|
|
condition: [<targetTiddler>type[]] [<targetTiddler>get[type]prefix[text/]] +[first[]]
|
|
dropdown: $:/core/ui/EditorToolbar/editor-height-dropdown
|
|
|
|
<$reveal tag="span" state="$:/config/TextEditor/EditorHeight/Mode" type="match" text="fixed">
|
|
{{$:/core/images/fixed-height}}
|
|
</$reveal>
|
|
<$reveal tag="span" state="$:/config/TextEditor/EditorHeight/Mode" type="match" text="auto">
|
|
{{$:/core/images/auto-height}}
|
|
</$reveal>
|