mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-02 16:16:18 +00:00
15 lines
348 B
Plaintext
15 lines
348 B
Plaintext
|
created: 20160418154853776
|
||
|
modified: 20160418155450547
|
||
|
tags:
|
||
|
title: colour-picker Macro (Example 1)
|
||
|
type: text/vnd.tiddlywiki
|
||
|
|
||
|
Colour: <$edit-text tiddler='$:/_MyColour' tag='input' placeholder='(unset)' default=''/>
|
||
|
|
||
|
---
|
||
|
|
||
|
<$macrocall $name='colour-picker' actions="
|
||
|
|
||
|
<$action-setfield $tiddler='$:/_MyColour' $value=<<colour-picker-value>>/>
|
||
|
|
||
|
"/>
|