
|
1.13 I want to add any words to the spelling checker dictionary. How can I do this?
There are three possibilities how you can add words to the spelling checker dictionary. 1. You can edit an existing dictionary file of edit-on Pro
2. You can set the <addspellcheckwordurl> tag within the config.xml file for adding words to the "server side user dictionary", which will always be utilized together with the editor's standard spelling checker dictionary during the spell checking process
3. You can add words to the "local user dictionary" on the client machine
1. Edit a default dictionary file
2. Use the <addspellcheckwordurl> property to add words to the "server-side user dictionary" In this case you have to use a "config.xml" file of the edit-on Pro samples package which you will find in the "./samples" folder (e.g. "./samples/general-api") of the unzipped edit-on Pro installation package. By opening the file with any text editor, you can set the <addspellcheckwordurl> XML node within the <spellingcheckers> element, e.g.:
You will find more information in the edit-on Pro Integration Manual, chapter 3.1. Configuration file.
3. Add words to the "local user dictionary" on the client machine Please note: As the "local user dictionary" is located on the client machine, it is stored locally and NOT on the server. Thus this dictionary is available for the user on this machine only.
|
|