I'm still looking at a solution to make it work... but I'm stuck for many 
days with it

There are actually 2 different actions systems I don't know how to connect.

D3 has it own event detector with instruction like this one: 

> .on("dblclick",function(d){ cliclic(d.data.name); });


and TiddlyWiki also with instruction like this

>     this.dispatchEvent({
>         type: "tm-navigate",
>         navigateTo: targetTiddler });


In this last case it actually needs to be triggered by a button widget or 
something similar.
I was thinking about a way to activate a virtual click of the button to 
open the corresponding tiddler, but I have no idea how to proceed...
Maybe there some other better way to proceed...

In this example http://archipel.tiddlyspot.com double clicking on any 
bubble opens an alert with the name of the clicked bubble, but I would like 
to open a tiddler instead

Any help will be highly appreciated

-- 
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/21c11e60-9c3f-44b7-b483-ed757417f109%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to