Try

\define mymegatext()
<ol>
<$list filter=
"[!tag[exclude]!tag[done]has[priority]tag[errands]sort[priority]limit[20]]">
<li><$view field=title/></li>

</$list>
</ol>
\end


Tony

On Friday, December 14, 2018 at 4:44:23 AM UTC+11, Dave wrote:
>
> 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/dfd3e8fa-a503-4eeb-a8eb-4b1844a6d66e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to