skriva / notavel

A Note taking application built for hackers
0 stars 0 forks source link

Add support for spell checking #8

Open maxcnunes opened 9 years ago

maxcnunes commented 9 years ago

Electron has support for this already webFrame.setSpellCheckProvider.

But probably because of md-edit the spelling check is only detecting the current line. Would be awesome if we could add this feature for the whole document.

I created a branch spell-check with the changes I have done to include the spell check.