ikiwiki/doc/plugins/img/discussion.mdwn

25 lines
1.4 KiB
Plaintext
Raw Normal View History

It would be useful (at least for me) if one could specify
2007-12-09 02:04:18 +01:00
(using a [[ikiwiki/WikiLink]]) where the image links to. For example,
on <http://www.bddebian.com/~wiki/sidebar/> I'd like to have the
logo link to \[[hurd/logo]] / <http://www.bddebian.com/~wiki/hurd/logo/>
instead of linking to the PNG image file. --[[tschwinge]]
> Done, use link=somepage --[[Joey]]
2008-11-04 04:07:58 +01:00
2008-11-04 04:08:49 +01:00
It would be handy if the `class` and `id` tags were passed through to the surrounding `table` in the case of `caption` being present. Would this break anything? --[[neale]]
2008-11-05 19:30:26 +01:00
> Seems unlikely to break *too* much. I can imagine css that styles the img
> unexpectedly applying the table. --[[Joey]]
2015-02-18 22:46:09 +01:00
[[!template id=gitbranch branch=kjs/img-sharpen author="[[Kalle Söderman|kjs]]"]]
I have created a patch that allows the image to be sharpened when resampled.
There is also an additional option to interlace the image using plane for
progressive display. --[[kjs]]
2015-06-19 21:39:41 +02:00
---
Is it possible to give an external image URL, must the image be local? One use case would be displaying *badges*, like [[the number of stars|https://img.shields.io/github/stars/joeyh/ikiwiki.svg]] of a [[github project|http://github.com/joeyh/ikiwiki]], but ``\[[!img https://img.shields.io/github/stars/joeyh/ikiwiki.svg]]`` does not work: [[!img https://img.shields.io/github/stars/joeyh/ikiwiki.svg]]. --[[Louis|spalax]]
> Eventually wrote my own plugin: [[plugins/contrib/rimg]]. --[[Louis|spalax]]