I am setting up a Wiki in Confluence v3.5.1
I have added a visio diagram (JPG) to a page (this diagram will take up most of the page)
- This diagram depicts the workflow between developers and support and clients.
I envisage users being able to click on different parts of the diagram and it to open up child pages with more details about that particular process (with videos on 'how-to' do that specific task, like log issues in Jira)
However, from what I can see, there is no way from the Confluence editor to add multiple links to the one image, right? I looked at Anchors, but this does not look like it will do the job.
So, what is the best option?
I remember Dreamweaver having these sorts of tools built in, and there appears to be other utilities that can help put in image map HTML tags, but I cannot see a way of easily editing the HTML in Confluence editor.
Also worried about the headache this could cause with managing future changes of the page.
Hi everyone,
I just stumbled across this thread and wanted to give you an update on the ImageMap app Stefan mentioned.
We've released a new version of this app two years ago. Now you can easily draw your imagemaps on the image itself via the UI. There's no need to calculate any coordinates; simply draw the clickable area, link it, save the imagemap and you're ready to go.
Please feel free to evaluate the new version via the Atlassian Marketplace: Scroll ImageMap for Confluence
Cheers,
Nils
The easiest workaround, is to split the images in multiple images and include each of them with a link. Isn't that easy. A The simple mspaint (in Windows of course) will do the job to split the images.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jim is refering to the ImageMap plugin : https://plugins.atlassian.com/253
I can confirm that the plugin works on Confluence 3.5.5, although it doesn't say so on the plugin page.
Only downside of the plugin is that you need to figure out the coordinates for the image map but tools such as http://www.image-maps.com/ are making that a little bit easier :)
{imagemap:name=[somepage^testpicture.jpg]} {map:link=[1. Geschäftliches Umfeld und Auswirkungen analysieren]|coords=120,193,224,261|target="_blank"} {map:link=[2. Businesslösung definieren]|shape=circle|coords=300,300,150|title='A beautifull hint-text'} {map:link=[3. Infrastruktur designen und planen]|shape=rect|coords=257,174,363,233} {map:link=http://www.google.com|coords=115,98,225,155|title='Jump to google!'} {map:link=http://www.theserverside.com|coords=685,98,785,157} {imagemap}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
BEWARE - Chrome says the "UTILITIES" Link leads to a site with malware on it. proceed at your own risk
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think Renjith has give the easiest solution. No need to bother with setting up cordinations etc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You want something like this:
{imagemap:name=^imagemaptest.gif}
{map:link=[http://www.google.com]|shape=rect|coords=10,10,110,30}
{map:link=[http://www.yahoo.com]|shape=rect|coords=50,50,150,70}
{imagemap}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.