File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -483,6 +483,10 @@ behavior you can use this API to point the dictionary downloader at your own hos
483
483
dictionaries. We publish a ` hunspell_dictionaries.zip ` file with each release which contains the files you need
484
484
to host here.
485
485
486
+ If the files present in ` hunspell_dictionaries.zip ` are available at ` https://example.com/dictionaries/language-code.bdic `
487
+ then you should call this api with ` ses.setSpellCheckerDictionaryDownloadURL('https://example.com/dictionaries/') ` . Please
488
+ note the trailing slash. The URL to the dictionaries is formed as ` ${url}${filename} ` .
489
+
486
490
** Note:** On macOS the OS spellchecker is used and therefore we do not download any dictionary files. This API is a no-op on macOS.
487
491
488
492
#### ` ses.listWordsInSpellCheckerDictionary() `
You can’t perform that action at this time.
0 commit comments