mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
17 lines
293 B
Plaintext
17 lines
293 B
Plaintext
|
title: $:/core/ui/EditorToolbar/paint-dropdown
|
||
|
|
||
|
''{{$:/language/Buttons/Paint/Hint}}''
|
||
|
|
||
|
<$macrocall $name="colour-picker" actions="""
|
||
|
|
||
|
<$action-setfield
|
||
|
$tiddler="$:/config/BitmapEditor/Colour"
|
||
|
$value=<<colour-picker-value>>
|
||
|
/>
|
||
|
|
||
|
<$action-deletetiddler
|
||
|
$tiddler=<<dropdown-state>>
|
||
|
/>
|
||
|
|
||
|
"""/>
|