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.