mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-08 19:09:57 +00:00
a375d2d9b6
For example, the previous title for the tiddler containing the editor types tab of control panel was “$:/core/ui/ControlPanel/Advanced/EditorTypes”. We’re now removing the “Advanced” portion, so that we don’t have to rename tiddlers like this if we move them around between tabs
22 lines
604 B
Plaintext
22 lines
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>
|
|
|