mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-14 19:25:40 +00:00
18 lines
654 B
Plaintext
18 lines
654 B
Plaintext
|
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>]
|
||
|
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>
|