How can I insert a small color picker into a tiddler and have it output to R,G,B format. The standard color picker has way too much associated with it (Doc link). eg:
All I really want is the button at the bottom, next to the text box.Also, I'm needing a way to save it to a field in this format:198,3,7i.e. RGB in decimal
<$edit-text tiddler="$:/config/ColourPicker/New" type="color" tag="input"/>
<$edit-text tiddler="$:/config/ColourPicker/New" type="color" tag="input"/>
<$edit-text tiddler="$:/_opTaskStore" type="color" tag="input" field="backcolor"/>
rgba(252,248,61,1)
<<coloraction #ff0000 addalpha 1>>
<<coloraction #ff0000 alpha:0.999>>
All the best,
Thomas