Interactive SVG

We now have interactive svg's within wiki. This we acheive with teh About Html Plugin, which has been modified to enable Wiki Links with the svg markup.

As it say in the About Html Plugin documentation: > Authors can create internal links in embedded SVGs by providing a page title in the data-title attribute. In the example below we have linked this collection of pilcrow icons to About Paragraph Plugin.

Here is a simple example image, which contains a single link that begins:

<a href="/about-paragraph-plugin.html" data-title="About Paragraph Plugin">

Edit the image below to see the full syntax.

The general form is to apply a `data-title` attribute - which will be passed onto wiki as a request for a page of that title.

<a href="/about-paragraph-plugin.html" data-title="About Paragraph Plugin"> ...