Page 1 of 1

Default Symbols customization in oXygen 19.1 Web Author

Posted: Tue Jan 09, 2018 4:50 pm
by mu258770
Hi Team,

I would like to change the default displayed Symbols in oXygen Web Author 19.1. The currently displayed symbols should be replaced with the one which we recommend.

Could you please let me know if there is any way it can be achieved.

Regards,
Shabeer

Re: Default Symbols customization in oXygen 19.1 Web Author

Posted: Tue Jan 09, 2018 5:23 pm
by cristi_talau
Hello,

The charpicker looks up the characters in the localStorage of the user's browser [1]. If you write the "recentlyUsedCharacters" key with the value being an array of strings, those chars will be presented by default by the charpicker. To this end you need to inject some JS code in Web Author, you can find more details here [2].

I also registered an internal issue to provide a configuration option for the list of characters. We will notify you when this will be implemented.

Best,
Cristian


[1] https://github.com/oxygenxml/web-author ... gin.js#L91
[2] https://www.oxygenxml.com/doc/versions/ ... ng_js.html