Feature request: in-editor spelling suggestions + synonyms popover (left-click on flagged words) #3000
juliatetrud
started this conversation in
Ideas
Replies: 1 comment
|
Converted this to a discussion as it is a feature request. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Browsers flag misspellings in contenteditable/textarea fields but expose no suggestion API to JS, so any friendlier UX (click a flagged word → popover with corrections and synonyms) requires the editor to ship its own dictionary pass (e.g. hunspell/nspell + ProseMirror decorations) — too invasive to patch from outside. Requesting first-class editor support: spellcheck decorations with a suggestions/synonyms popover across PT editors and plain text fields. We'd use it on day one.
All reactions