]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/todo/Let_table_plugin_support_a_kind_of_long_table.mdwn
(no commit message)
[git.ikiwiki.info.git] / doc / todo / Let_table_plugin_support_a_kind_of_long_table.mdwn
index fa54a975e772494499355a57695adce09598ab3d..fd25c08263e2b0b29c59fa7fff0d88ae090e8d8a 100644 (file)
@@ -1,6 +1,6 @@
 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
 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] 
+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:
 
 
 Instead of oddmuse style longtable, we can use YAML as table format:
 
@@ -10,3 +10,5 @@ Instead of oddmuse style longtable, we can use YAML as table format:
     -
       a: 3
       b: 4
     -
       a: 3
       b: 4
+
+> I think this is a great idea. It could be handled in the existing [[plugins/table]] plugin, with a new format= parameter. YAML sounds more attractive to me than oddmuse. -- [[Jon]]