Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restructuring the awesome list #27

Open
ringods opened this issue Aug 22, 2022 · 1 comment
Open

Restructuring the awesome list #27

ringods opened this issue Aug 22, 2022 · 1 comment
Assignees

Comments

@ringods
Copy link
Member

ringods commented Aug 22, 2022

Hey @aaronkao, I just watched the recording of the August Community meeting. You raised the topic of restructuring the awesome-list.

Here is a short proposal for you, @nimbinatus and @SeanSanker to think about:

  • we have the awesome list currently in a single file
  • we have a full git repository to our disposal
  • we can add more files

so given this:

  • create separate files for each section, e.g. books.md
  • create a short list of sections in index.md linking to the the other files

My main concern with other awesome lists becoming very long is that I have to scroll a lot. My initial thought is that splitting these in separate files would already be a small improvement.

Your thoughts?

@nimbinatus
Copy link
Contributor

One note: You can do stuff like this in GitHub flavored Markdown if it might make the list less overwhelming.

Books: Open me!
  • a book

Use tags like this:

<details>
<summary><b>Books:</b> Open me!</summary>

<br/>
<ul>
<li>a book</li>
</ul>
</details>

@aaronkao aaronkao assigned usrbinkat and unassigned aaronkao Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants