Hello, 

Following this discussion 
(https://groups.google.com/forum/#!topic/TiddlyWiki/MIm5WyIZIhg) I go on 
working on using D3 plugin to navigate into TiddlyWiki.

In this basic example 
http://d3jsv5trial.tiddlyspot.com/#D3%20circle%20pack%20with%20clickable%20feature
 
when we double click on a bubble it opens an alert with the name of the 
bubble.

 I would like it to open a tiddler with the name of the bubble, and I did 
not found what could be the instruction for that.

my current code is : 

.on("dblclick",function(d){ alert("I'd like to open tiddler: "+ d.data.name
); });

I was thinking about using foreignObject instruction, but I'm not sure this 
is the best way and I don't know how to implement is.

Do you have any recommandations that could help ?

-- 
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/d93056f1-e9b5-4abb-a058-84c4e15a7128%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to