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/fd512850-0330-4a79-b837-1dc8bf114c0d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

