I've moved this to git
https://github.com/jdlrobson/TiddlyWiki/commit/adb823d8db964d9535b090bc7ae3172e1dea593d

Just need to update TiddlySpace to point to..
https://github.com/jdlrobson/TiddlyWiki/raw/master/plugins/ImageMacroPlugin/plugins/ImageMacroPlugin.js

On Jan 26, 8:09 pm, PMario <[email protected]> wrote:
> 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 tohttp://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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywikidev?hl=en.

Reply via email to