I don't know if this works out-of-the-box but I'd try:

//this on top:
var self = this;

//here your code
//more code

//then this
.on("dblclick",function(d){ 
var targetTiddler = d.data.name;
self.dispatchEvent({type: "tm-navigate", navigateTo: targetTiddler)});
});


dispatchEvent() is defined in widget.js and lets you dispatch an event from 
another widget ... look on tiddlywiki.com and search for "tm-" for a list 
of possible events you can dispatch and their parameters

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/4c4ee68e-9b71-4fbe-af4e-9e0070f97a4b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to