cblp / yaml-sucks

YAML sucks.
606 stars 16 forks source link

Table readability #7

Open dataf3l opened 6 years ago

dataf3l commented 6 years ago

When I read the table I didn't realise there were 5 columns, I only saw 2 columns, perhaps there is a way to solve this issue, somehow (linking to an external html table perhaps?)

cblp commented 6 years ago

Yes, this would be nice, I'll do it sometime. You can also read http://matrix.yaml.io/

Jarzon commented 5 years ago

I tried to make it more readable by making a table for each YAML source: https://github.com/Jarzon/yaml-sucks/tree/readable-table

aejenk commented 5 years ago

I tried to make it more readable by making a table for each YAML source: https://github.com/Jarzon/yaml-sucks/tree/readable-table

Your table seems to be broken for rq - every entry is now replaced with rq: command not found.

Jarzon commented 5 years ago

It's been fixed in #11 and I didn't update since then.

xjcl commented 3 years ago

Table readability is extremely important, if you want the reader to actually critically think about the specific examples.

Maybe try making a separate github.io page (which has more width)? Other than that I guess you could separate the {"a":{"k2":"v2","k1":"v1"},"b":{"k3":"v3","k2":"v2","k1":"override"}} onto multiple lines, but even that only yields about 3 columns, not 5.

I would be for merging @Jarzon's repo back.

shoogle commented 1 year ago

I only saw 2 columns

Same, but I think there's an easy solution. Simply edit the README and add this directly above the table:

>>>> Scroll to the right to see more implementations! >>>>>