web commit by AlexandreDupas: Patch for new header options
[ikiwiki] / doc / plugins / table / discussion.mdwn
1 Well, that's an one workaround for (some versions of) markdown's
2 lack of tables..
3
4 Interesting that you chose to use CSV format. Seems there are advantages
5 (standardisation) and disadvantages (limited to simple tables).
6
7 --[[Joey]]
8
9 # Patch for new header options
10
11 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.
12
13 In my version, there is three options for the header field :
14
15 + **no**: no header;
16 + **col**: the first column as header;
17 + **row**: the first row as header (for compatibility reason, **yes** is an alternate value for this option). 
18
19 Here is the links to the patch and to a patched version of the plugin :
20
21 + [table.pm.patch](http://lohrun.free.fr/ikiwiki/table.pm.patch)
22 + [table.pm](http://lohrun.free.fr/ikiwiki/table.pm)
23
24 I hope this might be intresting for some ikiwiki user's.
25
26 --[[AlexandreDupas]]