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?