electron-userland / electron-spellchecker

Implement spellchecking, correctly
MIT License
237 stars 83 forks source link

Option to add 'Ignore' button as opposed to 'Add to dictionary' #41

Closed Camyll closed 7 years ago

Camyll commented 7 years ago

Is there a way there could be an 'ignore' feature in the context menu that would allow the user to ignore the spelling correction and remove the red underline. I understand how to change contextMenuBuilder.js to do so but what would I have to change within the spellchecker file?