Thank you Mark :)

I did have to tweak it a bit because it was showing content of the 
tiddlers, whereas my "todos" are the titles of the tiddlers only.  Here's 
what I ended up with:
\define mymegatext()
<$list filter=
"[!tag[exclude]!tag[done]has[priority]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=<<mytext>>
/>
</$wikify>

\end

<$button actions=<<mybutton>> >
set Errands
</$button>

One tweaking question:  Is there a way to get it to be a numbered list 
(using "#")?  No matter where I put the #, I couldn't get it to come out 
right.


-- 
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/97425d72-0751-4d4c-8b20-6863415e79e0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to