How to link inline graphics on a Zwiki page?
Zwiki newbie Trying to build a Zwiki for Python and multimedia. Would be very helpful to have inline thumbnail images amiong the Zwiki text linking to larger images when clicked. Can't find the syntax to do this. Does anyone know of any Graphics-oriented Zwikis I can look at as examples or How-Tos out there? thanks ./Jason
From: "Jason Cunliffe" <jasonic@panix.com>
Can't find the syntax to do this.
Well anwering my own question somewhat, i got it to work when I include the full url htpp://www.zope.org/ etc etc But, is there a way to make relative links works in Zwiki page? like this: <a href ="BigImage"><mig src="LittleImage"></a> And as I posted earlier, still hoping to find a way to display the image object size next to the thumbnail.
Does anyone know of any Graphics-oriented Zwikis I can look at as examples or How-Tos out there?
Thanks ./jason
"Jason Cunliffe" <jasonic@panix.com> writes:
But, is there a way to make relative links works in Zwiki page? like this:
<a href ="BigImage"><mig src="LittleImage"></a>
There's several ways to inline graphics, including the ones at bottom of http://zwiki.org/AdvancedEditOptions, which you've probably found out about. Thumbnails - here's one way that works: <a href="image.png"><img src="thumbnail.png"></a> assuming your page mode allows html and that your images are sitting in the wiki folder. With wiki-named images, you might need to begin the line with ! to avoid problems - I'm not sure. In your shoes, I would try making a little pythonscript or method that you would call with one or more arguments, which would generate the appropriate thumbnail link. Does this help ?
participants (2)
-
Jason Cunliffe -
Simon Michael