Hello!

I'm new to TiddlyWiki5 and I'm looking for a way to use an image map within 
my tiddlywiki.

I'd like to have an image wherein I can click on different parts of that 
image to open certain tiddlers. So this is supposed to be a means of 
navigation. Both the image map and the target tiddlers are within my 
tiddlywiki.

I can insert images in a tiddler.
I can use html in a tiddler.
I know how to do an image map in html.
TiddlyWiki does recognize the link within the image.

If I fill in an external link, e.g.

<map name="somename">

   <area shape="rect" coords="1,2,3,4"
         href="http://www.google.com"; alt="google" title="google">
</map>
it works fine.

But how can I make this open a desired tiddler?

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to