From 22d1893448195bf02ea51eb73be385f4467fa853 Mon Sep 17 00:00:00 2001 From: YogiLiu Date: Thu, 30 Nov 2023 13:43:17 +0800 Subject: [PATCH 1/2] docs(README): add some metadata badges Including license, Python version, package version, build status and coverange. CodeKitchen: https://codekitchen.community/t/topic/1134/3 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index da0f9dd..0127389 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # Flask-CKEditor +![GitHub License](https://img.shields.io/github/license/helloflask/flask-ckeditor%20) +![PyPI - Python Version](https://img.shields.io/pypi/pyversions/flask-ckeditor) +![PyPI - Version](https://img.shields.io/pypi/v/flask-ckeditor) +![Build Status](https://github.com/helloflask/flask-ckeditor/workflows/build/badge.svg) +[![codecov](https://codecov.io/gh/helloflask/flask-ckeditor/graph/badge.svg?token=bCkkuXW4dX)](https://codecov.io/gh/helloflask/flask-ckeditor) + CKEditor integration for Flask, including image upload, code syntax highlighting, and more. From f25187f6dce7976a3d55c9d963566ecf93f4414a Mon Sep 17 00:00:00 2001 From: YogiLiu Date: Thu, 30 Nov 2023 17:53:27 +0800 Subject: [PATCH 2/2] docs(README): add related url to badge CodeKitchen: https://codekitchen.community/t/topic/1134 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0127389..74bf600 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Flask-CKEditor -![GitHub License](https://img.shields.io/github/license/helloflask/flask-ckeditor%20) -![PyPI - Python Version](https://img.shields.io/pypi/pyversions/flask-ckeditor) -![PyPI - Version](https://img.shields.io/pypi/v/flask-ckeditor) -![Build Status](https://github.com/helloflask/flask-ckeditor/workflows/build/badge.svg) +[![GitHub License](https://img.shields.io/github/license/helloflask/flask-ckeditor%20)](https://github.com/helloflask/flask-ckeditor/blob/master/LICENSE) +[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/flask-ckeditor)](https://pypi.org/project/Flask-CKEditor/) +[![PyPI - Version](https://img.shields.io/pypi/v/flask-ckeditor)](https://pypi.org/project/Flask-CKEditor/) +[![Build Status](https://github.com/helloflask/flask-ckeditor/workflows/build/badge.svg)](https://github.com/helloflask/flask-ckeditor/actions) [![codecov](https://codecov.io/gh/helloflask/flask-ckeditor/graph/badge.svg?token=bCkkuXW4dX)](https://codecov.io/gh/helloflask/flask-ckeditor) CKEditor integration for Flask, including image upload, code syntax highlighting, and more.