kopia lustrzana https://github.com/miklobit/TiddlyWiki5
22 wiersze
604 B
Plaintext
22 wiersze
604 B
Plaintext
|
title: $:/core/ui/ControlPanel/Palette
|
||
|
tags: $:/tags/ControlPanel/Appearance
|
||
|
caption: {{$:/language/ControlPanel/Palette/Caption}}
|
||
|
|
||
|
\define lingo-base() $:/language/ControlPanel/Palette/
|
||
|
|
||
|
{{$:/snippets/paletteswitcher}}
|
||
|
|
||
|
<$reveal type="nomatch" state="$:/state/ShowPaletteEditor" text="yes">
|
||
|
|
||
|
<$button set="$:/state/ShowPaletteEditor" setTo="yes"><<lingo ShowEditor/Caption>></$button>
|
||
|
|
||
|
</$reveal>
|
||
|
|
||
|
<$reveal type="match" state="$:/state/ShowPaletteEditor" text="yes">
|
||
|
|
||
|
<$button set="$:/state/ShowPaletteEditor" setTo="no"><<lingo HideEditor/Caption>></$button>
|
||
|
{{$:/snippets/paletteeditor}}
|
||
|
|
||
|
</$reveal>
|
||
|
|