]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
Suggest let table plugin support a kind of longtable
authortumashu1 <tumashu1@web>
Sun, 2 Dec 2018 01:41:25 +0000 (21:41 -0400)
committeradmin <admin@branchable.com>
Sun, 2 Dec 2018 01:41:25 +0000 (21:41 -0400)
doc/todo/Let_table_plugin_support_a_kind_of_long_table.mdwn [new file with mode: 0644]

diff --git a/doc/todo/Let_table_plugin_support_a_kind_of_long_table.mdwn b/doc/todo/Let_table_plugin_support_a_kind_of_long_table.mdwn
new file mode 100644 (file)
index 0000000..fa54a97
--- /dev/null
@@ -0,0 +1,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