slab / quill

Quill is a modern WYSIWYG editor built for compatibility and extensibility
https://quilljs.com
BSD 3-Clause "New" or "Revised" License
43.97k stars 3.41k forks source link

Consider creating an Awesome-Quill repo. #1646

Closed patleeman closed 7 years ago

patleeman commented 7 years ago

I just created a module for Quill (quill-markdown-shortcuts) and I realized there is no where to share my module with the community nor is there an easy way to find what other projects people have worked on.

I think the creation of an awesome-quill repository which contains links to projects and resources around quill could help strengthen the community and offer people using Quill a resource to find useful code bits.

Here are a few examples:

I think recruiting several community members to review merge requests would take the burden off of @jhchen having to approve all the merge requests.

Thoughts?

jhchen commented 7 years ago

I think this is a great idea. Just getting back from an overseas trip and going through issues but I will get a repo set up soon. Please comment with additional awesome quill repos in the meantime. Thank you for the markdown module too!

patleeman commented 7 years ago

Here's a few from searching github

Modules

Components

jhchen commented 7 years ago

The initial list is up at https://github.com/quilljs/awesome-quill. Thank you for seeding the list @patleeman! I've added you as a collaborator so you can continue to contribute if you have the time and interest. A couple suggestions did not look actively maintained so I excluded them. Otherwise I mostly used D3's contributor guidelines and license choice and some of the formatting vue used.

patleeman commented 7 years ago

Awesome, I'll be sure to add any modules I come across. Thanks for setting this up @jhchen!