Integrating External Spell Checking
It is possible to create your own Web API endpoints and integrate your own spell checking and suggestions into the Writer.
Writer Configuration
"external": {
"spellcheck": {
"check": {
"url": "[your-spellcheck-endpoint]",
"headers": {
"x-foo": "bar"
}
},
"suggestion": {
"url": "[your-suggestion-endpoint]",
"headers": {
"x-foo": "bar"
}
}
}
}Field Description
External API Specification
Language Codes
Spellcheck Request
Request
Response
Suggestions
Last updated