From fffd1c6e8088b2d3362f4595555a4dd38577017b Mon Sep 17 00:00:00 2001 From: Harsh Date: Wed, 25 Sep 2024 17:12:28 +0530 Subject: [PATCH] fix: updated readme to include react --- README.md | 6 +++--- packages/tiptap-image/README.md | 4 ++-- packages/tiptap-image/package.json | 2 +- packages/tiptap-slash/README.md | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 51ac463..1c8aba6 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# Tiptap Extensions +# Tiptap React Extensions -Tiptap extensions and headless components for image nodes and a slash command for React.js +Tiptap React extensions and headless components for image nodes and a slash command for React.js ## @harshtalks/image-tiptap -It extends tiptap image extension to support image resizing and alignment. +It extends @tiptap/react image extension to support image resizing and alignment. Existing third party/unofficial plugins are not flexible. This package contains - 1. UI headless components to render alignment menu in a bubble menu. diff --git a/packages/tiptap-image/README.md b/packages/tiptap-image/README.md index b1a8d94..4eb0dfe 100644 --- a/packages/tiptap-image/README.md +++ b/packages/tiptap-image/README.md @@ -1,6 +1,6 @@ -# Tiptap Image Extension with Resize and Alignment +# Image Extension with Resize and Alignment for React.js -It extends tiptap image extension to support image resizing and alignment. +It extends tiptap image extension to support image resizing and alignment in React.js. Existing third party/unofficial plugins are not flexible. This package contains - 1. UI headless components to render alignment menu in a bubble menu. diff --git a/packages/tiptap-image/package.json b/packages/tiptap-image/package.json index fbf0a61..d1cfbeb 100644 --- a/packages/tiptap-image/package.json +++ b/packages/tiptap-image/package.json @@ -1,6 +1,6 @@ { "name": "@harshtalks/image-tiptap", - "description": "A Tiptap extension to add image resize and alignment options to the image extension.", + "description": "A Tiptap extension for React.js to add image resize and alignment options to the image extension.", "version": "1.2.0", "keywords": [ "tiptap", diff --git a/packages/tiptap-slash/README.md b/packages/tiptap-slash/README.md index f175cce..6e14546 100644 --- a/packages/tiptap-slash/README.md +++ b/packages/tiptap-slash/README.md @@ -1,4 +1,4 @@ -# Tiptap Slash Command Extension +# Tiptap Slash Command Extension for React.js Simple tiptap extension for React to add notion like slash command to your project. It provides a flexible extension built on top of tiptap suggestion extension, and headless UI components built on cmdk package.