lostdesign / lostdesign/linked
✨Support spell checking in editor
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1k
- Forks
- 76
- PR merge metrics
- No merged PRs in 30d
Description
Description
Previously, we had to turn off spellcheck in the editor because it would not help fix the typo; it would just underline the misspelled words.
Based on @lostdesign suggestion, I think it would be a good idea to implement spellcheck feature using wooorm/dictionaries and nspell.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named. Start by locating the editor implementation and review how wooorm/dictionaries and nspell could be integrated; done means misspelled words are identified and the editor provides a way to fix them rather than only underlining them.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- electron, javascript
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100