webwriter-app / webwriter

Authoring tool for interactive content
https://webwriter.app
Other
14 stars 0 forks source link

Add spell checking #35

Open salmenf opened 1 year ago

salmenf commented 1 year ago

Tokenize typed text live with nlp.js, then use nspell and dictionaries to generate corrections. Interface with the editor as a NodeView, where each token is a span that can be styled.