mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-08 23:03:50 +00:00
Refactor TwentyTwenties editor
This commit is contained in:
parent
69363bf7ef
commit
2edcf0f46b
@ -1,14 +1,17 @@
|
|||||||
title: $:/palette-editors/TwentyTwenties
|
title: $:/palette-editors/TwentyTwenties
|
||||||
|
|
||||||
paper: <$edit-text tiddler={{$:/palette}} index="base-paper" type="color" tag="input" inputActions=<<actions-recompile-current-palette>>/>
|
\procedure entry(name,description)
|
||||||
|
<$text text=<<description>>/>: <$edit-text tiddler={{$:/palette}} index=<<name>> type="color" tag="input" default={{{ [function[colour],<name>] }}} inputActions=<<actions-recompile-current-palette>>/>
|
||||||
|
\end entry
|
||||||
|
|
||||||
background: <$edit-text tiddler={{$:/palette}} index="base-background" type="color" tag="input" inputActions=<<actions-recompile-current-palette>>/>
|
<<entry name:"base-paper" description:"Paper">>
|
||||||
|
|
||||||
ink: <$edit-text tiddler={{$:/palette}} index="base-ink" type="color" tag="input" inputActions=<<actions-recompile-current-palette>>/>
|
<<entry name:"base-background" description:"Page background">>
|
||||||
|
|
||||||
primary: <$edit-text tiddler={{$:/palette}} index="base-primary" type="color" tag="input" inputActions=<<actions-recompile-current-palette>>/>
|
<<entry name:"base-ink" description:"Ink">>
|
||||||
|
|
||||||
secondary: <$edit-text tiddler={{$:/palette}} index="base-secondary" type="color" tag="input" inputActions=<<actions-recompile-current-palette>>/>
|
<<entry name:"base-primary" description:"Primary">>
|
||||||
|
|
||||||
tertiary: <$edit-text tiddler={{$:/palette}} index="base-tertiary" type="color" tag="input" inputActions=<<actions-recompile-current-palette>>/>
|
<<entry name:"base-secondary" description:"Secondary">>
|
||||||
|
|
||||||
|
<<entry name:"base-tertiary" description:"Tertiary">>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user