diff --git a/README.md b/README.md index 904b77f3..20ba5986 100644 --- a/README.md +++ b/README.md @@ -67,9 +67,9 @@ it's in the GitHub repo instead.
Screenshot 1 -Screenshot 2 -Screenshot 3 -Screenshot 4 +Screenshot 2 +Screenshot 3 +Screenshot 4 @@ -229,12 +229,12 @@ To see how to use the extension package, please take a look at the [README](./fl Having your document stored in Quill Delta format is sometimes not enough. Often you'll need to convert it to other formats such as HTML to publish it, or send an email. -**Note**: This package support converting from HTML back to Quill delta but it's experimental and used internally when pasting Html content from the cliboard to the Quill Editor +**Note**: This package supports converting from HTML back to Quill delta but it's experimental and used internally when pasting HTML content from the clipboard to the Quill Editor You have two options: 1. Using [quill_html_converter](./quill_html_converter/) to convert to HTML, the package can convert the Quill delta to HTML well -(it uses [vsc_quill_delta_to_html](https://pub.dev/packages/vsc_quill_delta_to_html)), it just a handy extension to do it more quickly +(it uses [vsc_quill_delta_to_html](https://pub.dev/packages/vsc_quill_delta_to_html)), it is just a handy extension to do it more quickly 1. Another option is to use [vsc_quill_delta_to_html](https://pub.dev/packages/vsc_quill_delta_to_html) to convert your document to HTML. @@ -257,7 +257,7 @@ Please use [flutter_quill_test](https://pub.dev/packages/flutter_quill_test) for ## Contributors -Special thanks to everyone who has contributed to this project... +- Special thanks to everyone who has contributed to this project... @@ -267,14 +267,19 @@ Special thanks to everyone who has contributed to this project... Made with [contrib.rocks](https://contrib.rocks). -We welcome contributions! +- Thanks to the [Flutter Team](https://flutter.dev/) +- Thanks to the welcoming community, the volunteers who helped along the journey, developers, contributors + and contributors who put time and effort into everything including making all the libraries, tools, and the + information we rely on +- We are incredibly grateful to many individuals and organizations who have played a +role in the project. This includes the welcoming community, dedicated volunteers, talented developers and +contributors, and the creators of the open-source tools we rely on. -Please follow these guidelines when contributing to the project. See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details.
+We welcome all contributions! -We must mention that the [CONTRIBUTING.md](./CONTRIBUTING.md) has development notes, so if you're planning on contributing to the repo, -please consider reading it. +Please follow these guidelines when contributing to the project. See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details.
-You can check the [Todo](./doc/todo.md) list if you want to +The [CONTRIBUTING.md](./CONTRIBUTING.md) has development notes, if you're planning on contributing to the package, please consider reading it. [Quill]: https://quilljs.com/docs/formats [Flutter]: https://github.com/flutter/flutter