TonyM

Another good illustration. Useful tool!

Make the table heading columns sortable and you'd have both lookup by macro 
name and lookup by Tiddler name :-) 

TT

TonyM wrote:
>
> ... a title and link to the containing tiddler as well.
> <table>
> <tr>
> <th>Macro</th>
> <th>Defined in</th>
> <th>Global (Tagged ~$:/tags/Macro)</th>
> </tr>
> <$list filter="[all[]sort[]]" variable=tiddlername>
> <$list 
> filter="[<tiddlername>get[text]splitregexp[\n]regexp[^\\define]splitregexp[^\\define]!is[blank]]"
>  
> variable="splitme">
> <tr>
> <td><$text text={{{ [<splitme>splitregexp[\(.*?\)]first[]] }}}/></td>
> <td><$link to=<<tiddlername>> ><$text text=<<tiddlername>>/></$link></td>
> <td><$text text={{{ [<tiddlername>tag[$:/tags/Macro]then[Yes]else[No]] 
> }}}/></td>
> </tr>
> </$list>
> </$list>
> </table>
>
>

-- 
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/309dec41-d972-4c18-9ef8-88916740ac51%40googlegroups.com.

Reply via email to