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/aa96de9d-fd18-4211-9a2f-41df7c7c5d5d%40googlegroups.com.