]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/plugins/table/discussion.mdwn
Update link to the modified table plugin.
[git.ikiwiki.info.git] / doc / plugins / table / discussion.mdwn
1 Well, that's an one workaround for (some versions of) markdown's
2 lack of tables..
4 Interesting that you chose to use CSV format. Seems there are advantages
5 (standardisation) and disadvantages (limited to simple tables).
7 --[[Joey]]
9 # Patch for new header options
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.
13 In my version, there is three options for the header field :
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). 
19 Here is the links to the patch and to a patched version of the plugin :
21 + [table.pm.patch](http://alexandre.dupas.free.fr/code/ikiwiki/table.pm.patch)
22 + [table.pm](http://alexandre.dupas.free.fr/code/ikiwiki/table.pm)
24 I hope this might be intresting for some ikiwiki user's.
26 --[[AlexandreDupas]]