summaryrefslogtreecommitdiff
path: root/doc/plugins/table
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2007-12-28 07:09:01 -0500
committerJoey Hess <joey@kitenet.net>2007-12-28 07:09:01 -0500
commitc11ded60a8c96f5b78707d592ebac49eaa5520ce (patch)
tree4938d44a77d15ac3e63e14e081fc1a961a8b6a4c /doc/plugins/table
parent4c39ec7f9bbb124cccb2212b91329a8be0a3087d (diff)
web commit by AlexandreDupas: Patch for new header options
Diffstat (limited to 'doc/plugins/table')
-rw-r--r--doc/plugins/table/discussion.mdwn19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/plugins/table/discussion.mdwn b/doc/plugins/table/discussion.mdwn
index f0ebb6d94..79a89d8a7 100644
--- a/doc/plugins/table/discussion.mdwn
+++ b/doc/plugins/table/discussion.mdwn
@@ -5,3 +5,22 @@ Interesting that you chose to use CSV format. Seems there are advantages
(standardisation) and disadvantages (limited to simple tables).
--[[Joey]]
+
+# Patch for new header options
+
+I have written a small patch for this plugin to enable the first column as a header instead of just the first row or no header.
+
+In my version, there is three options for the header field :
+
++ **no**: no header;
++ **col**: the first column as header;
++ **row**: the first row as header (for compatibility reason, **yes** is an alternate value for this option).
+
+Here is the links to the patch and to a patched version of the plugin :
+
++ [table.pm.patch](http://lohrun.free.fr/ikiwiki/table.pm.patch)
++ [table.pm](http://lohrun.free.fr/ikiwiki/table.pm)
+
+I hope this might be intresting for some ikiwiki user's.
+
+--[[AlexandreDupas]]