Hello everyone
I`m try to find solution to automatically close sibling tiddlers
For example:
http://prntscr.com/g3vjx0When I open
Tiddler two, then
Tiddler one must closes, there must be one tiddler what opened from
Example tiddler #1, other tiddlers will leaves opened
By tags? How I can add hook, before opening tiddler, other tiddlers with same tag or tags must be closed?
In sources I saw hooks, is possible do this with macros?
<$button>
close tiddlers
<$list filter=[tag[t1]]>
<$action-sendmessage $message="tm-close-tiddler"/>
</$list>
</$button>
Maybe I`m wrong and here is solution without tags?
Thanks