Page 1 of 1

Spell checker: learned words

Posted: Fri Feb 07, 2020 7:53 pm
by bwalters
Hello,
Back when we first started using the Oxygen editor online with the Applet version there was a "learn" word feature in the spell checking utility. Is this something that is available through the options.xml file in the Web Author, or can this feature be brought back to an upcoming version of the Oxygen XML Web Author.

Thanks much!

Re: Spell checker: learned words

Posted: Fri Feb 07, 2020 8:15 pm
by cristi_talau
Hello,

We developed a plugin for the learn word functionality [1] that saves the learned words in a file on the server. Alternatively, it can send the learned words to a REST API.

There is also an option to add a ".tdi" file in Web Author and it will be used to define learned words, but this is less interractive - the admin adds the file and everybody uses it but cannot be changed directly from the editor.

More details here [2].

Best,
Cristian

[1] https://github.com/oxygenxml/web-author ... rds-plugin
[2] https://www.oxygenxml.com/doc/versions/ ... -list.html

Re: Spell checker: learned words

Posted: Wed Feb 12, 2020 8:53 pm
by bwalters
Thank you! That is very helpful.