diff options
author | spalax <spalax@web> | 2015-06-20 15:16:36 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-06-20 15:16:36 -0400 |
commit | 16c9241caabe98ba80a62feafdc7ab869b71cc26 (patch) | |
tree | c531428f883d9604d3ed0e5df0cac50a669bfbb1 /doc/plugins | |
parent | bb10a1a3f0b8676bde2df3f631f73e7650621787 (diff) | |
download | ikiwiki-16c9241caabe98ba80a62feafdc7ab869b71cc26.tar ikiwiki-16c9241caabe98ba80a62feafdc7ab869b71cc26.tar.gz |
New plugin: rimg
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/contrib/rimg.mdwn | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/plugins/contrib/rimg.mdwn b/doc/plugins/contrib/rimg.mdwn new file mode 100644 index 000000000..59d87cf67 --- /dev/null +++ b/doc/plugins/contrib/rimg.mdwn @@ -0,0 +1,15 @@ +[[!meta author="spalax"]] +[[!template id=plugin name=rimg author="[[Louis|spalax]]"]] +[[!tag type/widget]] + +This plugin provides the ``rimg`` [[ikiwiki/directive]]. +While ikiwiki supports including images by using the +[[ikiwiki/directive/img]] directive, those images must +be present in the wiki. This plugins allows to include remote images by giving +their URL. + +For instance, the following directive displays the Ikiwiki favicon: + + \[[!rimg http://ikiwiki.info/favicon.ico alt="Favicon" caption="IkiWiki favicon" link="http://ikiwiki.info"]] + +Note that this is a stripped down version of [[the img plugin|http://ikiwiki.info/plugins/img]]. |