2016-04-22 07:36:29 +00:00
|
|
|
title: $:/core/ui/EditorToolbar/preview
|
|
|
|
tags: $:/tags/EditorToolbar
|
|
|
|
icon: $:/core/images/preview-open
|
|
|
|
custom-icon: yes
|
|
|
|
caption: {{$:/language/Buttons/Preview/Caption}}
|
|
|
|
description: {{$:/language/Buttons/Preview/Hint}}
|
|
|
|
condition: [<targetTiddler>]
|
2016-04-29 16:18:58 +00:00
|
|
|
button-classes: tc-text-editor-toolbar-item-start-group
|
2016-04-22 07:36:29 +00:00
|
|
|
shortcuts: ((preview))
|
|
|
|
|
|
|
|
<$reveal state="$:/state/showeditpreview" type="match" text="yes" tag="span">
|
|
|
|
{{$:/core/images/preview-open}}
|
|
|
|
<$action-setfield $tiddler="$:/state/showeditpreview" $value="no"/>
|
|
|
|
</$reveal>
|
|
|
|
<$reveal state="$:/state/showeditpreview" type="nomatch" text="yes" tag="span">
|
|
|
|
{{$:/core/images/preview-closed}}
|
|
|
|
<$action-setfield $tiddler="$:/state/showeditpreview" $value="yes"/>
|
|
|
|
</$reveal>
|