mirror of
https://github.com/sindresorhus/awesome.git
synced 2026-05-09 04:08:27 -05:00
Question about list format: can you use tables? #148
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dbohdan on GitHub (Dec 26, 2017).
How strict are the stylistic requirements on the list format; do awesome lists have to be bullet-point lists? I have two list-things that are actually mostly Markdown tables:
Would either qualify as an awesome list with how they use tables right now?
Small Screenshots of the Lists
List 1
List 2
@sindresorhus commented on GitHub (Dec 27, 2017):
I don't think Markdown tables are generally appropriate as they are difficult to create and maintain, with their verbose syntax, and they don't really work visually on mobile:
@dbohdan commented on GitHub (Dec 27, 2017):
Good point about mobile. I agree that the tables are harder to maintain. It would be much better if GitHub Markdown included a vertical markup syntax for tables (i.e., one where the individual lines are cells, not rows). For the automatic API repo I keep the data in YAML files and use a script to generate the table from them, which eases the pain significantly.
I could easily get rid of the tables with only two columns, but I think the other tables are worth it, especially the automatic API one, because they let the reader immediately see the differences between similar tools and save clicks. Would you add the lists to yours with these tables unchanged?
@sindresorhus commented on GitHub (Dec 27, 2017):
Awesome lists should also not be generated.
@dbohdan commented on GitHub (Dec 27, 2017):
Got it. Thanks for the feedback! I won't be submitting them, but I'll look into making my lists more mobile-friendly.