D'oh! I thought that was what you wanted -- a big tiddler representing the content of a series of other tiddlers.
-- Mark On Thursday, December 13, 2018 at 9:44:23 AM UTC-8, 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 [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/97544fe0-b7cf-4623-9e03-5b3729c1d616%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

