Hi,
The core TW markup
[<img[San Benedicto|01.jpg][http://fancybox-pics.tiddlyspace.com/
01.jpg]]
produces:
<a
   class="externalLink imageLink"
   href="http://fancybox-pics.tiddlyspace.com/01.jpg";
   title="External link to http://fancybox-pics.tiddlyspace.com/01.jpg";
   target="_blank">

   <img align="left" title="San Benedicto" src="01.jpg">
</a>

===
<<image 01.jpg link:"http://fancybox-pics.tiddlyspace.com/01.jpg";
alt:"San Benedicto Island">>
produces:
<a
   href="http://fancybox-pics.tiddlyspace.com/01.jpg";
   class="image">

   <img width="333" height="99" src="data:image/jpeg;base64,...">
</a>

=======
Especially the different class definitions make it hard, to support
both possibilities with fancybox plugin, since it needs to construct
different selectors.

image macro needs different CSS definitions than [img[]]

image macro should have a title:"any text" parameter, that works. I
couldn't get alt: to work for any svg/image.

regards
mario
PS: Jon sorry for nagging all the time :)

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To post to this group, send email to tiddlywikidev@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywikidev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywikidev?hl=en.

Reply via email to