Is this a button you've added to your edit template? Because it works fine when used from a standard tiddler.
On Sunday, April 12, 2020 at 9:14:16 AM UTC-7, leeand00 wrote: > > This code works great for populating the caption, order and tooltip fields > at the click of a button; but I always end up with the draft title instead > of the title of the tiddler in the field I end up with the draft title; is > there anyway to fix that? > > <$button> > <$set name="cap_ord" value="4"> > <$action-listops $field="caption" $subfilter=<<cap_ord>> /> > <$action-listops $field="tooltip" $subfilter=<<currentTiddler>> /> > <$action-listops $field="order" $subfilter=<<cap_ord>> /> > </$set> > Populate 'fields' > </$button> > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/6decf227-06bf-422e-aae5-2b174f84429d%40googlegroups.com.

