X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/3dfc39090532f72d22aa54613553fb5f4973bdd4..31e26d23ce207abc89296c8cf62385f6cdf855f5:/doc/plugins/img/discussion.mdwn?ds=sidebyside diff --git a/doc/plugins/img/discussion.mdwn b/doc/plugins/img/discussion.mdwn index c87469d6f..5ab1963c5 100644 --- a/doc/plugins/img/discussion.mdwn +++ b/doc/plugins/img/discussion.mdwn @@ -16,3 +16,12 @@ It would be handy if the `class` and `id` tags were passed through to the surrou 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]] + +--- + +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]] + +>> What's wrong with using a wikilink, \[[https://img.shields.io/github/stars/joeyh/ikiwiki.svg]]? +>> --[[smcv]]