From: smcv Date: Sun, 21 Jun 2015 11:23:45 +0000 (-0400) Subject: wikilinks can already point to remote images? X-Git-Tag: 3.20160121~157 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/31e26d23ce207abc89296c8cf62385f6cdf855f5 wikilinks can already point to remote images? --- diff --git a/doc/plugins/img/discussion.mdwn b/doc/plugins/img/discussion.mdwn index 8d9423b5b..5ab1963c5 100644 --- a/doc/plugins/img/discussion.mdwn +++ b/doc/plugins/img/discussion.mdwn @@ -22,3 +22,6 @@ 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]]