Hi guys,
Thanks a lot for your help.
yes, that's working with the <$image> widget now !!
I've also discovered the usage of the <$set> thanks to Stefan.!
Really appreciate your quick support
Regards
Vpl
Le dimanche 29 juin 2014 17:20:34 UTC+2, Jeremy Ruston a écrit :
>
> The trick is to use the image widget. Instead of:
>
> [img width=150 class="tw-image" [{{!!imgref}}]]
>
> Try this:
>
> <$image width="150" class="tw-image" source={{!!imgref}}/>
>
> Details here:
>
> http://tiddlywiki.com/#ImageWidget
>
> Note that the [img[]] syntax is just a shortcut for simple uses of the
> image widget.
>
> Best wishes
>
> Jeremy
>
>
> On Sat, Jun 28, 2014 at 9:58 PM, Stephan Hradek <[email protected]
> <javascript:>> wrote:
>
>> A macro should work.
>>
>> Something like this:
>>
>> \define myimage(width class)
>> [img width="$width$" class="$class$" [$(myimgref)$]]
>> \end
>>
>> <$set name="myimgref" value={{!!imgref}}>
>> <<myimage width="150" class="tw-image">>
>> </$set>
>>
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "TiddlyWiki" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to [email protected] <javascript:>.
>> To post to this group, send email to [email protected]
>> <javascript:>.
>> Visit this group at http://groups.google.com/group/tiddlywiki.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> --
> Jeremy Ruston
> mailto:[email protected] <javascript:>
>
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.