diff options
author | jon+ikiwiki@663db4cb26e845748f3e7e6d51eeb26c6014f1c3 <jonikiwiki@web> | 2018-09-24 10:43:27 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2018-09-24 10:43:27 -0400 |
commit | 4457c6d570daa85c9c2f663b9a8726d3e78f46b8 (patch) | |
tree | 2ad03db45a4c32ced2931495b1cfbe2feaab8e50 | |
parent | 468ef7ed3cc17562df39eb07faf0c3ab7fd3728c (diff) | |
download | ikiwiki-4457c6d570daa85c9c2f663b9a8726d3e78f46b8.tar ikiwiki-4457c6d570daa85c9c2f663b9a8726d3e78f46b8.tar.gz |
proposed reworking; requesting smcv take another look
-rw-r--r-- | doc/todo/support_multi-row_table_headers.mdwn | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/todo/support_multi-row_table_headers.mdwn b/doc/todo/support_multi-row_table_headers.mdwn index 6f13bbb23..1d418a41b 100644 --- a/doc/todo/support_multi-row_table_headers.mdwn +++ b/doc/todo/support_multi-row_table_headers.mdwn @@ -77,3 +77,22 @@ It would be great if it were possible to support multi-row table headers in the > > addressed my immediate need so it's the one I'm deploying at $ork for the > > time being. I'm unlikely to have time to implement this solution in the > > near future. -- [[Jon]] + +---- + +I'd quite like to revisit this if that's ok. I'm still carrying a fork of +table.pm locally to add this feature as I find it so useful. The main objection +you made back in 2014 seems to be overloading the header= parameter, and I agree +that this is not ideal. So I'm happy to resubmit this with an alternative parameter +name for the new purpose. But I balked at the idea of implementing something like +an NLP processor to define the header range. And I must stress how useful it is in +practise to separate out the header definition from the data: quite often I don't +want headers in my CSV files at all, for example, so I can perform rudimentary analysis +on them with command line tools without having to factor in a header line (how many +records? = `wc -l`; sorting on fields simply with `sort -k` etc.). Having them +separate means I can have machine-generated or manipulated CSV files of data and then +use ikiwiki to mark them up for human reading, but change or regenerate the data quickly +and easily underneath. + +I'd appreciate your take on the above suggestions [[smcv]] before I roll my sleeves up. +Thanks! — [[Jon]] (2018-09-24) |