Jeff,

Notice in the demo that Jeremy has defined a macro called drop-actions() 
that specifically edits the contents of that list field. That macro is then 
called in the associated droppable widget. 

\define drop-actions()
<$action-listops $tiddler="Days of the Week" 
$subfilter="+[insertbefore:currentTiddler<*actionTiddler*>]"/>
\end

<$droppable actions=<<drop-actions>>>

There seems to be a special variable, *actionTiddler*, that corresponds to 
the list of tiddler titles being dropped. So yes, you do need to identify 
some container to hold the ordered list but that container can be a 
tiddler's text, a list field, or an index. (I can't think of any other 
out-of-the-box containers) You may perhaps be able to pass it to a button 
or other widget but that would need some testing to figure out how that 
works.

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/9b5e4a4b-d53a-4d73-9f8b-009968b5b755%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to