diff options
author | spalax <spalax@web> | 2015-06-20 15:17:49 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-06-20 15:17:49 -0400 |
commit | 803dad8a59068ddfd510b4b93925a2d067981a9e (patch) | |
tree | a83258a730759b92cabe731af3ad2522feb0967e | |
parent | 16c9241caabe98ba80a62feafdc7ab869b71cc26 (diff) | |
download | ikiwiki-803dad8a59068ddfd510b4b93925a2d067981a9e.tar ikiwiki-803dad8a59068ddfd510b4b93925a2d067981a9e.tar.gz |
Link to a new plugin solving my question.
-rw-r--r-- | doc/plugins/img/discussion.mdwn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/plugins/img/discussion.mdwn b/doc/plugins/img/discussion.mdwn index 492769592..8d9423b5b 100644 --- a/doc/plugins/img/discussion.mdwn +++ b/doc/plugins/img/discussion.mdwn @@ -19,4 +19,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]]. +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]] |