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@drexel.edu>
Mon, 4 Oct 2010 19:05:07 +0000 (15:05 -0400)
doc/forum/link_to_an_image_inside_the_wiki_without_inlining_it.mdwn
doc/ikiwiki/directive/ltio.mdwn [new file with mode: 0644]
doc/plugins/linktoimgonly.mdwn [new file with mode: 0644]
doc/users/wtk.mdwn [new file with mode: 0644]

index e92cc1b1cb845580a2e8f1c4bd92debbd0966831..d6ab5186e76ab5f5d8357d5d257b9d70b236780a 100644 (file)
@@ -67,3 +67,4 @@ Any hints? --[[jerojasro]]
            linktext => $params{text},
            noimageinline => 1);
 
+>>>>>> Added [[plugins/linktoimgonly]] plugin to ikiwiki repository.  --[[wtk]]
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.
diff --git a/doc/users/wtk.mdwn b/doc/users/wtk.mdwn
new file mode 100644 (file)
index 0000000..93602a2
--- /dev/null
@@ -0,0 +1,6 @@
+[[!meta title="W. Trevor King"]]
+
+W. Trevor King is <a href="mailto:wking@drexel.edu">wking@drexel.edu</a>.
+His web page is [here](http://www.physics.drexel.edu/~wking/) and his
+ikiwiki-based blog is
+[here](http://www.physics.drexel.edu/~wking/unfolding-disasters/)