For completion's sake, here's what I ended up with that works now:
[[makeErrandsListSet]]
\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>
and this is the tiddler where I can drag to re-order my list of errands
that aren't tagged "done" and set a text file that gets displayed (through
Tasker) in my car when I start driving
!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]]
Thanks again!! :)
--
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/f7b79869-46f8-4a4f-8e08-34fc93f8a576%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.