-
Notifications
You must be signed in to change notification settings - Fork 5
feat: add word count #7
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
base: main
Are you sure you want to change the base?
Conversation
|
Qodo Merge was enabled for this repository. To continue using it, please link your Git account with your Qodo account here. PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
|
Qodo Merge was enabled for this repository. To continue using it, please link your Git account with your Qodo account here. PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||
|
I though @qodo would complain about this function:
|
|
@SalahAdDin thank you, this looks great. very complicated as usual with lexical plugins, but looks good so far. Like the other, no time to test it directly, but will do so for our next release. Can you please resolve the merge conflicts? Then i happily merge this! |
|
Issues solved and translation literals updated. |
|
@SalahAdDin any progress on this? |
This plugin is not being maintained anymore. |
User description
It adds a word/character count to the editor.
PR Type
Enhancement, Documentation
Description
Added a
WordCountPluginto display word/character counts.Implemented
useCharacterLimithook for character limit enforcement.Introduced
CircleProgresscomponent for visual progress representation.Updated documentation with installation and usage instructions.
Changes walkthrough 📝
6 files
Introduced `useCharacterLimit` hook for character limit enforcement.Added styles for `CircleProgress` component.Added styles for `WordCountPlugin`.Created `CircleProgress` component for visual progress.Integrated `WordCountPlugin` and character limit in editor.Added `WordCountPlugin` for word/character count display.1 files
Updated installation and usage documentation.