Documented the linktoimgonly plugin.
authorW. Trevor King <wking@drexel.edu>
Mon, 4 Oct 2010 19:05:07 +0000 (15:05 -0400)
committerW. Trevor King <wking@tremily.us>
Sun, 13 Jan 2013 12:08:53 +0000 (07:08 -0500)
doc/ikiwiki/directive/ltio.mdwn [new file with mode: 0644]
doc/plugins/linktoimgonly.mdwn [new file with mode: 0644]

diff --git a/doc/ikiwiki/directive/ltio.mdwn b/doc/ikiwiki/directive/ltio.mdwn
new file mode 100644 (file)
index 0000000..9d64a53
--- /dev/null
@@ -0,0 +1,15 @@
+The `ltio` directive is supplied by the [[!iki plugins/linktoimgonly
+desc=linktoimgonly]] plugin.
+
+By default ikiwiki [[inlines WikiLinks to images|ikiwiki/WikiLinnk]],
+but sometimes you want a text link instead.  The `ltio` directive
+forces a text link.
+
+## usage
+
+       \[[!ltio image1.jpg]]
+
+The image file will be searched for using the same rules as used to find
+the file pointed to by a [[ikiwiki/WikiLink]].
+
+[[!meta robots="noindex, follow"]]
diff --git a/doc/plugins/linktoimgonly.mdwn b/doc/plugins/linktoimgonly.mdwn
new file mode 100644 (file)
index 0000000..8bda6ec
--- /dev/null
@@ -0,0 +1,7 @@
+[[!template id=plugin name=linktoimgonly author="W. Trevor King"]]
+[[!tag type/widget]]
+
+This plugin provides the [[ikiwiki/directive/ltio]]
+[[ikiwiki/directive]].  Ikiwiki [[inlines WikiLinks to
+images|ikiwiki/WikiLinnk]], but sometimes you want a text link
+instead.  The `ltio` directive forces a text link.