I also don't know how best to post my code here. First time I've used Google Groups to ask about code.
On Friday, December 7, 2018 at 4:24:40 PM UTC-7, Tiddly Novice wrote: > > Hello, > I'm new to TiddlyWiki and I need some help. A lot of help, in fact. But > for clarity, I'll try to keep it to one problem per post unless told to do > otherwise. > > Problem #1: > > Background: I'm trying to create a button that can be used to assign a > color to a known field of a tiddler. The button should end up being colored > like the last button visible in the color palette macro once the color has > been picked. > > Problem: I can't figure out how to get the button used to open the popup > to get changed to the color chosen in the palette. > > Code so far: > >> <$button popup=<<qualify "colorcal_">>>Pop me up!</$button> >> >> >>> <$reveal type="popup" state=<<qualify "colorcal_">>> >> >> <div class="tc-popup-keep"> >> >> >>> ! This is the popup >> >> Colour: <$edit-text tiddler='$:/_MyColour' tag='input' >>> placeholder='(unset)' default=''/> >> >> >>> --- >> >> >>> <$macrocall $name='colour-picker' actions=" >> >> >>> <$action-setfield $field=<<qualify colorfield1_>> >>> $tiddler=<<currentTiddler>> $value=<<colour-picker-value>>/> >> >> >>> "/> >> >> >>> </div> >> >> </$reveal> >> >> -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/0281d58c-eb29-4df8-bf01-d195613195ad%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

