I finally got around to trying your extract macro and after a few tries it worked out great! Thanks!
Matt On Thursday, May 3, 2018 at 2:33:12 PM UTC-7, Thomas Elmiger wrote: > > Hi Matt, > > Something like this could help (not really tested, make a backup first!) – > this is from an older example I adapted for you: > > Make a tiddler titled "todoMacroList" with this in it: > > <$vars start="""<<todo""" end=""">>"""> > <ul> > <$list filter="""[regexp:text<start>sort[]] -[[todoMacroList]] > -[has[draft.of]]"""> > > <$link to=<<currentTiddler>>><<currentTiddler>></$link> > > <$macrocall $name=extract start=<<start>> end=<<end>> limit="no" > prefix="<li>" suffix="</li>"> > > </$list> > </ul> > </$vars> > > === > > You will need my extract macro for this: > https://tid.li/tw5/hacks.html#Extract%20Macro > > > Good luck! > Thomas -- 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/e5ad60df-f303-4e48-beaa-be19aef0f1dd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

