Hello everyone

I`m try to find solution to automatically close sibling tiddlers

For example: http://prntscr.com/g3vjx0

When 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

-- 
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/bedf6897-fedb-4363-8d33-0ea4acda5329%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to