From 59ec122940be1e3264de77d2fa55b9a3bfb6aa8f Mon Sep 17 00:00:00 2001 From: fourdim <59462000+fourdim@users.noreply.github.com> Date: Fri, 27 Oct 2023 21:42:17 -0400 Subject: [PATCH 1/2] docs: update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8a6cb33e4b..e9c30ee835 100644 --- a/README.md +++ b/README.md @@ -125,9 +125,9 @@ If you have questions, you are welcome to contact us. One of the best places to | Official Plugin | Description | Status | | ----------------------------------------------------- | ----------------------------------------- | ------ | -| [@affine/copilot-plugin](plugins/copilot) | AI Copilot that help you document writing | 🚧 | -| [@affine/image-preview-plugin](plugins/image-preview) | Component for previewing an image | ✅ | -| [@affine/outline](plugins/outline) | Outline for your document | ✅ | +| [@affine/copilot-plugin](./packages/plugins/copilot) | AI Copilot that help you document writing | 🚧 | +| [@affine/image-preview-plugin](./packages/plugins/image-preview) | Component for previewing an image | ✅ | +| [@affine/outline](./packages/plugins/outline) | Outline for your document | ✅ | ## Upstreams From 5ba1c0dbdb8ca4c91dc8378954ab1aa0d09960b2 Mon Sep 17 00:00:00 2001 From: fourdim <59462000+fourdim@users.noreply.github.com> Date: Sat, 28 Oct 2023 00:50:03 -0400 Subject: [PATCH 2/2] fix: prettier issue --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e9c30ee835..bc3c4dad59 100644 --- a/README.md +++ b/README.md @@ -123,8 +123,8 @@ If you have questions, you are welcome to contact us. One of the best places to - [@affine/sdk](./packages/common/sdk) - SDK for developing plugins - [@affine/plugin-cli](./tools/plugin-cli) - CLI for developing plugins -| Official Plugin | Description | Status | -| ----------------------------------------------------- | ----------------------------------------- | ------ | +| Official Plugin | Description | Status | +| ---------------------------------------------------------------- | ----------------------------------------- | ------ | | [@affine/copilot-plugin](./packages/plugins/copilot) | AI Copilot that help you document writing | 🚧 | | [@affine/image-preview-plugin](./packages/plugins/image-preview) | Component for previewing an image | ✅ | | [@affine/outline](./packages/plugins/outline) | Outline for your document | ✅ |