This is embarassing. But your always welcome.
LanguageTool plugin for ProseMirror. Grammar and spelling checks with inline error highlighting and click-to-fix suggestions.
Detects grammar issues with orange wavy underlines.
Highlights misspellings with red wavy underlines.
Click an error to see suggestions and apply fixes instantly.
Checks run only after you pause typing, keeping API usage minimal.
Try editing the text below. Click on underlined errors to see suggestions.
Grammar and spelling checks powered by LanguageTool.
npm install prosemirror-languagetool
import { grammarPlugin } from "prosemirror-languagetool";
grammarPlugin({
languageToolCheckURL: "https://api.languagetoolplus.com/v2/check",
language: "en-US",
actionPopup: true,
});
import "prosemirror-languagetool/style/prosemirror.css";