aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/Let_table_plugin_support_a_kind_of_long_table.mdwn
blob: 825a55403425a74678ff950cb1f8541c208f6f7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
When we edit a table with many many columns, use csv or dsv format is
not comfortable to work, what about let table plugin support a format
like [oddmuse longtable plug](https://oddmuse.org/download/oddmuse-2.3.13/tables-long.pl) 

Instead of oddmuse style longtable, we can use YAML as table format:

    -
      a: 1
      b: 2
    -
      a: 3
      b: 4