Thank you Tobias! And is it posiible to make operation 
<$list filter="[tag[$:/TOC]]">
<$action-sendmessage $message="tm-close-other-tiddlers"/>
</$list>

every time when any tiddler opening?  For example, can I put this code to 
$:/core/modules/storyviews/zoomin.js ?


воскресенье, 11 октября 2015 г., 12:10:14 UTC+3 пользователь Tobias Beer 
написал:

> Hi Siniy-Kit,
>
> You can use the ActionSendMessageWidget 
> <http://tiddlywiki.com/#ActionSendMessageWidget> in a list...
>
> <$button>
> <$list filter="[tag[$:/TOC]]">
> <$action-sendmessage $message="tm-close-tiddler"/>
> </$list>
> close all tagged $:/TOC
> </$button>
>
> Be careful when using the ActionDeleteTiddlerWidget 
> <http://tiddlywiki.com/#ActionDeleteTiddlerWidget>, it will do its job 
> silently...
>
> <$button>
> <$list filter="[tag[$:/TOC]]">
> <$action-deletetiddler $tiddler=<<currentTiddler>>/>
> </$list>
> empty TOC
> </$button>
>
> Best wishes,
>
> — tb
>

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f72a32ae-7bf3-40c8-b7cb-c8ea7d22c41e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to