Hi, Tobias. I understood what you mean. I deleted opened tiddler from DOM, and then I try to open it again I saw an empty screen, because navigator.js try to find it in history and make display:block;, but don't find it. if I don't want to modify core, is it possible to put a little script to the top of the tiddler and to *run it when tiddler is opened*? and I want to close all tiddlers except current [tag[$:/TOC]!is[current]]
воскресенье, 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/d9a03da0-19bc-48fd-ac91-1cba592e6ede%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

