Toggle on/off 'SpellCheck' option in Settings. Uses your native browser spellchecker
- Open
settings.json - Append:
ep_spellcheck: { disabledByDefault : true }
- Remember user settings as cookies
Install from the Etherpad admin UI (Admin → Manage Plugins,
search for ep_spellcheck and click Install), or from the Etherpad
root directory:
pnpm run plugins install ep_spellcheck
⚠️ Don't runnpm i/npm installyourself from the Etherpad source tree — Etherpad tracks installed plugins through its own plugin-manager, and hand-editingpackage.jsoncan leave the server unable to start.
After installing, restart Etherpad.