Skip to content

Commit

Permalink
chore(doc): update link
Browse files Browse the repository at this point in the history
  • Loading branch information
baurine committed Jul 31, 2024
1 parent a178381 commit 8e20fbd
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

SQL Editor is built on [CodeMirror6](https://codemirror.net/), a modern code editor that is written in TypeScript and supports a wide range of extensions. Based on that, we provide a set of extensions to make it easy to use and easy to extend, all these features are validated in the [TiDB Cloud](https://tidbcloud.com), with countless customers all around the world. We also contribute to the CodeMirror6 project, and we are happy to share our extensions with the community.

👉🏻 [Try Full Featured Playground](https://tisqleditor-playground.netlify.app/)
👉🏻 [Try Full Featured Playground](https://tisqleditor.vercel.app/playground)

![image](./packages/playground/public/playground-2.png)

https://github.com/tidbcloud/tisqleditor/assets/1284531/732b600f-5b4e-45d3-a3d2-26479bd59d11

👉🏻 [Try Simple Example](https://tisqleditor-playground.netlify.app/?example=all&with_select)
👉🏻 [Try Simple Example](https://tisqleditor.vercel.app/examples?ex=all)

![image](./packages/playground/public/example-2.png)

Expand Down
4 changes: 2 additions & 2 deletions packages/extensions/ai-widget/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ https://github.com/tidbcloud/tisqleditor/assets/1284531/46684333-7efa-4925-bf58-

## Try it

- [Full Featured Playground](https://tisqleditor-playground.netlify.app/)
- [Simple Example](https://tisqleditor-playground.netlify.app/?example=ai-widget&with_select)
- [Full Featured Playground](https://tisqleditor.vercel.app/playgroud)
- [Simple Example](https://tisqleditor.vercel.app/examples?ex=ai-widget)

## Installation

Expand Down
4 changes: 2 additions & 2 deletions packages/extensions/cur-sql-gutter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ A codemirror extension listens the editor selection change, and shows gutter for

## Try it

- [Full Featured Playground](https://tisqleditor-playground.netlify.app/)
- [Simple Example](https://tisqleditor-playground.netlify.app/?example=cur-sql-gutter&with_select)
- [Full Featured Playground](https://tisqleditor.vercel.app/playgroud)
- [Simple Example](https://tisqleditor.vercel.app/examples?ex=cur-sql-gutter)

## Installation

Expand Down
4 changes: 2 additions & 2 deletions packages/extensions/linters/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

## Try it

- [Full Featured Playground](https://tisqleditor-playground.netlify.app/)
- [Simple Example](https://tisqleditor-playground.netlify.app/?example=use-db-linter&with_select)
- [Full Featured Playground](https://tisqleditor.vercel.app/playgroud)
- [Simple Example](https://tisqleditor.vercel.app/examples?ex=use-db-linter)

## Installation

Expand Down
4 changes: 2 additions & 2 deletions packages/extensions/save-helper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ A codemirror extension listens the editor doc changes, if changes, it will call

## Try it

- [Full Featured Playground](https://tisqleditor-playground.netlify.app/)
- [Simple Example](https://tisqleditor-playground.netlify.app/?example=save-helper&with_select)
- [Full Featured Playground](https://tisqleditor.vercel.app/playgroud)
- [Simple Example](https://tisqleditor.vercel.app/examples?ex=save-helper)

## Installation

Expand Down
4 changes: 2 additions & 2 deletions packages/extensions/sql-autocomplete/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ A codemirror extension implements the SQL keyword and database schema autocomple

## Try it

- [Full Featured Playground](https://tisqleditor-playground.netlify.app/)
- [Simple Example](https://tisqleditor-playground.netlify.app/?example=sql-autocomplete&with_select)
- [Full Featured Playground](https://tisqleditor.vercel.app/playgroud)
- [Simple Example](https://tisqleditor.vercel.app/examples?ex=sql-autocomplete)

## Installation

Expand Down
2 changes: 1 addition & 1 deletion packages/playground-nextjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Try it

- [Full Featured Playground](https://tisqleditor.vercel.app/)
- [Full Featured Playground](https://tisqleditor.vercel.app/playgroud)
- [Simple Example](https://tisqleditor.vercel.app/examples)

## Tech Stack
Expand Down
4 changes: 2 additions & 2 deletions packages/playground/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## Try it

- [Full Featured Playground](https://tisqleditor-playground.netlify.app/)
- [Simple Example](https://tisqleditor-playground.netlify.app/?example=all&with_select)
- [Full Featured Playground](https://tisqleditor.vercel.app/playgroud)
- [Simple Example](https://tisqleditor.vercel.app/examples?ex=all)

## Tech Stack

Expand Down
4 changes: 2 additions & 2 deletions packages/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ This package provides a react component wrap for `SQLEditorInstance` from `@tidb

## Try it

- [Full Featured Playground](https://tisqleditor-playground.netlify.app/)
- [Simple Example](https://tisqleditor-playground.netlify.app/?example&with_select)
- [Full Featured Playground](https://tisqleditor.vercel.app/playgroud)
- [Simple Example](https://tisqleditor.vercel.app/examples)

## Installation

Expand Down

0 comments on commit 8e20fbd

Please sign in to comment.