dankito / RichTextEditor

Rich text WYSIWYG editor for Android and JavaFX
Apache License 2.0
92 stars 36 forks source link

How do I add spelling checker #40

Open woozI43 opened 4 years ago

dankito commented 4 years ago

As RichTextEditor under the hood is JavaScript based - it just wraps an JavaScript / HTML editor in a WebView -, you would have to add a JavaScript based spell checker.

I currently, neither now nor in the foreseeable future, will not find time to implement this. But if you do this and give me pull request, i will be glad to merge it.