I made this into a couple of tabs in my "dashboard" to find global macro definitions, in shadow tiddlers and in non-shadow tiddlers respectively. Nice when I want to remember what I called a macro and/or where I put it. Thanks!
On Saturday, July 4, 2020 at 1:07:46 PM UTC-4, Mat wrote: > > *He that is without forgotten locally defined macros, cast the first > stone!* > > OH you fools! Here's so you don't have to look like *bloody nincompoops *the > next > time we need to stone someone: > > <table> > <$list > filter="""[all[tiddlers]!has[plugin-type]!tag[$:/tags/Macro]search[\define]]"""> > <tr> > <td><$link/></td> > <td> > <$list filter="[<currentTiddler> > get[text]splitregexp[\n]removeprefix[\define]splitbefore[(]removesuffix[(]]"> > <$view field=title/><br> > </$list> > </td> > </tr> > </$list> > </table> > > Modify that first filter if you want to see shadow tiddler macros, etc. > > <:-) > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/935e2236-e317-4a41-914b-b85eb4fbaf88o%40googlegroups.com.

