No activity today, make something!
afya MyNewIndexButton

Move this tiddler

To:
Drop binaries into your tank here.

20160425222400 Ben  
<<newTiddler
        label:"New index"
        text:{{store.getTiddlerText("MyNewIndexButton##content")}}
        tag:"$1"
        tag:"index"
	tag:"slimindex"
        accessKey:"1"
        focus:"title"
>>
/%
!content
<<forEachTiddler  where 'tiddler.tags.contains(context.inTiddler.title)'
sortBy 
        tiddler.title
    ascending 
write '"*[["+tiddler.title+"]]\n"'>>
<<tiddler AutoRefresh with: force>>
!end
%/