mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
15 lines
366 B
Plaintext
15 lines
366 B
Plaintext
created: 20160418154853776
|
|
modified: 20211116034610950
|
|
tags: [[Macro Examples]]
|
|
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>>/>
|
|
|
|
"/> |