<<list-tagged-draggable tag:"Features">>
\define tgng()
<<list-links filter:"[all[current]tagging[]]">>
\end<$list filter="[all[current]tagging[]!tag[exclude]!tag[done]has[priority]sort[priority]limit[20]]">Dave,
to see how draggable list works! You an have a customized version or use the concept in your own macro!
\define mymegatext()
<$list filter="[!tag[exclude]!tag[done]tag[errands]sort[priority]limit[20]]"><$view field=title/>
</$list>
\end\define mybutton()<$wikify name=mytext text=<<mymegatext>>><$action-setfield$tiddler="myErrands" tags="hardcopies"text=<<list-links-draggable tiddler:"myErrands">>list=<<mytext>>/><$action-sendmessage $message="tm-notify" $param="ErrandsSetMsg"/></$wikify>
\end
<$button actions="<<mybutton>>">set Errands</$button>[[<$view field=title/>]]
[[<$view field=title/>\]\]
filter:"[all[current]tagging[]]" into a list field of that tiddler, or some other tiddler. This can only be done by an action, such as clicking a button.\define list-links-draggable(tiddler,field:"list",type:"ul",subtype:"li",class:"",itemTemplate)\define mymegatext()<ol><$list filter="[list[Errands List]]"><li>* <$view field=title/></li></$list></ol>\end
\define mybutton()<$wikify name=mytext text=<<mymegatext>>><$action-setfield$tiddler="myErrands" tags="hardcopies"text=<<mytext>>/><$action-sendmessage $message="tm-notify" $param="ErrandsSetMsg"/></$wikify>
\end
<$button actions="<<mybutton>>">set Errands</$button>
!Filtered list of tiddlers tagged errands<<list-links-draggable tiddler:"Errands List">>
<$button>load recent changes<$action-listops $tiddler=<<thisTiddler>> $field="list" $filter="[tag[errands]!tag[exclude]!tag[done]sort[priority]]"/></$button>{{makeErrandsListSet}}
[[myErrands]]