-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
feat(character-count): added autotrim option #6941
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: develop
Are you sure you want to change the base?
feat(character-count): added autotrim option #6941
Conversation
|
✅ Deploy Preview for tiptap-embed ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Documentation update for this PR: ueberdosis/tiptap#6941
|
Please submit a PR documenting this change over on https://github.com/ueberdosis/tiptap-docs |
Changes Overview
Added an option in the CharacterCount extension to make autotrimming configurable.
This way you can set content past the limit programatically and manually trim it instead if it being cut off automatically.
Implementation Approach
Added a boolean option to character count that disables the inital trimming.
Verification Steps