FujoWebDev / FujoWebDev/astrolabe
Add character counts plugin
- Dominant language
- TypeScript
- Stars
- 8
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
The character counts plugin should:
- [ ] Be able to count characters left to type
- [ ] Let you type past the limit of characters allowed and show which portion of the text is over the limit
- [ ] Allow different ways to count characters according to platform/setting
- [ ] Allow showing multiple ways to count characters at the same time
You can [use the TipTap character counts plugin](https://tiptap.dev/docs/editor/extensions/functionality/character-count) as a base. If it needs rewriting, [you can look directly at the source code](https://github.com/ueberdosis/tiptap/blob/main/packages/extensions/src/character-count/character-count.ts).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.