Hi Tony 

Did you every complete this work ? I found your post when searching on the 
same problem and was looking to build the same type of plugin ( ie 
passwords and encrypted tiddlers etc )... Perhaps we can exchange notes

I found that the following code worked - as it hooks into the core 
frameworks existing hook for  th-opening-default-tiddlers-list  ( a point 
at which the story list components seems loaded already ).. and its a bit 
more self-contained than setting a dependency on another plugin

$tw.hooks.addHook("th-opening-default-tiddlers-list",function(list) { 
   $tw.modal.display("Logon",{event:"tm-modal"});
    return list; 
});
 
The first parameter to $tw.modal.display  is the tiddler you want launched

Cheers
CB

>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a72dcda5-eaca-4100-b33b-e39158d6ba10n%40googlegroups.com.

Reply via email to