Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(doc): update link #68

Merged
merged 1 commit into from
Jul 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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