mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
Add Spell Checking to Text Editor #295
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @timshannon on GitHub (Mar 14, 2023).
The built in browser spell checker doesn't appear to work. It would be nice to have spell checking enabled. It looks like this is just due to the nature of how CodeMirror is built, but there do appear to be options for running a spell checker with CodeMirror: https://github.com/sparksuite/codemirror-spell-checker