-
Notifications
You must be signed in to change notification settings - Fork 2
fix: opti some readme #36
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
Conversation
✅ Deploy Preview for tisqleditor-playground ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
README.md
Outdated
@@ -21,20 +21,21 @@ https://github.com/tidbcloud/tisqleditor/assets/1284531/732b600f-5b4e-45d3-a3d2- | |||
|
|||
## Packages | |||
|
|||
All the extensions as below: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tidbcloud/tisqleditor
and @tidbcloud/tisqleditor-react
are not extensions.
| package | desc | | ||
| ---------------------------------------------- | ------------------------------------------------------------------------- | | ||
| @tidbcloud/tisqleditor | SQLEditorInstance with pre-configured extensions | | ||
| @tidbcloud/tisqleditor-react | React component wrapper | | ||
| @tidbcloud/codemirror-extension-ai-widget | a widget to chat with AI to help write or refine SQL by human language | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This package should keep.
README.md
Outdated
| @tidbcloud/codemirror-extension-linters | | | ||
| @tidbcloud/codemirror-extension-events | | | ||
| @tidbcloud/codemirror-extension-autocomplete | SQL keyword and database schema autocomplete tips | | ||
| @tidbcloud/codemirror-extension-linters | Full-width characters, regular expression, or use statements linter | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
or ...
-> and use statement linter
packages/extensions/events/README.md
Outdated
onChange: any doc change will trigger this event | ||
onFocusChange: while the cursor change will trigger this event | ||
onSelectionChange: while selection content change will trigger this event |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- onChnage: ...
- onFoucusChange: ...
- onSelectionChange: ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the rest LGTM
d709a43
to
aa12d0a
Compare
No description provided.